| /vim-8.2.3635/src/ |
| H A D | uninstall.c | 126 ++fail; in remove_popup() 128 ++fail; in remove_popup() 130 ++fail; in remove_popup() 133 ++fail; in remove_popup() 137 ++fail; in remove_popup() 141 ++fail; in remove_popup() 143 ++fail; in remove_popup() 171 ++fail; in remove_openwith() 173 ++fail; in remove_openwith() 175 ++fail; in remove_openwith() [all …]
|
| H A D | session.c | 630 goto fail; in makeopens() 638 goto fail; in makeopens() 641 goto fail; in makeopens() 667 goto fail; in makeopens() 669 goto fail; in makeopens() 671 goto fail; in makeopens() 675 goto fail; in makeopens() 680 goto fail; in makeopens() 904 goto fail; in makeopens() 932 goto fail; in makeopens() [all …]
|
| H A D | bufwrite.c | 1000 goto fail; in buf_write() 1054 goto fail; in buf_write() 1060 goto fail; in buf_write() 1076 goto fail; in buf_write() 1136 goto fail; in buf_write() 1521 goto fail; in buf_write() 1540 goto fail; in buf_write() 1612 goto fail; in buf_write() 1889 goto fail; in buf_write() 2350 goto fail; in buf_write() [all …]
|
| H A D | crypt.c | 853 goto fail; 866 goto fail; 872 goto fail; 879 goto fail; 884 fail:
|
| H A D | match.c | 125 goto fail; in match_add() 128 goto fail; in match_add() 131 goto fail; in match_add() 143 goto fail; in match_add() 149 goto fail; in match_add() 169 goto fail; in match_add() 218 fail: in match_add()
|
| H A D | if_python.c | 923 goto fail; in Python_Init() 955 goto fail; in Python_Init() 970 goto fail; in Python_Init() 973 goto fail; in Python_Init() 999 fail: in Python_Init()
|
| H A D | findfile.c | 852 goto fail; in vim_findfile() 866 goto fail; in vim_findfile() 888 goto fail; in vim_findfile() 922 goto fail; in vim_findfile() 994 goto fail; in vim_findfile() 1175 goto fail; in vim_findfile() 1189 fail: in vim_findfile()
|
| H A D | os_mswin.c | 1751 goto fail; in resolve_reparse_point() 1756 goto fail; in resolve_reparse_point() 1764 goto fail; in resolve_reparse_point() 1768 goto fail; in resolve_reparse_point() 1771 goto fail; in resolve_reparse_point() 1773 goto fail; in resolve_reparse_point() 1787 fail: in resolve_reparse_point()
|
| H A D | usercmd.c | 950 goto fail; in uc_add_command() 969 goto fail; in uc_add_command() 971 goto fail; in uc_add_command() 996 fail: in uc_add_command()
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.lv.utf-8 | 501 PIEZĪME: Jūs varat redzēt kursora atrašanās vietu failā vienmēr ekrāna 590 ievadiet :%s/vecais/jaunais/g lai aizvietotu frāzi visā failā 623 2. Ievadot / un frāzi, to meklē failā uz priekšu 624 Ievadot ? un frāzi, to meklē failā atpakaļ 671 4. Šī komanda saglabās vim pamācību failā test 694 5. Vim saglabās iezīmēto tekstu failā test. 721 PIEZĪME: Jūs varat ievadīt saturu failā, izpildot ārēju komandu. 723 jūs ievietosiet failā tekošās mapes failu sarakstu. 736 2. :w fails saglabā tekošo failu failā ar norādīto nosaukumu. 740 4. :r fails ielasa faila saturu tekošajā failā zem kursora. [all …]
|
| /vim-8.2.3635/runtime/indent/testdir/ |
| H A D | runtest.vim | 19 if expand('<afile>') =~ '.*\.\(in\|out\|fail\|ok\)' 33 call delete(root . '.fail') 116 exe 'write ' . root . '.fail'
|
| H A D | README.txt | 86 indenting you will see a FILETYPE.fail file. This contains the actual result 89 Check the contents of the FILETYPE.fail file. If it is perfectly OK, then 92 FILETYPE.ok file. The FILETYPE.fail file will be deleted.
|
| /vim-8.2.3635/src/testdir/ |
| H A D | runtest.vim | 22 " To ignore failure for tests that are known to fail in a certain environment, 27 " "make test" will not fail. 296 let s:fail += 1 323 if s:fail == 0 && s:fail_expected == 0 361 if s:fail > 0 362 let message = s:fail . ' FAILED:' 391 let s:fail = 0 407 let s:fail += 1
|
| H A D | test_channel.vim | 69 if ch_status(handle) == "fail" 263 if handle->ch_status() == "fail" 298 if ch_status(handle) == "fail" 327 if ch_status(handle) == "fail" 371 if ch_status(handle) == "fail" 440 if ch_status(handle) == "fail" 474 if ch_status(handle) != "fail" 1504 if ch_status(handle) == "fail" 1604 if ch_status(handle) == "fail" 1625 if ch_status(handle) == "fail" [all …]
|
| H A D | test_job_fails.vim | 13 call WaitForAssert({-> assert_equal("fail", job_status(job))})
|
| H A D | test_user_func.vim | 21 return "fail" 62 call assert_equal('fail', Compute(45, 0, "retval")) 70 call assert_equal('fail', 45->Compute(0, "retval"))
|
| H A D | test_goto.vim | 401 " Finding a match before the first line or after the last line should fail 407 " Finding a match for a macro definition (#define) should fail
|
| H A D | gen_opt_test.vim | 27 " Two lists with values: values that work and values that fail. 200 " setting an option can only fail when it's implemented.
|
| H A D | test_nested_function.vim | 53 " TODO: why does this fail on Windows? Runs out of stack perhaps?
|
| /vim-8.2.3635/.github/workflows/ |
| H A D | ci.yml | 23 fail-fast: false 187 ./configure --with-features=${{ matrix.features }} ${CONFOPT} --enable-fail-if-missing 234 false # in order to fail a job 261 fail-fast: false 293 ./configure --with-features=${{ matrix.features }} ${CONFOPT} --enable-fail-if-missing 346 fail-fast: false
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | zimbu.vim | 112 iabbr <buffer> <expr> fail GCUpper("fail") 160 \ " | iunabbr <buffer> fail" ..
|
| /vim-8.2.3635/ |
| H A D | .travis.yml | 131 - ./configure --with-features=${FEATURES} ${CONFOPT} --enable-fail-if-missing 160 # Not all sanitizers will cause the tests to fail. This helps since we can 162 # test phase to fail if any sanitizer issues are detected.
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | Makefile | 14 rm -f testdir/*.fail testdir/*.out
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | korean.vim | 11 " can fail to combine Hangul jamo (conconants and vowels) right.
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | crm.vim | 23 syn keyword crmStatement fail fault goto hash intersect isolate input learn
|