Home
last modified time | relevance | path

Searched refs:exception (Results 1 – 25 of 161) sorted by relevance

1234567

/vim-8.2.3635/runtime/spell/ga/
H A Dga_IE.diff50 + SAL ARBHUA---- *R # epenth. exception, eadarbhuas* only
57 + SAL AGHI--- * # exception to AGH, corraghiob only
63 + SAL �DHU--- * # p�dhuille only, exception to next
74 + SAL CH�ADFA�--$ K*TV # exception to FA�$, (br�ag|do|m�)
117 + SAL �AF� *V* # �af� only, exception to F�$
158 + SAL GHLAFADH KL*V* # exception to FADH$
160 + SAL GHLAFAIDH KL*V* # exception to FAIDH$
202 + SAL MORFA�--$ M*RV # exception to silent FA�$
208 + SAL MHODH V* # ODH exception, usually initial
212 + SAL NAFA�-- N*V # exception to FA�$, snafa� only
[all …]
/vim-8.2.3635/runtime/spell/gd/
H A Dgd_GB.diff46 + SAL ARBHUA---- *R # epenth. exception, eadarbhuas* only
53 + SAL AGHI--- * # exception to AGH, corraghiob only
59 + SAL �DHU--- * # p�dhuille only, exception to next
70 + SAL CH�ADFA�--$ K*TV # exception to FA�$, (br�ag|do|m�)
113 + SAL �AF� *V* # �af� only, exception to F�$
154 + SAL GHLAFADH KL*V* # exception to FADH$
156 + SAL GHLAFAIDH KL*V* # exception to FAIDH$
198 + SAL MORFA�--$ M*RV # exception to silent FA�$
204 + SAL MHODH V* # ODH exception, usually initial
208 + SAL NAFA�-- N*V # exception to FA�$, snafa� only
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_trycatch.vim1 " Test try-catch-finally exception handling
900 " thrown exception is discarded.
1173 call assert_report(v:exception .. " in " .. v:throwpoint)
1186 " exception can be caught by the script.
1535 " exception might be thrown. The exception can be caught by the
1751 " exception in order to get the same execution path.
1779 call assert_report('substitute()y: ' . v:exception . ' in '
1790 call assert_report('substitute()n: ' . v:exception . ' in '
1811 " be caught as an exception.
2129 " exception in a finally handler
[all …]
H A Dtest_vimscript.vim3448 let g:exception = v:exception
3490 let exception = v:exception
3525 let exception = v:exception
3538 let exception = v:exception
3545 let exception = v:exception
3557 let exception = v:exception
3572 let exception = v:exception
3579 let exception = v:exception
3586 let exception = v:exception
3593 let exception = v:exception
[all …]
H A Druntest.vim200 …call add(v:errors, 'Caught exception in SetUp() before ' . a:test . ': ' . v:exception . ' @ ' . v…
220 call add(s:skipped, 'SKIPPED ' . a:test . ': ' . substitute(v:exception, '^\S*\s\+', '', ''))
222 … call add(v:errors, 'Caught exception in ' . a:test . ': ' . v:exception . ' @ ' . v:throwpoint)
234 …call add(v:errors, 'Caught exception in TearDown() after ' . a:test . ': ' . v:exception . ' @ ' .…
405 …call add(s:skipped, 'SKIPPED ' . expand('%') . ': ' . substitute(v:exception, '^\S*\s\+', '', ''))
408 call add(s:errors, 'Caught exception: ' . v:exception . ' @ ' . v:throwpoint)
H A Dtest_assert.vim171 call assert_match('v:exception is not set', v:errors[0])
255 let exp = v:exception
262 let exp = v:exception
269 let exp = v:exception
276 let exp = v:exception
283 let exp = v:exception
H A Dshared.vim104 call assert_false(1, 'Caught exception: "' . v:exception . '" in ' . v:throwpoint)
132 " When running into the timeout an exception is thrown, thus the function does
358 " Run the list of commands in 'cmds' and look for 'errstr' in exception.
368 let save_exception = v:exception
H A DREADME.txt29 - Use try/catch to avoid an exception aborts the test.
40 - If the bug that is being tested isn't fixed yet, you can throw an exception
H A Dtest_partial.vim222 call assert_true(v:false, v:exception)
235 call assert_true(v:errmsg, v:exception)
248 call assert_true(v:false, v:exception)
H A Dtest_let.vim330 call assert_report('No exception thrown')
333 call assert_report("Caught exception: " .. v:exception)
H A Dtest_python2.vim113 call assert_false(v:exception)
120 call assert_false(v:exception)
230 call assert_match( '^Vim(.*):RuntimeError: TEST$', v:exception )
352 \ 'Vim(python):SystemError: error return without exception set')
951 call assert_equal('Abc', pyeval('vim.vvars[''exception'']'))
1075 call add(g:res, ' p/' .. v .. '! ' .. v:exception)
1531 cb.append('No exception for ' + expr)
1995 line += '!exception: ' + emsg(sys.exc_info())
3753 cb.append('!!!!!!!! No exception')
3761 cb.append('No exception')
[all …]
H A Dtest_vim9_script.vim374 add(l, v:exception)
387 add(l, v:exception)
629 g:caught = v:exception
804 let g:thrown_func = v:exception
812 g:thrown_def = v:exception
962 assert_equal('onetwo', v:exception)
1088 call assert_match('Vim:E908:', v:exception)
2568 assert_match('something local wrong', v:exception)
2581 assert_match('this is wrong', v:exception)
3851 error = v:exception
[all …]
/vim-8.2.3635/runtime/indent/
H A Docaml.vim23 setlocal indentkeys+=0=and,0=class,0=constraint,0=done,0=else,0=end,0=exception,0=external,0=if,0=i…
46 let s:letpat = '^\s*\(let\|type\|module\|class\|open\|exception\|val\|include\|external\)\>'
48 let s:lim = '^\s*\(exception\|external\|include\|let\|module\|open\|type\|val\)\>'
185 " Indent if current line begins with 'exception', 'external', 'include' or
187 elseif line =~ '^\s*\(exception\|external\|include\|open\)\>'
190 return indent(search('^\s*\(\(exception\|external\|include\|open\|type\)\>\|val\>.*:\)', 'bW'))
195 if lline !~ '^\s*\(exception\|external\|include\|open\)\>\|' . s:obj . '\|' . s:letlim
196 …return indent(search('^\s*\(\(exception\|include\|initializer\|method\|open\|type\|val\)\>\|extern…
H A Dada.vim36 setlocal indentkeys+=0=~then,0=~end,0=~elsif,0=~when,0=~exception,0=~begin,0=~is,0=~record
218 elseif line =~ '^\s*\(case\|exception\)\>'
269 let ind = s:MainBlockIndent( ind, lnum, '\(case\|exception\)\>', '' ) + shiftwidth()
287 …ndent( ind, lnum, '\(if\|while\|for\|loop\|accept\|begin\|record\|case\|exception\|package\)\>', '…
288 elseif line =~ '^\s*exception\>'
H A Ddylan.vim14 setlocal indentkeys+==~begin,=~block,=~case,=~cleanup,=~define,=~end,=~else,=~elseif,=~exception,=~…
84 if cline =~? '^\s*\(cleanup\|end\|else\|elseif\|exception\|finally\|otherwise\)'
H A Dsml.vim42 let s:letpat = '^\s*\(let\|type\|module\|class\|open\|exception\|val\|include\|external\)\>'
44 let s:lim = '^\s*\(exception\|external\|include\|let\|module\|open\|type\|val\)\>'
154 elseif line =~ '^\s*\(fun\|val\|open\|structure\|and\|datatype\|type\|exception\)\>'
H A Dsqlanywhere.vim79 \ 'case\|when\|merge\|exception'.
170 " Should return indent level of exception.
195 \ '\%(\<end\s\+\)\@<!\<case\>\|\<exception\>\|\<merge\>',
/vim-8.2.3635/runtime/syntax/
H A Dsqlinformix.vim78 syn match sqlException "on \+exception"
79 syn match sqlException "end \+exception"
80 syn match sqlException "end \+exception \+with \+resume"
81 syn match sqlException "raise \+exception"
108 syn match sqlKeyword "on \+\(exception\)\@!"
111 syn match sqlKeyword "end \+\(if\|for\|foreach\|while\|exception\)\@!"
/vim-8.2.3635/runtime/autoload/
H A Dada.vim48 …se', 'abstract', 'end', 'null', 'accept', 'entry', 'select', 'access', 'exception', 'of', 'separat…
70 " Section: add standard exception {{{2
75 \ 'menu': 'exception',
76 \ 'info': 'Ada standard exception.',
81 " Section: add GNAT exception {{{3
87 \ 'menu': 'exception',
88 \ 'info': 'GNAT exception.',
182 \ 'x': ["exception", "user defined exceptions"],
505 let s:Fold_Collate .= '\s\+\<exception\>$\|'
/vim-8.2.3635/src/
H A Dex_eval.c2217 csp->exception = current_exception; in enter_cleanup()
2222 csp->exception = NULL; in enter_cleanup()
2232 report_make_pending(pending, csp->exception); in enter_cleanup()
2237 csp->exception = NULL; in enter_cleanup()
2272 discard_exception((except_T *)csp->exception, FALSE); in leave_cleanup()
2295 current_exception = csp->exception; in leave_cleanup()
/vim-8.2.3635/runtime/doc/
H A Ddoctags.vim9 echo v:exception
H A Deval.txt1966 *v:exception* *exception-variable*
1967 v:exception The value of the exception most recently caught and not
13544 :catch /my-exception/ " catch user exception
14071 : throw v:exception
14077 Trying so causes an error exception. You should throw your own exception
14088 : echo v:exception
14141 : echo v:exception
14313 the exception "Vim:Interrupt". You can catch it like every exception. The
14412 : echo v:exception
14452 : echo v:exception
[all …]
/vim-8.2.3635/runtime/compiler/
H A Drhino.vim23 \%Ejs:\ uncaught\ JavaScript\ runtime\ exception:\ %m,
/vim-8.2.3635/runtime/indent/testdir/
H A Dmatlab.ok14 catch exception
H A Dmatlab.in14 catch exception

1234567