]> git.pld-linux.org Git - packages/vim.git/blob - vim-hold_gui_events.patch
- replaced undefined macro with some working code
[packages/vim.git] / vim-hold_gui_events.patch
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.022593 seconds and 3 git commands to generate.