mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2024-12-05 00:13:34 +08:00
Change normal command to normal! command
This commit is contained in:
parent
8c30610c5f
commit
a8d40a1bc3
|
@ -12,7 +12,7 @@ function! s:update()
|
|||
|
||||
let old_status = v:statusmsg
|
||||
let position = getpos(".")
|
||||
exe "silent normal g\<c-g>"
|
||||
exe "silent normal! g\<c-g>"
|
||||
let stat = v:statusmsg
|
||||
call setpos('.', position)
|
||||
let v:statusmsg = old_status
|
||||
|
|
Loading…
Reference in New Issue
Block a user