Fix move next/prev

This commit is contained in:
Yasuhiro Matsumoto
2019-06-07 15:18:29 +09:00
parent 0414b53a23
commit 24fbb0aef7
2 changed files with 4 additions and 2 deletions

View File

@@ -878,6 +878,7 @@ function! emmet#lang#html#moveNextPrevItem(flag) abort
if pos != [0,0]
call feedkeys('v?\s\zs'.mx."\<cr>", '')
endif
return ''
endfunction
function! emmet#lang#html#moveNextPrev(flag) abort
@@ -888,6 +889,7 @@ function! emmet#lang#html#moveNextPrev(flag) abort
silent! normal! l
startinsert
endif
return ''
endfunction
function! emmet#lang#html#splitJoinTag() abort