| /vim-8.2.3635/src/testdir/ |
| H A D | test_listdict.vim | 900 " reduce a list or a blob 907 call assert_equal([0, 1, 2, 3], reduce([1, 2, 3], function('add'), [0])) 913 call assert_equal(1, reduce([1], LSTART acc, val LMIDDLE acc + val LEND)) 932 call assert_fails("call reduce({}, { acc, val -> acc + val }, 1)", 'E897:') 933 call assert_fails("call reduce(0, { acc, val -> acc + val }, 1)", 'E897:') 934 call assert_fails("call reduce('', { acc, val -> acc + val }, 1)", 'E897:') 935 call assert_fails("call reduce([1, 2], 'Xdoes_not_exist')", 'E117:') 947 call assert_equal(42, reduce(test_null_list(), function('add'), 42)) 948 call assert_equal(42, reduce(test_null_blob(), function('add'), 42)) 951 call assert_fails('echo reduce([1], test_null_function())', 'E1132:') [all …]
|
| H A D | test_popup.vim | 73 " reduce number of matches 79 " reduce number of matches 85 " reduce number of matches
|
| H A D | test_recover.vim | 230 " reduce the page size
|
| /vim-8.2.3635/src/tee/ |
| H A D | Makefile | 4 CFLAGS=-O2 -fno-strength-reduce
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | korean.vim | 20 " completed before typing next one. To reduce such inconvenience, I suggest to
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | clojurecomplete.vim | 12 …er-conditional","reader-conditional?","realized?","record?","recur","reduce","reduce-kv","reduced"…
|
| H A D | javascriptcomplete.vim | 412 " Find object type declaration to reduce number of suggestions. {{{
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | sqlanywhere.vim | 174 " Default - reduce indent by 1 368 " If the line ends in a ), then reduce the indent
|
| H A D | html.vim | 664 " systems) reduce indent if previous line is a continuation line 700 " do not reduce indent below @{ ... }
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | mason.vim | 38 " It's hard to reduce down to the correct sub-set of Perl to highlight in some
|
| H A D | jproperties.vim | 15 " slow, reduce the value of jproperties_lines.
|
| H A D | 8th.vim | 103 Builtin pop a:pop push a:push qsort a:qsort randeach a:randeach reduce a:reduce reduce+ a:reduce+ … 310 Builtin ltrim s:ltrim map s:map months! s:months! new s:new norm s:norm reduce s:reduce repinsert …
|
| H A D | rebol.vim | 110 syn keyword rebolStatement break catch exit halt reduce return shield
|
| H A D | clojure.vim | 32 …reduce","clojure.core/reduce-kv","clojure.core/reduced","clojure.core/reduced?","clojure.core/redu…
|
| /vim-8.2.3635/READMEdir/ |
| H A D | README_os390.txt | 17 To reduce the size of the tar file you might compress it into a zip file. On
|
| /vim-8.2.3635/src/ |
| H A D | typval.c | 1991 int reduce = 0; in eval_lit_string() local 2000 ++reduce; in eval_lit_string() 2019 str = alloc((p - *arg) - reduce); in eval_lit_string()
|
| H A D | configure.ac | 93 test "$GCC" = yes && CFLAGS="-O2 -fno-strength-reduce -Wall -Wno-deprecated-declarations" 107 …"3.2" -o "$gccversion" = "3.2.1" && `echo "$CFLAGS" | grep -v fno-strength-reduce >/dev/null`; then 108 echo 'GCC 3.1 and 3.2 have a bug in the optimizer, adding "-fno-strength-reduce"' 109 CFLAGS="$CFLAGS -fno-strength-reduce" 114 dnl clang-500.2.75 or around has abandoned -f[no-]strength-reduce and issues a 131 AC_MSG_CHECKING(if clang supports -fno-strength-reduce) 134 CFLAGS=`echo "$CFLAGS" | sed -e 's/-fno-strength-reduce/ /'` 3725 dnl Check for functions in one big call, to reduce the size of configure.
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_28.txt | 179 |zr| to fold less (reduce folds). 224 Then you can use the |zm| and |zr| commands to fold more and reduce folding.
|
| H A D | recover.txt | 60 - When the 'directory' is on another partition, reduce the risk of damaging
|
| H A D | usr_23.txt | 214 file is also encrypted. However, this is done block-by-block and may reduce
|
| H A D | message.txt | 493 in memory, you can reduce that with these options: 829 To reduce the number of hit-enter prompts:
|
| H A D | tabpage.txt | 415 truncating the names. You will want to reduce the width of labels in a
|
| H A D | tips.txt | 383 These two mappings reduce a sequence of empty (;b) or blank (;n) lines into a
|
| H A D | usr_24.txt | 8 When entering text, Vim offers various ways to reduce the number of keystrokes
|
| /vim-8.2.3635/src/VisVim/ |
| H A D | README_VisVim.txt | 281 This seems to reduce VisVim crashing DevStudio on some systems (it
|