Searched refs:o_lnum (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Dedit.c311 static linenr_T o_lnum = 0; local
513 if (((ins_at_eol && curwin->w_cursor.lnum == o_lnum)
933 /* Always update o_lnum, so that a "CTRL-O ." that adds a line
936 o_lnum = curwin->w_cursor.lnum;

Completed in 123 milliseconds