1
0
forked from aniani/vim

updated for version 7.0110

This commit is contained in:
Bram Moolenaar
2005-07-19 22:17:30 +00:00
parent e7c5a15631
commit 6c131c43ff
6 changed files with 47 additions and 4 deletions

View File

@@ -1580,6 +1580,7 @@ struct window
colnr_T w_old_cursor_fcol; /* first column for block visual part */
colnr_T w_old_cursor_lcol; /* last column for block visual part */
linenr_T w_old_visual_lnum; /* last known start of visual part */
colnr_T w_old_visual_col; /* last known start of visual part */
colnr_T w_old_curswant; /* last known value of Curswant */
#endif