Skip to content

Commit

Permalink
vim: Update to v8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lundmar committed May 19, 2018
1 parent f2b624a commit 536944a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vim/Buildfile
Expand Up @@ -3,7 +3,7 @@
# License: VIM

name=vim
version=8.0.069
version=8.1
release=1
source=(ftp://ftp.vim.org/pub/vim/unix/vim-$version.tar.bz2)
depends=(ncurses acl)
Expand All @@ -18,6 +18,7 @@ build () {
vim_cv_getcwd_broken=no \
vim_cv_stat_ignores_slash=yes \
vim_cv_memmove_handles_overlap=yes \
vim_cv_tgetent=zero \
ac_cv_prog_STRIP=$HOST-strip \
./configure --build=$BUILD \
--host=$HOST \
Expand Down

0 comments on commit 536944a

Please sign in to comment.