Lines Matching refs:v

288   Xpath 'v'
375 call assert_report('Caught ' . v:exception . ' in ' . v:throwpoint)
384 call assert_report('Caught ' . v:exception . ' in ' . v:throwpoint)
393 call assert_report('Caught ' . v:exception . ' in ' . v:throwpoint)
469 Xpath 'v'
498 call assert_report('Caught ' . v:exception . ' in ' . v:throwpoint)
630 let v:errmsg = ""
635 try | Xpath 'v' | throw "z" | catch | Xpath 'w' | :
640 call assert_report('Caught ' . v:exception . ' in ' . v:throwpoint)
642 if $VIMNOERRTHROW && v:errmsg != ""
643 call assert_report(v:errmsg)
645 if caught || $VIMNOERRTHROW && v:errmsg != ""
675 call assert_report('Caught ' . v:exception . ' in ' . v:throwpoint)
804 Xpath 'v'
869 Xpath 'v'
882 call assert_report('Caught ' . v:exception . ' in ' . v:throwpoint)
955 Xpath 'v'
971 call assert_report('Caught ' . v:exception . ' in ' . v:throwpoint)
1077 Xpath 'v'
1088 call assert_report('Caught ' . v:exception . ' in ' . v:throwpoint)
1136 call assert_report("if: " . v:exception . " in " . v:throwpoint)
1141 if v:false
1153 call assert_report("elseif: " . v:exception . " in " . v:throwpoint)
1167 call assert_report("while: " .. v:exception .. " in " .. v:throwpoint)
1171 call assert_report(v:throwpoint)
1173 call assert_report(v:exception .. " in " .. v:throwpoint)
1219 call assert_report("return: " .. v:exception .. " in " .. v:throwpoint)
1230 call assert_report("return-var: " . v:exception . " in " . v:throwpoint)
1245 call assert_report("throw1: " .. v:exception .. " in " .. v:throwpoint)
1258 call assert_report("throw2: " .. v:exception .. " in " .. v:throwpoint)
1268 Xpath 'v'
1271 call assert_report("throw3: " .. v:exception .. " in " .. v:throwpoint)
1280 call assert_report(v:throwpoint)
1283 call assert_report('Caught' .. v:exception .. ' in ' .. v:throwpoint)
1323 call assert_report("echo: " .. v:exception .. " in " .. v:throwpoint)
1334 call assert_report('echon: ' . v:exception . ' in ' . v:throwpoint)
1345 call assert_report('echomsg: ' . v:exception . ' in ' . v:throwpoint)
1360 call assert_report('echoerr: ' . v:exception . ' in ' . v:throwpoint)
1370 Xpath 'v'
1371 call assert_report('execute: ' . v:exception . ' in ' . v:throwpoint)
1378 call assert_report(v:throwpoint)
1381 call assert_report('Caught ' . v:exception . ' in ' . v:throwpoint)
1496 Xpath 'v'
1523 call assert_report('Caught ' . v:exception . ' in ' . v:throwpoint)
1575 call assert_report('def: ' . v:exception . ' in ' . v:throwpoint)
1592 call assert_report('lst: ' . v:exception . ' in ' . v:throwpoint)
1609 call assert_report('del: ' . v:exception . ' in ' . v:throwpoint)
1613 call assert_report('Caught ' . v:exception . ' in ' . v:throwpoint)
1689 call assert_report('exists2: ' . v:exception . ' in ' . v:throwpoint)
1692 call assert_report('exists1: ' . v:exception . ' in ' . v:throwpoint)
1724 call assert_report('searchpair: ' . v:exception . ' in ' . v:throwpoint)
1746 let v:errmsg = ""
1749 if v:errmsg != ""
1777 Xpath 'v'
1779 call assert_report('substitute()y: ' . v:exception . ' in '
1780 \ . v:throwpoint)
1790 call assert_report('substitute()n: ' . v:exception . ' in '
1791 \ . v:throwpoint)
1798 call assert_report('Caught ' . v:exception . ' in ' . v:throwpoint)
1843 let v:errmsg = ""
1852 if caught || $VIMNOERRTHROW && v:errmsg =~ 'E21'
1870 let v:errmsg = ""
1879 if caught || $VIMNOERRTHROW && v:errmsg =~ 'E21'
1889 let v:errmsg = ""
1898 if caught || $VIMNOERRTHROW && v:errmsg =~ 'E21'
1908 let v:errmsg = ""
1917 if caught || $VIMNOERRTHROW && v:errmsg =~ 'E21'
1929 let v:errmsg = ""
1930 Xpath 'v'
1940 if caught || $VIMNOERRTHROW && v:errmsg =~ 'E21'
1950 let v:errmsg = ""
1960 if caught || $VIMNOERRTHROW && v:errmsg =~ 'E21'
1968 call assert_report('Caught ' . v:exception . ' in ' . v:throwpoint)
2009 call assert_fails('try | while v:true | endtry', 'E170:')
2010 call assert_fails('try | if v:true | endtry', 'E171:')
2239 let caught = v:exception