diff options
Diffstat (limited to 'remove_ro_delay.patch')
-rw-r--r-- | remove_ro_delay.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/remove_ro_delay.patch b/remove_ro_delay.patch new file mode 100644 index 0000000..d74ea19 --- /dev/null +++ b/remove_ro_delay.patch @@ -0,0 +1,11 @@ +diff -r 4d94c8a6758a src/misc1.c +--- a/src/misc1.c Wed Jul 30 17:21:58 2014 +0200 ++++ b/src/misc1.c Sun Aug 03 21:58:18 2014 +0100 +@@ -3302,7 +3302,6 @@ + if (msg_silent == 0 && !silent_mode) + { + out_flush(); +- ui_delay(1000L, TRUE); /* give the user time to think about it */ + } + curbuf->b_did_warn = TRUE; + redraw_cmdline = FALSE; /* don't redraw and erase the message */ |