1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 12:50:04 +08:00

Fixed cursor mode-sensitive issue

Fixed an issue that cursor shape won't change by mode even if `g:spacevim_terminal_cursor_shape` is 1.
This commit is contained in:
Seong Yong-ju 2017-11-07 19:02:17 +09:00
parent fa5f59fb9b
commit ee5a69f934

View File

@ -28,7 +28,7 @@ else
set guicursor=
elseif g:spacevim_terminal_cursor_shape == 1
" enable non-blinking mode-sensitive cursor
set guicursor=a:block-blinkon0
set guicursor=n-v-c:block-blinkon0,i-ci-ve:ver25-blinkon0,r-cr:hor20,o:hor50
elseif g:spacevim_terminal_cursor_shape == 2
" enable blinking mode-sensitive cursor
set guicursor=n-v-c:block-blinkon10,i-ci-ve:ver25-blinkon10,r-cr:hor20,o:hor50