Lines Matching refs:try
539 " `lnum`) is standalone or part of a try-catch block, based on the preceding
550 " If we hit the beginning of the file, it is not a catch in a try block
562 \ 'rem', 'try', 'xor'], prev_token) != -1
567 " part of try-catch.
585 \(is_standalone ? 'is standalone' : 'belongs to try-catch'))
761 \ '\C\<\%(case\|try\|begin\|receive\|if\)\>\|' .
850 " try EXPR catch BRANCHES end
851 " try EXPR after BODY end
852 " try EXPR catch BRANCHES after BODY end
853 " try EXPR of BRANCHES catch BRANCHES end
854 " try EXPR of BRANCHES after BODY end
855 " try EXPR of BRANCHES catch BRANCHES after BODY end
906 elseif index(['case', 'if', 'try', 'receive'], token) != -1
916 \ (token ==# 'try' && (stack[0] ==# 'of' ||
926 " This way when we reach case/try/receive (i.e. now),
929 if token ==# 'case' || token ==# 'try' ||
936 \'"case/if/try/receive" found')
943 \'"case/if/try/receive" found')
949 \'"case/if/try/receive" found')
954 \'"case/if/try/receive" found')
1228 " modify it. This way when we reach case/try/receive,
1255 " modify it. This way when we reach case/try/receive,
1296 " modify it. This way when we reach case/try/receive,
1320 " modify it. This way when we reach case/try/receive,