Lines Matching refs:exception
113 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')
356 \ 'Vim(python):SystemError: error return without exception set')
400 \ 'Vim(python):SystemError: error return without exception set')
404 \ 'Vim(python):SystemError: error return without exception set')
939 \ '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())
2045 cb.append('!!!!!!!! Caught exception: ' + emsg(sys.exc_info()))
2249 sa(): !exception: error:('Vim:E725: Calling dict function without Dictionary: SelfArgs',)
2250 psa1(): !exception: error:('Vim:E725: Calling dict function without Dictionary: SelfArgs',)
2251 psa2(): !exception: error:('Vim:E725: Calling dict function without Dictionary: SelfArgs',)
2259 sa(42, 43): !exception: error:('Vim:E725: Calling dict function without Dictionary: SelfArgs',)
2260 … psa1(42, 43): !exception: error:('Vim:E725: Calling dict function without Dictionary: SelfArgs',)
2261 … psa2(42, 43): !exception: error:('Vim:E725: Calling dict function without Dictionary: SelfArgs',)
3751 cb.append('!!!!!!!! Caught exception: ' + emsg(sys.exc_info()))
3753 cb.append('!!!!!!!! No exception')
3759 cb.append('!!!!!!!! Caught exception: ' + emsg(sys.exc_info()))
3761 cb.append('No exception')
3777 No exception