Home
last modified time | relevance | path

Searched refs:reduce (Results 1 – 25 of 59) sorted by relevance

123

/vim-8.2.3635/src/testdir/
H A Dtest_listdict.vim900 " 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 Dtest_popup.vim73 " reduce number of matches
79 " reduce number of matches
85 " reduce number of matches
H A Dtest_recover.vim230 " reduce the page size
/vim-8.2.3635/src/tee/
H A DMakefile4 CFLAGS=-O2 -fno-strength-reduce
/vim-8.2.3635/runtime/keymap/
H A Dkorean.vim20 " completed before typing next one. To reduce such inconvenience, I suggest to
/vim-8.2.3635/runtime/autoload/
H A Dclojurecomplete.vim12 …er-conditional","reader-conditional?","realized?","record?","recur","reduce","reduce-kv","reduced"…
H A Djavascriptcomplete.vim412 " Find object type declaration to reduce number of suggestions. {{{
/vim-8.2.3635/runtime/indent/
H A Dsqlanywhere.vim174 " Default - reduce indent by 1
368 " If the line ends in a ), then reduce the indent
H A Dhtml.vim664 " systems) reduce indent if previous line is a continuation line
700 " do not reduce indent below @{ ... }
/vim-8.2.3635/runtime/syntax/
H A Dmason.vim38 " It's hard to reduce down to the correct sub-set of Perl to highlight in some
H A Djproperties.vim15 " slow, reduce the value of jproperties_lines.
H A D8th.vim103 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 Drebol.vim110 syn keyword rebolStatement break catch exit halt reduce return shield
H A Dclojure.vim32reduce","clojure.core/reduce-kv","clojure.core/reduced","clojure.core/reduced?","clojure.core/redu…
/vim-8.2.3635/READMEdir/
H A DREADME_os390.txt17 To reduce the size of the tar file you might compress it into a zip file. On
/vim-8.2.3635/src/
H A Dtypval.c1991 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 Dconfigure.ac93 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 Dusr_28.txt179 |zr| to fold less (reduce folds).
224 Then you can use the |zm| and |zr| commands to fold more and reduce folding.
H A Drecover.txt60 - When the 'directory' is on another partition, reduce the risk of damaging
H A Dusr_23.txt214 file is also encrypted. However, this is done block-by-block and may reduce
H A Dmessage.txt493 in memory, you can reduce that with these options:
829 To reduce the number of hit-enter prompts:
H A Dtabpage.txt415 truncating the names. You will want to reduce the width of labels in a
H A Dtips.txt383 These two mappings reduce a sequence of empty (;b) or blank (;n) lines into a
H A Dusr_24.txt8 When entering text, Vim offers various ways to reduce the number of keystrokes
/vim-8.2.3635/src/VisVim/
H A DREADME_VisVim.txt281 This seems to reduce VisVim crashing DevStudio on some systems (it

123