diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2010-10-05 18:13:39 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2010-10-05 18:13:39 +0000 |
commit | a2a11122fdd986c18f77dee2b5582f25a250b86b (patch) | |
tree | 748815f9e42684e855530fa08d3f39f968860402 /editors/vim/options | |
parent | 1f38db59bcc57396b8766e10a0fe653523ee6d59 (diff) |
Notes
Diffstat (limited to 'editors/vim/options')
-rw-r--r-- | editors/vim/options | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim/options b/editors/vim/options index e3251fb2f5a1..b3f3b8d42246 100644 --- a/editors/vim/options +++ b/editors/vim/options @@ -9,7 +9,7 @@ OPTIONS= PERL "Enable Perl interpreter" 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 \ + GTK1 "GTK+ 1.2 GUI" off \ GTK2 "GTK2 GUI" off \ GNOME "Gnome1 GUI" off \ MOTIF "Motif GUI" off \ |