1
0
forked from aniani/vim

updated for version 7.2-324

This commit is contained in:
Bram Moolenaar
2009-12-31 12:18:30 +00:00
parent 281daf62aa
commit 742d1ecd17
3 changed files with 6 additions and 1 deletions

View File

@@ -528,6 +528,8 @@ check_cursor_col()
#endif
}
}
else if (curwin->w_cursor.col < 0)
curwin->w_cursor.col = 0;
#ifdef FEAT_VIRTUALEDIT
/* If virtual editing is on, we can leave the cursor on the old position,