Lines Matching refs:aborted
436 " "abort" attribute, the function is aborted and the script processing
524 " Test 9: Continuing after aborted functions {{{1
526 " When a function with the "abort" attribute is aborted due to an
535 let result = G() " not aborted
545 if H() != -1 " aborted
554 call I() " aborted
5134 " When a function call made during expression evaluation is aborted
5136 " or a :throw, the expression evaluation is aborted as well. No
5373 " braces as part of a function name after ":function" is aborted due
5375 " a :throw, the expression evaluation is aborted as well, and the
5463 " evaluation is aborted.