Lines Matching refs:exception
374 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)
2153 assert_match('E1001: Variable not found: notDefined', v:exception)
2176 assert_match('E684: list index out of range', v:exception)
2568 assert_match('something local wrong', v:exception)
2581 assert_match('this is wrong', v:exception)
3117 assert_true(caught, 'should have caught an exception')
3851 error = v:exception
3859 error = v:exception
4067 call assert_match('E1030: Using a String as a Number', v:exception)