summaryrefslogtreecommitdiffstats
path: root/editors/vim/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vim/CONFIGURE')
-rwxr-xr-xeditors/vim/CONFIGURE2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/vim/CONFIGURE b/editors/vim/CONFIGURE
index e6142889db..a2bdd96922 100755
--- a/editors/vim/CONFIGURE
+++ b/editors/vim/CONFIGURE
@@ -7,6 +7,8 @@ config_query_option GVIM_MULTIBYTE "Enable multi-byte editing?" y \
config_query_option GVIM_HANGUL "Enable Hangul input?" n \
"--enable-hangulinput" "--disable-hangulinput" &&
+config_query VIM_X_DISABLE "Disable X support?" n &&
+
message "${MESSAGE_COLOR}${SPELL_COLOR}vim${DEFAULT_COLOR}${MESSAGE_COLOR} will be built twice if you choose to build a GUI${DEFAULT_COLOR}" &&
config_query_list GVIM_GUI "Which GUI interface to use?" \
none gtk2 gtk+ gnome2 gnome motif athena &&