Update vim patch

This commit is contained in:
Fredrik Fornwall 2015-06-25 10:43:48 -04:00
parent cdf33bce04
commit 7f27473398
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ TERMUX_PKG_HOMEPAGE=http://www.vim.org/
TERMUX_PKG_DEPENDS="ncurses, vim-runtime"
# Vim 7.4 patches described at ftp://ftp.vim.org/pub/vim/patches/7.4/README
VIM_MINOR_REVISION=748
VIM_MINOR_REVISION=754
VIM_TAGNAME="v7-4-${VIM_MINOR_REVISION}"
TERMUX_PKG_VERSION=7.4.${VIM_MINOR_REVISION}
TERMUX_PKG_SRCURL="https://code.google.com/p/vim/source/browse/?name=$VIM_TAGNAME"