Home
last modified time | relevance | path

Searched refs:filtered (Results 1 – 25 of 65) sorted by relevance

123

/vim-8.2.3635/src/testdir/
H A Druntest.vim339 if s:filtered > 0
349 if s:filtered > 0
350 … call add(s:messages, "Filtered " .. s:filtered .. " tests with $TEST_FILTER and $TEST_SKIP_PAT")
425 let s:filtered = 0
427 let s:filtered = len(s:tests)
429 let s:filtered -= len(s:tests)
442 let s:filtered += 1
H A Dtest_terminal2.vim237 let filtered = filter(copy(lines), {idx, val -> val =~ 'echo ' . i . '\>'})
238 call assert_equal(1, len(filtered), 'for "echo ' . i . '"')
H A Dtest_options.vim613 " Duplicates from environment variables should be filtered out (option has
642 " Duplicates should be filtered out (option has P_NODUP)
H A Dtest_autocmd.vim1732 " '[ is adjusted to just before the line that will receive the filtered
1735 " The filtered data is read into the buffer, and the source lines are
1739 " After the filtered data is read, the original lines are deleted
H A Dtest_popupwin.vim2529 call assert_equal('something', @x) " yank command is filtered out
2565 call assert_equal('something', @x) " yank command is filtered out
/vim-8.2.3635/src/
H A Devalbuffer.c672 int filtered = FALSE; in f_getbufinfo() local
691 filtered = TRUE; in f_getbufinfo()
711 if (filtered && ((sel_bufloaded && buf->b_ml.ml_mfp == NULL) in f_getbufinfo()
H A Dcmdexpand.c2893 int filtered = FALSE; in f_getcompletion() local
2911 filtered = tv_get_bool_chk(&argvars[2], NULL); in f_getcompletion()
2917 if (!filtered) in f_getcompletion()
/vim-8.2.3635/runtime/syntax/
H A Dstructurizr.vim37 syn keyword skeyword filtered
/vim-8.2.3635/runtime/indent/
H A Dvhdl.vim433 " return leftover filtered indent
/vim-8.2.3635/runtime/doc/
H A Dft_sql.txt642 will be filtered to display only the entries which begin with the
644 filtered using case sensitivity. >
H A Dusr_21.txt70 of text lines is filtered through the program.
H A Dvarious.txt603 Only normal messages are filtered, error messages are
H A Dpopup.txt904 filtered. However, to get to Command-line mode the filter must not consume
H A Dchannel.txt1247 the job in Vim while displaying (possibly filtered) output from the job.
H A Dmotion.txt996 In any case the marks below the filtered text have
H A Dautocmd.txt1688 same file as was read, and makes a write command on just filtered lines write
H A Dvim9.txt1488 var filtered = FilterFunc(arg)
H A Dmap.txt1354 The list can be filtered on command name with
H A Dstarting.txt1673 The output can be filtered with |:filter|, e.g.: >
H A Dchange.txt583 the filtered lines are deleted, unless the
H A Deval.txt2676 getcompletion({pat}, {type} [, {filtered}])
4924 filtered. When an error is encountered while evaluating
5655 getcompletion({pat}, {type} [, {filtered}]) *getcompletion()*
5701 If the optional {filtered} flag is set to 1, then 'wildignore'
7613 filtered. When an error is encountered while evaluating
11316 is filtered to replace <CR> with <NL> for Macintosh, and
/vim-8.2.3635/runtime/autoload/
H A Dhtmlcomplete.vim400 " 3a. Join all filtered lines
/vim-8.2.3635/src/po/
H A Dzh_TW.UTF-8.po552 msgid "%ld lines filtered"
H A Dzh_CN.cp936.po711 msgid "%ld lines filtered"
H A Dcs.cp1250.po478 msgid "%ld lines filtered"

123