Home
last modified time | relevance | path

Searched refs:orig_col (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/runtime/indent/
H A Dclojure.vim357 let orig_col = col('.')
367 call cursor(orig_lnum, orig_col)
402 call cursor(orig_lnum, orig_col)
408 call cursor(orig_lnum, orig_col)
/vim-8.2.3635/src/
H A Dtextformat.c87 int orig_col = 0; in internal_format() local
314 orig_col = startcol; // Will start backspacing from here in internal_format()
333 curwin->w_cursor.col = orig_col; in internal_format()
H A Dindent.c1232 colnr_T orig_col = 0; // init for GCC in change_indent() local
1239 orig_col = curwin->w_cursor.col; in change_indent()
1413 curwin->w_cursor.col = orig_col; in change_indent()