commit | 860cae1cec85aeb06668a2b071727c43869acf15 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 05 23:22:07 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 05 23:22:07 2010 +0200 |
tree | 8f7b62b69f4a7d3340902178927bbc3f9d24cc3e | |
parent | 945e2dbb633ed29b697a8d4eea51672e3c11143b [diff] [blame] |
Add the conceal patch from Vince Negri.
diff --git a/src/ui.c b/src/ui.c index a755e30..9ca902b 100644 --- a/src/ui.c +++ b/src/ui.c
@@ -2989,7 +2989,7 @@ } #endif -#if defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_GTK) || defined (FEAT_GUI_MAC) \ +#if defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_GTK) || defined(FEAT_GUI_MAC) \ || defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_MSWIN) \ || defined(FEAT_GUI_PHOTON) || defined(PROTO) /*