]> git.pld-linux.org Git - packages/vim.git/blame - vim-hold_gui_events.patch
- removed linking with libelf (not necessary, seems not used at all)
[packages/vim.git] / vim-hold_gui_events.patch
CommitLineData
55d98e85
AF
1--- src/globals.h.old Tue Jan 5 20:10:00 1999
2+++ src/globals.h Wed Jan 13 13:54:46 1999
3@@ -215,7 +215,9 @@
4 /* found "-rv" or "-reverse" in command line args */
5 EXTERN int found_reverse_arg INIT(= FALSE);
6 EXTERN char * font_opt INIT(= NULL);
7+#endif
8
9+#if defined(USE_GUI) || defined(GPM_MOUSE)
10 /*
11 * While executing external commands or in Ex mode, should not insert GUI
12 * events in the input buffer: Set hold_gui_events to non-zero.
This page took 0.030164 seconds and 4 git commands to generate.