vim: update to 7.4.1947, fix for FS#1324

This commit is contained in:
Juergen Daubert 2016-06-20 16:50:59 +02:00
parent 01537b93a2
commit 059555396e
2 changed files with 4 additions and 2 deletions

View File

@ -1 +1 @@
725d268efac80bfc9000c75d2e890c41 vim-7.4.1859.tar.xz
66fdc62dea2e595d552f58d0ee90ec96 vim-7.4.1947.tar.xz

View File

@ -4,7 +4,7 @@
# Depends on: ncurses acl
name=vim
version=7.4.1859
version=7.4.1947
release=1
source=(http://crux.nu/files/distfiles/$name-$version.tar.xz)
@ -47,4 +47,6 @@ build () {
make VIMRTDIR=
make -j1 VIMRTDIR= DESTDIR=$PKG installvimbin
sed -i '/^packadd matchit/s/^/" /' $PKG/usr/share/vim/vimrc
}