diff options
Diffstat (limited to 'editors/vim/options')
-rw-r--r-- | editors/vim/options | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/vim/options b/editors/vim/options index 9602cf885665..e3251fb2f5a1 100644 --- a/editors/vim/options +++ b/editors/vim/options @@ -5,9 +5,11 @@ OPTIONS= PERL "Enable Perl interpreter" off \ LANG "VIm Translations" off \ CSCOPE "Enable cscope" off \ EXUBERANT_CTAGS "Use exctags instead of ctags" off \ - X11 "X11 GUI (must enable if things below are)" off \ + X11 "X11 support (required for options below)" off \ + X11_ONLY "CLI-only Vim, but with basic X11 support" off \ + XTERM_SAVE "Restore xterm screen after exit" off \ ATHENA "Athena GUI" off \ + GTK "GTK+ 1.2 GUI" off \ GTK2 "GTK2 GUI" off \ GNOME "Gnome1 GUI" off \ MOTIF "Motif GUI" off \ - XTERM_SAVE "" off |