Home
last modified time | relevance | path

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

/vim-8.2.3635/runtime/ftplugin/
H A Dpdf.vim62 let oldcol = col('.')
66 exe 'norm! '.oldcol.'|'
/vim-8.2.3635/src/
H A Dmisc2.c556 colnr_T oldcol = win->w_cursor.col; in check_cursor_col_win() local
588 if (oldcol == MAXCOL) in check_cursor_col_win()
H A Dops.c283 int oldcol = curwin->w_cursor.col; in shift_block() local
465 curwin->w_cursor.col = oldcol; in shift_block()