Skip to content

Commit 26c8727

Browse files
rhysdautozimu
authored andcommitted
Use :normal! instead of :normal (#766)
1 parent 54c79a8 commit 26c8727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/LanguageClient.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ function! s:Edit(action, path) abort
218218
" If editing current file, push current location to jump list.
219219
let l:bufnr = bufnr(a:path)
220220
if l:bufnr == bufnr('%')
221-
execute 'normal m`'
221+
execute 'normal! m`'
222222
return
223223
endif
224224

0 commit comments

Comments
 (0)