Home
last modified time | relevance | path

Searched refs:maxdepth (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_stat.vim184 for cdevfile in systemlist('find /dev -type c -maxdepth 2 2>/dev/null')
195 for bdevfile in systemlist('find /dev -type b -maxdepth 2 2>/dev/null')
205 for socketfile in systemlist('find /run -type s -maxdepth 2 2>/dev/null')
H A Dtest_flatten.vim8 call assert_fails('call flatten([], -1)', 'E900: maxdepth')
38 " Make it flatten if the given maxdepth is larger than actual depth.
/vim-8.2.3635/src/
H A Dlist.c931 list_flatten(list_T *list, long maxdepth) in list_flatten() argument
937 if (maxdepth == 0) in list_flatten()
968 if (++n >= maxdepth) in list_flatten()
989 long maxdepth; in flatten_common() local
1004 maxdepth = 999999; in flatten_common()
1007 maxdepth = (long)tv_get_number_chk(&argvars[1], &error); in flatten_common()
1010 if (maxdepth < 0) in flatten_common()
1041 list_flatten(l, maxdepth); in flatten_common()
/vim-8.2.3635/runtime/syntax/
H A Dinitex.vim204 \ '\\\%([hv]offset\|maxdepth\|vsize\)\>'
/vim-8.2.3635/runtime/doc/
H A Deval.txt2637 flatten({list} [, {maxdepth}]) List flatten {list} up to {maxdepth} levels
2638 flattennew({list} [, {maxdepth}])
4964 flatten({list} [, {maxdepth}]) *flatten()*
4965 Flatten {list} up to {maxdepth} levels. Without {maxdepth}
4966 the result is a |List| without nesting, as if {maxdepth} is
4973 {maxdepth} means how deep in nested lists changes are made.
4974 {list} is not modified when {maxdepth} is 0.
4975 {maxdepth} must be positive number.
4988 flattennew({list} [, {maxdepth}]) *flattennew()*
/vim-8.2.3635/src/po/
H A Dsr.po2642 msgid "E900: maxdepth must be non-negative number"
2643 msgstr "E900: maxdepth не сме да буде негативан број"
H A Deo.po2642 msgid "E900: maxdepth must be non-negative number"
2643 msgstr "E900: maxdepth ne povas esti negativa nombro"
H A Dfr.po2785 msgid "E900: maxdepth must be non-negative number"
2786 msgstr "E900: maxdepth doit �tre un nombre positif"
H A Dit.po2446 msgid "E900: maxdepth must be non-negative number"
2447 msgstr "E900: maxdepth dev'essere un numero non-negativo"
H A Dde.po2647 msgid "E900: maxdepth must be non-negative number"
2648 msgstr "E900: maxdepth muss eine positive Zahl sein"
H A Dtr.po2605 msgid "E900: maxdepth must be non-negative number"
2606 msgstr "E900: maxdepth negatif olmayan bir sayı olmalı"