Lines Matching refs:due
526 " When a function with the "abort" attribute is aborted due to an
668 " When code is skipped over due to an error, the boolean argument to
715 " In code skipped over due to an error or inactive conditional,
1452 " If a :try conditional stays inactive due to a preceding :continue,
1526 " If a :try conditional stays inactive due to a preceding error or
1545 if 1 " not active due to error
1553 try " not active due to error
1584 if 1 " not active due to interrupt
1592 try " not active due to interrupt
1615 if 1 " not active due to :throw
1623 try " not active due to :throw
1638 " If a :try conditional stays inactive due to a preceding :throw,
1649 if 1 " not active due to :throw
1664 try " not active due to :throw
1679 " If a :try conditional stays inactive due to a preceding :throw,
2047 " When a :finally clause is executed due to a :continue, :break,
2121 " When a :finally clause is executed due to a :continue, :break,
2195 " When a :finally clause is executed due to a :continue, :break,
2267 " When a :finally clause is executed due to a :continue, :break,
2350 " When a :finally clause is executed due to a :continue, :break,
2444 " When a :finally clause is executed due to a :continue, :break,
2543 " When a :finally clause is executed due to a :continue, :break,
5135 " due to an error inside a :try/:endtry region or due to an interrupt
5373 " braces as part of a function name after ":function" is aborted due
5374 " to an error inside a :try/:endtry region or due to an interrupt or