1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 05:30:05 +08:00
This commit is contained in:
Shidong Wang 2019-03-28 14:57:40 +08:00
parent 3c99f68013
commit 67a72e45d0

View File

@ -187,7 +187,7 @@ function! s:handle_normal(char) abort
let s:cursor_stack[i].end = substitute(s:cursor_stack[i].end, '^.', '', 'g')
endfor
redrawstatus!
elseif a:char == 65 " I
elseif a:char == 65 " A
let s:mode = 'i'
let w:spacevim_iedit_mode = s:mode
let w:spacevim_statusline_mode = 'ii'