Home
last modified time | relevance | path

Searched refs:caught (Results 1 – 25 of 68) sorted by relevance

123

/vim-8.2.3635/src/testdir/
H A Dtest_trycatch.vim629 let caught = 0
639 let caught = 1
1842 let caught = 0
1847 let caught = 1
1869 let caught = 0
1874 let caught = 1
1888 let caught = 0
2213 \ | let g:caught = 'caught'
2218 call assert_equal('caught', g:caught)
2224 unlet g:caught
[all …]
H A Dtest_vimscript.vim3731 " caught.
4016 let caught = 0
4022 let caught = 1
4031 let caught = caught + 1
4044 let caught = 0
4049 let caught = 1
4060 let caught = caught + 1
4239 let caught = 0
4243 let caught = 1
4266 let caught = 0
[all …]
H A Dtest_vim9_cmd.vim877 var caught = false
881 caught = true
883 assert_true(caught)
914 echomsg "caught"
1013 g:caught = 'no'
1017 g:caught = 'yes'
1020 unlet g:caught
1037 var caught = 0
1041 caught = 2
1043 assert_equal(2, caught)
[all …]
H A Dtest_vim9_script.vim390 add(l, 'caught')
634 unlet g:caught
977 result = 'caught'
3104 var caught = false
3114 caught = true
3117 assert_true(caught, 'should have caught an exception')
3885 " caught
3891 " caught
3897 " caught
4293 g:caught = 'yes'
[all …]
H A Dtest_arglist.vim576 let caught = 'no'
580 let caught = 'yes'
582 call assert_equal('yes', caught)
H A Dtest_vim9_func.vim195 let g:caught = v:exception
202 assert_match('E121: Undefined variable: 0', g:caught)
220 var caught = false
224 caught = true
226 assert_true(caught)
228 caught = false
232 caught = true
234 assert_true(caught)
2972 var caught = 'no'
2976 caught = 'yes'
[all …]
H A Dtest_swap.vim255 " E308 should be caught, not E305.
297 " E308 should be caught, not E306.
338 " E308 should be caught, not E306.
H A Dtest_shell.vim91 \ .. ', caught ' .. v:exception)
H A Dtest_options.vim72 let caught = 'ok'
76 let caught = v:throwpoint . "\n" . v:exception
78 call assert_equal('ok', caught)
H A Dtest_edit.vim510 call assert_true(1, 'E29 error caught')
788 call assert_true(1, 'error caught')
996 call assert_true(1, 'E117 error caught')
1038 call assert_true(1, 'error caught')
H A Dtest_fold.vim743 let a = 'No error caught'
751 let a = 'No error caught'
H A Dtest_channel.vim120 let caught = 'no'
124 let caught = 'yes'
126 if caught != 'yes'
H A Dtest_autocmd.vim2209 au FileChangedShell * echo 'caught FileChangedShell'
2401 let caught = 1
2403 call assert_equal(1, caught)
H A Dtest_vim9_builtin.vim2978 g:caught = 'yes'
2984 assert_equal('yes', g:caught)
2985 unlet g:caught
/vim-8.2.3635/runtime/syntax/
H A Dptcap.vim16 " Since everything that is not caught by the syntax patterns is assumed
25 " Highlight everything that isn't caught by the rules as errors,
H A Djproperties.vim115 " they may have been caught by patterns above us
/vim-8.2.3635/src/
H A Dex_eval.c671 excp->caught = caught_stack; in catch_exception()
720 caught_stack = caught_stack->caught; in finish_exception()
1681 int caught = FALSE; in ex_catch() local
1801 caught = vim_regexec_nl(&regmatch, in ex_catch()
1809 if (caught) in ex_catch()
H A Dstructs.h1021 except_T *caught; // next exception on the caught stack member
H A Dvim9execute.c3493 caught_stack = caught_stack->caught; in exec_instructions()
3548 caught_stack = caught_stack->caught; in exec_instructions()
/vim-8.2.3635/runtime/indent/
H A Dyaml.vim129 " caught by one of the previous rules
/vim-8.2.3635/runtime/doc/
H A Dpi_zip.txt133 v17 May 09, 2008 * arno caught a security bug
H A Dpi_tar.txt137 v14 May 09, 2008 * arno caught a security bug
H A Deval.txt1973 : echo "caught " .. v:exception
1975 < Output: "caught oops".
13514 can be caught as if it were thrown by a |:throw|
13524 error exception is not caught, always beginning with
13537 When {pattern} is omitted all errors are caught.
13932 gets executed when a matching exception is caught.
13977 : echo 'Nothing caught'
14004 Nothing caught
14007 Nothing caught
14018 An exception that is not caught by a try conditional can be caught by
[all …]
H A Dif_tcl.txt271 < Invalid positions result in a standard Tcl error, which can be caught
/vim-8.2.3635/src/po/
H A Dzh_TW.UTF-8.po969 msgid "E605: Exception not caught: %s"
1177 msgid "Exception caught: %s"

123