diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-05 01:28:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-05 01:28:09 +0800 |
commit | fbd267784ec020ffb596328f5fa14abe66644d6c (patch) | |
tree | 69d7f2f5ee57f3dadd2ff4d308d76b584a68184e /editors/vim-lite | |
parent | ea1bd172b599b08f7951dc8ddcb94ca0842b1949 (diff) | |
download | freebsd-ports-graphics-fbd267784ec020ffb596328f5fa14abe66644d6c.tar.gz freebsd-ports-graphics-fbd267784ec020ffb596328f5fa14abe66644d6c.tar.zst freebsd-ports-graphics-fbd267784ec020ffb596328f5fa14abe66644d6c.zip |
Move the vimrc into ETCDIR to user may have a look at it.
Now install a minimalistic vimrc without all the controversial options (I hope)
Define a template for port Makefiles to vim automatically creates it in case of
opening a new one
Diffstat (limited to 'editors/vim-lite')
-rw-r--r-- | editors/vim-lite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim-lite/Makefile b/editors/vim-lite/Makefile index b12efbf9145..1d58964e4e0 100644 --- a/editors/vim-lite/Makefile +++ b/editors/vim-lite/Makefile @@ -1,7 +1,7 @@ # Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Improved version of the vi editor (lite package) |