Update vim patch number

This commit is contained in:
Fredrik Fornwall 2015-06-20 08:56:39 -04:00
parent 8c92d8e3bc
commit 41c89305c8
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=738
VIM_MINOR_REVISION=748
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"