| /vim-8.2.3635/src/xdiff/ |
| H A D | xpatience.c | 89 int pass) in insert_record() argument 91 xrecord_t **records = pass == 1 ? in insert_record() 112 if (pass == 2) in insert_record() 114 if (pass == 1 || map->entries[index].line2) in insert_record() 120 if (pass == 2) in insert_record()
|
| H A D | xprepare.c | 58 static int xdl_classify_record(unsigned int pass, xdlclassifier_t *cf, xrecord_t **rhash, 60 static int xdl_prepare_ctx(unsigned int pass, mmfile_t *mf, long narec, xpparam_t const *xpp, 110 static int xdl_classify_record(unsigned int pass, xdlclassifier_t *cf, xrecord_t **rhash, in xdl_classify_record() argument 148 (pass == 1) ? rcrec->len1++ : rcrec->len2++; in xdl_classify_record() 160 static int xdl_prepare_ctx(unsigned int pass, mmfile_t *mf, long narec, xpparam_t const *xpp, in xdl_prepare_ctx() argument 213 xdl_classify_record(pass, cf, rhash, hbits, crec) < 0) in xdl_prepare_ctx()
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | hog.vim | 24 …ne\\|dynamicdetection\\|activate\\|alert\\|drop\\|block\\|dynamic\\|log\\|pass\\|reject\\|sdrop\\|… 33 \ '\|activate\|alert\|drop\|block\|dynamic\|log\|pass\|reject' .
|
| H A D | spec.vim | 35 pass
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_profile.vim | 156 " - Foo1() should pass 'if' block. 157 " - Foo2() should pass 'elseif' block. 158 " - Foo3() should pass 'else' block. 283 " - Foo1() should pass 'try' 'finally' blocks. 284 " - Foo2() should pass 'catch' 'finally' blocks. 285 " - Foo3() should not pass 'endtry'.
|
| H A D | test_spellfile.vim | 953 " pass 0 tests without NOCOMPOUNDSUGS, pass 1 tests with NOCOMPOUNDSUGS 954 for pass in [0, 1] 955 if pass == 0 977 if pass == 0
|
| H A D | test_xxd.vim | 58 " For these tests to pass, the fileformat must be "unix".
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | python3complete.vim | 173 pass 413 pass 538 if tokentype == DEDENT or token == "pass": 586 pass
|
| H A D | pythoncomplete.vim | 191 pass 431 pass 556 if tokentype == DEDENT or token == "pass": 604 pass
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | cheetah.vim | 19 syn keyword cheetahKeyword contained while repeat break continue pass end
|
| H A D | ipfilter.vim | 22 syn keyword IPFActionPass pass
|
| H A D | fetchmail.vim | 39 syn keyword fetchmailUserOpts contained user[name] is to pass[word] ssl
|
| H A D | aap.vim | 66 syn match aapCommand '^\s*:pass\>'
|
| H A D | tads.vim | 22 syn keyword tadsStatement goto break return continue pass
|
| H A D | moo.vim | 95 …move notify object_bytes open_network_connection output_delimiters parent pass players properties …
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | ft_rust.txt | 113 Set this option to a string of options to pass to 'rustfmt'. The 166 pass to rustc --pretty. Otherwise it will default to
|
| H A D | pi_logipat.txt | 94 are needed to pass normal patterns to LogiPat, and
|
| H A D | os_qnx.txt | 26 compile for X11, pass the --with-x option to configure. Otherwise, running
|
| H A D | popup.txt | 164 pass the buffer number to popup_create(). Example: > 600 If you want to create a new buffer yourself use |bufadd()| and pass the buffer 908 Normally the key is what results after any mapping, since the keys pass on as 926 Keys coming from a `:normal` command do not pass through the filter. This can 1031 " No shortcut, pass to generic filter
|
| H A D | os_amiga.txt | 104 To pass all these problems for now you can either run:
|
| /vim-8.2.3635/runtime/indent/testdir/ |
| H A D | README.txt | 91 the test will pass and create a FILETYPE.out file, which is identical to the
|
| /vim-8.2.3635/ |
| H A D | CONTRIBUTING.md | 18 pass after the fix. Look through recent patches for examples and find help
|
| /vim-8.2.3635/src/ |
| H A D | INSTALLx.txt | 28 cross-compiling so we need to pass the results these checks would produce via
|
| H A D | vim9execute.c | 1910 int pass; in exec_instructions() local 1915 for (pass = 1; pass <= 2; ++pass) in exec_instructions() 1923 if (pass == 2) in exec_instructions() 1927 if (pass == 2) in exec_instructions() 1930 if (pass == 1) in exec_instructions()
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | python.vim | 166 if getline(plnum) =~ '^\s*\(break\|continue\|raise\|return\|pass\)\>'
|