diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2018-11-01 16:34:30 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2018-11-01 16:34:30 +0000 |
commit | 696344816e5994a33ebe57eb6705f219c6d14117 (patch) | |
tree | d9fc093018d479d31978d437ac1c59bf23cd326f /editors | |
parent | 9480c31337d6f485ac61767fe08ebe4f2bd02b4e (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 390fd57da7be..6c611ddcb34c 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -37,6 +37,7 @@ SHEBANG_FILES= runtime/tools/demoserver.py runtime/tools/efm_perl.pl VIM_VER= ${PORTNAME}${PORTVERSION:R:S|.||g} # OPTIONS +# ### Make sure any new options are excluded below in CONSOLE/TINY OPTIONS_DEFAULT= CSCOPE DEFAULT_VIMRC CTAGS_EXUBERANT GTK2 PERL PYTHON2 RUBY OPTIONS_DEFINE= CSCOPE DEFAULT_VIMRC NLS XTERM_SAVE OPTIONS_SINGLE= CTAGS UI |