| /vim-8.2.3635/src/testdir/ |
| H A D | runtest.vim | 339 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 D | test_terminal2.vim | 237 let filtered = filter(copy(lines), {idx, val -> val =~ 'echo ' . i . '\>'}) 238 call assert_equal(1, len(filtered), 'for "echo ' . i . '"')
|
| H A D | test_options.vim | 613 " Duplicates from environment variables should be filtered out (option has 642 " Duplicates should be filtered out (option has P_NODUP)
|
| H A D | test_autocmd.vim | 1732 " '[ 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 D | test_popupwin.vim | 2529 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 D | evalbuffer.c | 672 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 D | cmdexpand.c | 2893 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 D | structurizr.vim | 37 syn keyword skeyword filtered
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | vhdl.vim | 433 " return leftover filtered indent
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | ft_sql.txt | 642 will be filtered to display only the entries which begin with the 644 filtered using case sensitivity. >
|
| H A D | usr_21.txt | 70 of text lines is filtered through the program.
|
| H A D | various.txt | 603 Only normal messages are filtered, error messages are
|
| H A D | popup.txt | 904 filtered. However, to get to Command-line mode the filter must not consume
|
| H A D | channel.txt | 1247 the job in Vim while displaying (possibly filtered) output from the job.
|
| H A D | motion.txt | 996 In any case the marks below the filtered text have
|
| H A D | autocmd.txt | 1688 same file as was read, and makes a write command on just filtered lines write
|
| H A D | vim9.txt | 1488 var filtered = FilterFunc(arg)
|
| H A D | map.txt | 1354 The list can be filtered on command name with
|
| H A D | starting.txt | 1673 The output can be filtered with |:filter|, e.g.: >
|
| H A D | change.txt | 583 the filtered lines are deleted, unless the
|
| H A D | eval.txt | 2676 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 D | htmlcomplete.vim | 400 " 3a. Join all filtered lines
|
| /vim-8.2.3635/src/po/ |
| H A D | zh_TW.UTF-8.po | 552 msgid "%ld lines filtered"
|
| H A D | zh_CN.cp936.po | 711 msgid "%ld lines filtered"
|
| H A D | cs.cp1250.po | 478 msgid "%ld lines filtered"
|