vim: Disable NetBeans integration support
This commit is contained in:
parent
fa8cd42e13
commit
2381ae2d17
@ -7,7 +7,7 @@ TERMUX_PKG_RECOMMENDS="diffutils"
|
||||
# vim should only be updated every 50 releases on multiples of 50.
|
||||
# Update both vim and vim-python to the same version in one PR.
|
||||
TERMUX_PKG_VERSION=8.2.3500
|
||||
TERMUX_PKG_REVISION=1
|
||||
TERMUX_PKG_REVISION=2
|
||||
TERMUX_PKG_SRCURL="https://github.com/vim/vim/archive/v${TERMUX_PKG_VERSION}.tar.gz"
|
||||
TERMUX_PKG_SHA256=7f280d08800d99d270bb0f722db89b04798600a0214d0d74d410ec9d57c5d2aa
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
||||
@ -20,6 +20,7 @@ vim_cv_toupper_broken=no
|
||||
vim_cv_tty_group=world
|
||||
--enable-gui=no
|
||||
--enable-multibyte
|
||||
--enable-netbeans=no
|
||||
--with-features=huge
|
||||
--without-x
|
||||
--with-tlib=ncursesw
|
||||
|
Loading…
Reference in New Issue
Block a user