Home
last modified time | relevance | path

Searched refs:fail (Results 1 – 25 of 164) sorted by relevance

1234567

/vim-8.2.3635/src/
H A Duninstall.c126 ++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 Dsession.c630 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 Dbufwrite.c1000 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 Dcrypt.c853 goto fail;
866 goto fail;
872 goto fail;
879 goto fail;
884 fail:
H A Dmatch.c125 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 Dif_python.c923 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 Dfindfile.c852 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 Dos_mswin.c1751 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 Dusercmd.c950 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 Dtutor.lv.utf-8501 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 Druntest.vim19 if expand('<afile>') =~ '.*\.\(in\|out\|fail\|ok\)'
33 call delete(root . '.fail')
116 exe 'write ' . root . '.fail'
H A DREADME.txt86 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 Druntest.vim22 " 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 Dtest_channel.vim69 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 Dtest_job_fails.vim13 call WaitForAssert({-> assert_equal("fail", job_status(job))})
H A Dtest_user_func.vim21 return "fail"
62 call assert_equal('fail', Compute(45, 0, "retval"))
70 call assert_equal('fail', 45->Compute(0, "retval"))
H A Dtest_goto.vim401 " 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 Dgen_opt_test.vim27 " Two lists with values: values that work and values that fail.
200 " setting an option can only fail when it's implemented.
H A Dtest_nested_function.vim53 " TODO: why does this fail on Windows? Runs out of stack perhaps?
/vim-8.2.3635/.github/workflows/
H A Dci.yml23 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 Dzimbu.vim112 iabbr <buffer> <expr> fail GCUpper("fail")
160 \ " | iunabbr <buffer> fail" ..
/vim-8.2.3635/
H A D.travis.yml131 - ./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 DMakefile14 rm -f testdir/*.fail testdir/*.out
/vim-8.2.3635/runtime/keymap/
H A Dkorean.vim11 " can fail to combine Hangul jamo (conconants and vowels) right.
/vim-8.2.3635/runtime/syntax/
H A Dcrm.vim23 syn keyword crmStatement fail fault goto hash intersect isolate input learn

1234567