neovim: Enable cursor shapes
authorFredrik Fornwall <fredrik@fornwall.net>
Mon, 28 Nov 2016 12:29:57 +0000 (07:29 -0500)
committerFredrik Fornwall <fredrik@fornwall.net>
Mon, 28 Nov 2016 12:29:57 +0000 (07:29 -0500)
packages/neovim/build.sh
packages/neovim/init.vim

index 5065246..48a2ec6 100644 (file)
@@ -1,7 +1,7 @@
 TERMUX_PKG_HOMEPAGE=http://neovim.org/
 TERMUX_PKG_DESCRIPTION="Ambitious Vim-fork focused on extensibility and agility (nvim)"
-_COMMIT=acbce46782c4e948e7f6a79bbeb58aac62c4c9ab
-TERMUX_PKG_VERSION=0.2.0.201611171840
+_COMMIT=9956beee248bef39385449e134879cb864a5a7eb
+TERMUX_PKG_VERSION=0.2.0.201611271920
 TERMUX_PKG_SRCURL=https://github.com/neovim/neovim/archive/${_COMMIT}.zip
 TERMUX_PKG_DEPENDS="libuv, libmsgpack, libandroid-support, libvterm, libtermkey, libutil"
 TERMUX_PKG_FOLDERNAME="neovim-$_COMMIT"
index efc879b..ddb68a2 100644 (file)
@@ -3,6 +3,8 @@ set ignorecase
 set smartcase
 set title
 
+let $NVIM_TUI_ENABLE_CURSOR_SHAPE=1
+
 syntax on
 
 " Scroll only one line for mouse wheel events to get smooth scrolling on touch screens