mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.2-324
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user