| /vim-8.2.3635/src/testdir/ |
| H A D | test_filter_cmd.vim | 1 " Test the :filter command modifier 45 call assert_fails('filter', 'E471:') 53 filter /\@>b/ ls 59 call assert_fails('filter!', 'E471:') 75 call assert_equal("filter \t", s:complete_filter_cmd('filter ')) 76 call assert_equal("filter pat\t", s:complete_filter_cmd('filter pat')) 77 call assert_equal("filter /pat\t", s:complete_filter_cmd('filter /pat')) 78 call assert_equal("filter /pat/\t", s:complete_filter_cmd('filter /pat/')) 81 call assert_equal('filter pat print', s:complete_filter_cmd('filter pat pri')) 84 call assert_equal('filter /pat/ print', s:complete_filter_cmd('filter /pat/ pri')) [all …]
|
| H A D | test_filter_map.vim | 1 " Test filter() and map() 5 " filter() 6 call assert_equal([2, 3, 4], filter([1, 2, 3, 4], 'v:val > 1')) 7 call assert_equal([3, 4], filter([1, 2, 3, 4], 'v:key > 1')) 8 call assert_equal([], filter([1, 2, 3, 4], 0)) 21 " filter() 24 call assert_equal({}, filter(copy(dict), 0)) 34 " filter() 59 let r = map(range(2), 'filter(copy(x), "1")') 62 let r = map(copy(x), 'filter(copy(x), "1")') [all …]
|
| H A D | test_mapping.vim | 799 \ filter(copy(l), 'v:val =~ " a12 "')) 801 \ filter(copy(l), 'v:val =~ " a13 "')) 803 \ filter(copy(l), 'v:val =~ " a14 "')) 806 \ filter(copy(l), 'v:val =~ " a16 "')) 808 \ filter(copy(l), 'v:val =~ " a17 "')) 810 \ filter(copy(l), 'v:val =~ " a18 "')) 812 \ filter(copy(l), 'v:val =~ " a19 "')) 814 \ filter(copy(l), 'v:val =~ " a20 "')) 816 \ filter(copy(l), 'v:val =~ " a21 "')) 818 call assert_equal([], filter(copy(l), 'v:val =~ " a23 "')) [all …]
|
| H A D | test_signs.vim | 870 \ filter(copy(signs1), 874 \ filter(copy(signs2), 883 \ filter(copy(signs1), 887 \ filter(copy(signs2), 896 \ filter(copy(signs1), 900 \ filter(copy(signs2), 908 \ filter(copy(signs1), 918 \ filter(copy(signs1), 922 \ filter(copy(signs2), 937 \ filter(copy(signs1), [all …]
|
| H A D | test_blob.vim | 464 " filter() item in blob 467 call assert_equal(test_null_blob(), filter(test_null_blob(), '0')) 468 call assert_equal(0z, filter(0zDEADBEEF, '0')) 469 call assert_equal(0zADBEEF, filter(0zDEADBEEF, 'v:val != 0xDE')) 470 call assert_equal(0zDEADEF, filter(0zDEADBEEF, 'v:val != 0xBE')) 471 call assert_equal(0zDEADBE, filter(0zDEADBEEF, 'v:val != 0xEF')) 472 call assert_equal(0zDEADBEEF, filter(0zDEADBEEF, '1')) 473 call assert_equal(0z01030103, filter(0z010203010203, 'v:val != 0x02')) 474 call assert_equal(0zADEF, filter(0zDEADBEEF, 'v:key % 2'))
|
| H A D | test_windows_home.vim | 28 let env = filter(split(out, "\n"), 'v:val=~"^HOME="') 34 let env = filter(split(out, "\n"), 'v:val=~"^HOME="') 110 let env = filter(split(env, "\n"), 'v:val=="HOME"')
|
| H A D | test_popupwin.vim | 693 \ filter: 'popup_filter_menu', 714 " filter. 1559 " 0 is ignored by the filter 2240 \ filter: Popup_filter, 2585 \ filter: 'MyPopupFilter', 2964 \ filter : 'MyFilter' 3065 \ filter : 'MyFilter', 3095 \ filter : 'MyFilter', 3630 \ filter: 'CloseFilter', 3635 \ filter: 'CloseFilter', [all …]
|
| H A D | test_method.vim | 19 call assert_equal([1, 3], [1, 2, 3]->filter('v:val != 2')) 50 call assert_equal(#{one: 1, two: 2, three: 3}, d->filter('v:val != 4'))
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | README.txt | 5 ccfilter*: C program to filter the output of a few compilers to a common 8 efm_filter.*: Perl script to filter compiler messages to QuickFix format. 10 efm_perl.pl: Perl script to filter error messages from the Perl interpreter 13 mve.* Awk script to filter error messages to QuickFix format.
|
| H A D | unicode.vim | 359 …let lines = map(filter(filter(getline(1, '$'), 'v:val=~"^[1-9]"'), 'v:val=~pattern'), 'matchstr(v:… 379 …let lines = map(filter(filter(getline(1, '$'), 'v:val=~"^[1-9]"'), 'v:val=~pattern'), 'matchstr(v:…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | popup.txt | 21 Popup filter |popup-filter| 458 \ filter: 'popup_filter_menu', 537 filter 761 filter A callback that can filter typed characters, see 762 |popup-filter|. 876 POPUP FILTER *popup-filter* 884 filter is also called. The filter of the popup window with the highest zindex 900 < *popup-filter-mode* 909 normal input if the filter does not use it. If the filter consumes all the 936 *popup-filter-errors* [all …]
|
| H A D | various.txt | 568 *:filt* *:filter* 573 :filter /\.xml$/ oldfiles 587 |:#| - filter whole line 589 |:command| - filter by command name 590 |:files| - filter by file name 591 |:highlight| - filter by highlight group 592 |:jumps| - filter by file name 593 |:let| - filter by variable name 594 |:list| - filter whole line 598 |:oldfiles| - filter by file name [all …]
|
| H A D | test_urls.vim | 32 let urls = filter(urls, 'v:val !~ "@"') 34 …let urls = filter(urls, {key, val -> val !~ '\<\(\(my\|some\)\?host\|machine\|hostname\|file\)\>'})
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | privoxy.vim | 29 syn match privoxyAction "\%(downgrade-http-version\|fast-redirects\|filter-client-headers\|filter-s… 30 syn match privoxyAction "\%(filter\|force-text-mode\|handle-as-empty-document\|handle-as-image\)\>"… 37 syn match privoxyFilterAction "filter{[^}]*}" contained contains=privoxyFilterArg,privoxyActionBrac…
|
| H A D | dracula.vim | 41 syn match draculaStatement "filter-lay-opt" 42 syn match draculaStatement "filter-sch-opt"
|
| H A D | mason.vim | 66 syn region masonFilter matchgroup=Delimiter start="<%filter>" end="</%filter>" contains=masonPod,@p…
|
| H A D | 8th.vim | 100 Builtin each-slice a:each-slice exists? a:exists? filter a:filter generate a:generate group a:group 123 Builtin add bloom:add filter bloom:filter in? bloom:in? accept bt:accept ch! bt:ch! ch@ bt:ch@ con… 206 Builtin desat img:desat fill img:fill fillrect img:fillrect filter img:filter flip img:flip from-s… 210 Builtin clear m:clear data m:data each m:each exists? m:exists? filter m:filter iter m:iter iter-a… 318 Builtin v{} slv:v{} new smtp:new send smtp:send apply-filter snd:apply-filter devices? snd:devices? 319 Builtin end-record snd:end-record filter snd:filter formats? snd:formats? freq snd:freq gain snd:g…
|
| /vim-8.2.3635/runtime/pack/dist/opt/cfilter/plugin/ |
| H A D | cfilter.vim | 1 " cfilter.vim: Plugin to filter entries from a quickfix/location list 6 " Commands to filter the quickfix list: 56 let items = filter(Xgetlist(), cond)
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | htmlcomplete.vim | 292 let classlines = filter(copy(stylesheet), "v:val =~ '#[a-zA-Z0-9_-]\\+'") 294 call filter(classlines, "v:val !~ ':\\s*#[a-zA-Z0-9_-]\\+'") 299 call filter(headclasslines, "v:val =~ '#[a-zA-Z0-9_-]\\+'") 307 let filestable = filter(copy(head), "v:val =~ '\\(@import\\|link.*stylesheet\\)'") 318 let secimport = filter(copy(stylesheet), "v:val =~ '@import'") 338 …let classlines = filter(copy(stylesheet), "v:val =~ '\\([a-zA-Z0-9:]\\+\\)\\?\\.[a-zA-Z0-9_-]\\+'") 342 let classlines = filter(copy(stylesheet), "v:val =~ '#[a-zA-Z0-9_-]\\+'") 344 call filter(classlines, "v:val !~ ':\\s*#[a-zA-Z0-9_-]\\+'") 349 let classlines = filter(stylelines, "v:val =~ '#[a-zA-Z0-9_-]\\+'") 399 let used_id_lines = filter(filelines, 'v:val =~ "id\\s*=\\s*[\"''][a-zA-Z0-9_-]\\+"') [all …]
|
| H A D | javascriptcomplete.vim | 125 let user_props1 = filter(copy(file), 'v:val =~ "this\\.\\k"') 131 let user_props2 = filter(copy(file), 'v:val =~ "\\.prototype\\.\\k"') 436 let dext_line = filter(copy(b:js_extfiles), 'v:val =~ "'.object.'.\\{-}=\\s*new\\s*"') 443 let dext_line = filter(copy(b:js_extfiles), 'v:val =~ "var\s*'.object.'\\s*=\\s*\\/"') 549 let variables = filter(copy(file), 'v:val =~ "var\\s"') 565 let undeclared_variables = filter(copy(file), 'v:val =~ "^\\s*\\k\\+\\s*="') 577 let functions = filter(copy(file), 'v:val =~ "^\\s*function\\s"')
|
| H A D | context.vim | 54 let l:jobs = filter(g:context_jobs, 'job_status(v:val) == "run"') 65 let l:jobs = filter(g:context_jobs, 'job_status(v:val) == "run"')
|
| /vim-8.2.3635/src/ |
| H A D | os_vms_fix.com | 169 $filter: 271 $! End of filter subroutine.
|
| H A D | gui_gtk.c | 1250 char_u *filter) in gui_mch_browse() argument 1308 if (filter != NULL && *filter != NUL) in gui_mch_browse() 1312 char_u *p = filter; in gui_mch_browse() 1316 patt = alloc(STRLEN(filter)); in gui_mch_browse() 1321 STRNCPY(patt, filter, i); in gui_mch_browse() 1336 filter = ++p; in gui_mch_browse()
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | cucumber.vim | 78 return filter(s:allsteps(),'s:stepmatch(v:val[3],step)') 143 call filter(steps,'strpart(v:val,0,strlen(a:base)) ==# a:base')
|
| H A D | xslt.vim | 13 " Change the :browse e filter to primarily show xsd-related files.
|