mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
undo: delete undo_off global without effect
This commit is contained in:
@@ -2409,7 +2409,6 @@ int inchar(
|
||||
did_outofmem_msg = FALSE; /* display out of memory message (again) */
|
||||
did_swapwrite_msg = FALSE; /* display swap file write error again */
|
||||
}
|
||||
undo_off = FALSE; /* restart undo now */
|
||||
|
||||
// Get a character from a script file if there is one.
|
||||
// If interrupted: Stop reading script files, close them all.
|
||||
|
Reference in New Issue
Block a user