]> git.pld-linux.org Git - packages/vim.git/commitdiff
vim patches
authorArtur Frysiak <artur@frysiak.net>
Tue, 2 Feb 1999 20:21:52 +0000 (20:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-hold_gui_events.patch -> 1.1

vim-hold_gui_events.patch [new file with mode: 0644]

diff --git a/vim-hold_gui_events.patch b/vim-hold_gui_events.patch
new file mode 100644 (file)
index 0000000..6d6f356
--- /dev/null
@@ -0,0 +1,12 @@
+--- src/globals.h.old  Tue Jan  5 20:10:00 1999
++++ src/globals.h      Wed Jan 13 13:54:46 1999
+@@ -215,7 +215,9 @@
+ /* found "-rv" or "-reverse" in command line args */
+ EXTERN int    found_reverse_arg INIT(= FALSE);
+ EXTERN char * font_opt INIT(= NULL);
++#endif
++#if defined(USE_GUI) || defined(GPM_MOUSE)
+ /*
+  * While executing external commands or in Ex mode, should not insert GUI
+  * events in the input buffer: Set hold_gui_events to non-zero.
This page took 0.174257 seconds and 4 git commands to generate.