Home
last modified time | relevance | path

Searched refs:outermost (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dcindent.c2395 pos_T outermost; in get_c_indent() local
2400 outermost = *trypos; in get_c_indent()
2401 curwin->w_cursor.lnum = outermost.lnum; in get_c_indent()
2402 curwin->w_cursor.col = outermost.col; in get_c_indent()
2405 } while (trypos && trypos->lnum == outermost.lnum); in get_c_indent()
2409 line = ml_get(outermost.lnum); in get_c_indent()
2412 cin_is_if_for_while_before_offset(line, &outermost.col); in get_c_indent()
/vim-8.2.3635/runtime/doc/
H A Drepeat.txt398 nested ":try"s in the script. The outermost ":endtry"
H A Deval.txt12725 returns at the outermost ":endtry".
13480 all nested ":try"s inside the loop. The outermost
13491 all nested ":try"s inside the loop. The outermost
14646 functions, control flow goes to the line following the outermost ":endwhile"
/vim-8.2.3635/src/testdir/
H A Dtest_vimscript.vim387 " at the line following the outermost :endif or :endwhile. When not
1028 " Error continuation outside a function is at the outermost :endwhile or :endif.