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

/macosx-10.9.5/vim-53/src/
H A Dedit.c1684 colnr_T save_col; local
1690 save_col = curwin->w_cursor.col;
1708 curwin->w_cursor.col = save_col;
8409 colnr_T save_col; local
8567 save_col = curwin->w_cursor.col;
8573 curwin->w_cursor.col = save_col;
8605 save_col = curwin->w_cursor.col;
8607 if (curwin->w_cursor.col < save_col)
8609 curwin->w_cursor.col = save_col;

Completed in 117 milliseconds