diff options
author | Juergen Daubert <jue@jue.li> | 2016-08-19 12:51:46 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2016-08-19 12:51:46 +0200 |
commit | 8d3ffc1020d517a9af2553e65aab6742b5c8d9cc (patch) | |
tree | 18c90c7b0a4f315c3ab232271c0608d33605231f /vim | |
parent | 68bddc89b91369dd4f1df8e528dba9935ee02707 (diff) | |
parent | 5856c13b72d1188c9c22bc77b625a5d2aeb2a0ee (diff) | |
download | core-8d3ffc1020d517a9af2553e65aab6742b5c8d9cc.tar.gz core-8d3ffc1020d517a9af2553e65aab6742b5c8d9cc.tar.xz |
Merge remote-tracking branch 'origin/3.2' into 3.3
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.footprint | 1 | ||||
-rw-r--r-- | vim/.md5sum | 2 | ||||
-rw-r--r-- | vim/Pkgfile | 4 |
3 files changed, 3 insertions, 4 deletions
diff --git a/vim/.footprint b/vim/.footprint index 91420102..c84d04fd 100644 --- a/vim/.footprint +++ b/vim/.footprint @@ -147,6 +147,7 @@ drwxr-xr-x root/root usr/share/vim/compiler/ -rw-r--r-- root/root usr/share/vim/compiler/xbuild.vim -rw-r--r-- root/root usr/share/vim/compiler/xmllint.vim -rw-r--r-- root/root usr/share/vim/compiler/xmlwf.vim +-rw-r--r-- root/root usr/share/vim/defaults.vim -rw-r--r-- root/root usr/share/vim/delmenu.vim drwxr-xr-x root/root usr/share/vim/doc/ -rw-r--r-- root/root usr/share/vim/doc/arabic.txt diff --git a/vim/.md5sum b/vim/.md5sum index c7e807bd..afc258f9 100644 --- a/vim/.md5sum +++ b/vim/.md5sum @@ -1 +1 @@ -66fdc62dea2e595d552f58d0ee90ec96 vim-7.4.1947.tar.xz +bd5a6647a4b15460df88b985db9684a9 vim-7.4.2225.tar.xz diff --git a/vim/Pkgfile b/vim/Pkgfile index 39f510c6..dad4d973 100644 --- a/vim/Pkgfile +++ b/vim/Pkgfile @@ -4,7 +4,7 @@ # Depends on: ncurses acl name=vim -version=7.4.1947 +version=7.4.2225 release=1 source=(http://crux.nu/files/distfiles/$name-$version.tar.xz) @@ -47,6 +47,4 @@ build () { make VIMRTDIR= make -j1 VIMRTDIR= DESTDIR=$PKG installvimbin - - sed -i '/^packadd matchit/s/^/" /' $PKG/usr/share/vim/vimrc } |