Lines Matching refs:caught
390 add(l, 'caught')
394 assert_equal(['1', 'caught', 'finally'], l)
629 g:caught = v:exception
633 assert_match('E1219: Float or Number required for argument 1', g:caught)
634 unlet g:caught
977 result = 'caught'
979 assert_equal('caught', result)
3104 var caught = false
3114 caught = true
3117 assert_true(caught, 'should have caught an exception')
3885 " caught
3891 " caught
3897 " caught
4290 # this error should be caught with CHECKLEN
4293 g:caught = 'yes'
4301 unlet g:caught