Merge pull request #872 from wilywampa/normal_cmd

Change normal command to normal! command
This commit is contained in:
Bailey Ling 2015-10-18 14:00:34 -04:00
commit 14d14cf951

View File

@ -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