| /vim-8.2.3635/src/testdir/ |
| H A D | test_trycatch.vim | 629 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 D | test_vimscript.vim | 3731 " 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 D | test_vim9_cmd.vim | 877 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 D | test_vim9_script.vim | 390 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 D | test_arglist.vim | 576 let caught = 'no' 580 let caught = 'yes' 582 call assert_equal('yes', caught)
|
| H A D | test_vim9_func.vim | 195 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 D | test_swap.vim | 255 " E308 should be caught, not E305. 297 " E308 should be caught, not E306. 338 " E308 should be caught, not E306.
|
| H A D | test_shell.vim | 91 \ .. ', caught ' .. v:exception)
|
| H A D | test_options.vim | 72 let caught = 'ok' 76 let caught = v:throwpoint . "\n" . v:exception 78 call assert_equal('ok', caught)
|
| H A D | test_edit.vim | 510 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 D | test_fold.vim | 743 let a = 'No error caught' 751 let a = 'No error caught'
|
| H A D | test_channel.vim | 120 let caught = 'no' 124 let caught = 'yes' 126 if caught != 'yes'
|
| H A D | test_autocmd.vim | 2209 au FileChangedShell * echo 'caught FileChangedShell' 2401 let caught = 1 2403 call assert_equal(1, caught)
|
| H A D | test_vim9_builtin.vim | 2978 g:caught = 'yes' 2984 assert_equal('yes', g:caught) 2985 unlet g:caught
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | ptcap.vim | 16 " 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 D | jproperties.vim | 115 " they may have been caught by patterns above us
|
| /vim-8.2.3635/src/ |
| H A D | ex_eval.c | 671 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(®match, in ex_catch() 1809 if (caught) in ex_catch()
|
| H A D | structs.h | 1021 except_T *caught; // next exception on the caught stack member
|
| H A D | vim9execute.c | 3493 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 D | yaml.vim | 129 " caught by one of the previous rules
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | pi_zip.txt | 133 v17 May 09, 2008 * arno caught a security bug
|
| H A D | pi_tar.txt | 137 v14 May 09, 2008 * arno caught a security bug
|
| H A D | eval.txt | 1973 : 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 D | if_tcl.txt | 271 < Invalid positions result in a standard Tcl error, which can be caught
|
| /vim-8.2.3635/src/po/ |
| H A D | zh_TW.UTF-8.po | 969 msgid "E605: Exception not caught: %s" 1177 msgid "Exception caught: %s"
|