mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
commit
3e0865a26b
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="vim"
|
PKG_NAME="vim"
|
||||||
PKG_VERSION="8.0.0684"
|
PKG_VERSION="8.1.2384"
|
||||||
PKG_SHA256="edee3a85471d8e299428971a399cf5fee29febd8eb081f12b241b6ddbf3264f0"
|
PKG_SHA256="f17462971e577063552cd4dbbebeb84e77a9fb47cd40c6234969e7672aebcd59"
|
||||||
PKG_LICENSE="VIM"
|
PKG_LICENSE="VIM"
|
||||||
PKG_SITE="http://www.vim.org/"
|
PKG_SITE="http://www.vim.org/"
|
||||||
PKG_URL="https://github.com/vim/vim/archive/v$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/vim/vim/archive/v$PKG_VERSION.tar.gz"
|
||||||
@ -14,7 +14,7 @@ PKG_CONFIGURE_OPTS_TARGET="vim_cv_getcwd_broken=no \
|
|||||||
vim_cv_memmove_handles_overlap=yes \
|
vim_cv_memmove_handles_overlap=yes \
|
||||||
vim_cv_stat_ignores_slash=yes \
|
vim_cv_stat_ignores_slash=yes \
|
||||||
vim_cv_terminfo=yes \
|
vim_cv_terminfo=yes \
|
||||||
vim_cv_tgent=zero \
|
vim_cv_tgetent=zero \
|
||||||
vim_cv_toupper_broken=no \
|
vim_cv_toupper_broken=no \
|
||||||
vim_cv_tty_group=world \
|
vim_cv_tty_group=world \
|
||||||
vim_cv_tty_mode=0620 \
|
vim_cv_tty_mode=0620 \
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
--- a/runtime/defaults.vim
|
|
||||||
+++ b/runtime/defaults.vim
|
|
||||||
@@ -66,9 +66,9 @@
|
|
||||||
|
|
||||||
" In many terminal emulators the mouse works just fine. By enabling it you
|
|
||||||
" can position the cursor, Visually select and scroll with the mouse.
|
|
||||||
-if has('mouse')
|
|
||||||
- set mouse=a
|
|
||||||
-endif
|
|
||||||
+"if has('mouse')
|
|
||||||
+" set mouse=a
|
|
||||||
+"endif
|
|
||||||
|
|
||||||
" Switch syntax highlighting on when the terminal has colors or when using the
|
|
||||||
" GUI (which always has colors).
|
|
Loading…
x
Reference in New Issue
Block a user