mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0180
This commit is contained in:
@@ -6527,6 +6527,10 @@ ins_ctrl_g()
|
||||
/* CTRL-G u: start new undoable edit */
|
||||
case 'u': u_sync();
|
||||
ins_need_undo = TRUE;
|
||||
|
||||
/* Need to reset Insstart, esp. because a BS that joins
|
||||
* aline to the previous one must save for undo. */
|
||||
Insstart = curwin->w_cursor;
|
||||
break;
|
||||
|
||||
/* Unknown CTRL-G command, reserved for future expansion. */
|
||||
|
Reference in New Issue
Block a user