undo: delete undo_off global without effect

This commit is contained in:
Björn Linse
2019-11-16 11:03:43 +01:00
parent e3b08a0fc4
commit 6222cca36a
3 changed files with 0 additions and 17 deletions

View File

@@ -768,7 +768,6 @@ EXTERN int did_outofmem_msg INIT(= false);
// set after out of memory msg
EXTERN int did_swapwrite_msg INIT(= false);
// set after swap write error msg
EXTERN int undo_off INIT(= false); // undo switched off for now
EXTERN int global_busy INIT(= 0); // set when :global is executing
EXTERN int listcmd_busy INIT(= false); // set when :argdo, :windo or
// :bufdo is executing