chiark / gitweb /
vim: Remove cursor shapes
authorFredrik Fornwall <fredrik@fornwall.net>
Sun, 1 Jan 2017 23:14:25 +0000 (18:14 -0500)
committerFredrik Fornwall <fredrik@fornwall.net>
Sun, 1 Jan 2017 23:14:25 +0000 (18:14 -0500)
Not every terminal emulator supports cursor shapes. Fixes #641.

packages/vim-python/build.sh
packages/vim-python/vimrc
packages/vim/build.sh
packages/vim/vimrc

index 9a4f6fb4f154f1cd7a214b68faaca2f73d0918b3..341f0595c5bac39998496159e056edc2174b26b3 100755 (executable)
@@ -3,7 +3,7 @@ TERMUX_PKG_HOMEPAGE=http://www.vim.org/
 TERMUX_PKG_DEPENDS="ncurses, vim-runtime, python"
 
 # Vim 8.0 patches described at ftp://ftp.vim.org/pub/vim/patches/8.0/README
-TERMUX_PKG_VERSION=8.0.0130
+TERMUX_PKG_VERSION=8.0.0134
 TERMUX_PKG_SRCURL="https://github.com/vim/vim/archive/v${TERMUX_PKG_VERSION}.tar.gz"
 TERMUX_PKG_FOLDERNAME=vim-${TERMUX_PKG_VERSION}
 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="vim_cv_toupper_broken=no vim_cv_terminfo=yes vim_cv_tty_group=world"
index 12c8bb751b03251a500eff13e2850890ce4adbc7..e8c4e4fbb71f400a4f2ba39b6b3614270374cf53 100644 (file)
@@ -12,11 +12,6 @@ set title
 
 syntax on
 
-" Set beam shape in insert mode, underline shape in replace mode and block shape in normal mode.
-let &t_SI = "\<Esc>[6 q"
-let &t_SR = "\<Esc>[4 q"
-let &t_EI = "\<Esc>[2 q"
-
 " Scroll only one line for mouse wheel events to get smooth scrolling on touch screens
 map <ScrollWheelUp> <C-Y>
 imap <ScrollWheelUp> <C-X><C-Y>
index ca4b85c3db7f5e34825b28dbe17f6934979e234d..a5b16aef1ae8a268d8d4ec341c8061f7974fd9c2 100755 (executable)
@@ -3,7 +3,7 @@ TERMUX_PKG_HOMEPAGE=http://www.vim.org/
 TERMUX_PKG_DEPENDS="ncurses, vim-runtime"
 
 # Vim 8.0 patches described at ftp://ftp.vim.org/pub/vim/patches/8.0/README
-TERMUX_PKG_VERSION=8.0.0130
+TERMUX_PKG_VERSION=8.0.0134
 TERMUX_PKG_SRCURL="https://github.com/vim/vim/archive/v${TERMUX_PKG_VERSION}.tar.gz"
 TERMUX_PKG_FOLDERNAME=vim-${TERMUX_PKG_VERSION}
 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="vim_cv_toupper_broken=no vim_cv_terminfo=yes vim_cv_tty_group=world"
index 12c8bb751b03251a500eff13e2850890ce4adbc7..e8c4e4fbb71f400a4f2ba39b6b3614270374cf53 100644 (file)
@@ -12,11 +12,6 @@ set title
 
 syntax on
 
-" Set beam shape in insert mode, underline shape in replace mode and block shape in normal mode.
-let &t_SI = "\<Esc>[6 q"
-let &t_SR = "\<Esc>[4 q"
-let &t_EI = "\<Esc>[2 q"
-
 " Scroll only one line for mouse wheel events to get smooth scrolling on touch screens
 map <ScrollWheelUp> <C-Y>
 imap <ScrollWheelUp> <C-X><C-Y>