forked from VimPlug/emmet-vim
fix #296
This commit is contained in:
@@ -689,7 +689,7 @@ function! emmet#expandAbbr(mode, abbr) range abort
|
|||||||
if g:emmet_debug > 1
|
if g:emmet_debug > 1
|
||||||
call getchar()
|
call getchar()
|
||||||
endif
|
endif
|
||||||
if search('\ze\$\(cursor\|select\)\$')
|
if search('\ze\$\(cursor\|select\)\$', 'c')
|
||||||
let oldselection = &selection
|
let oldselection = &selection
|
||||||
let &selection = 'inclusive'
|
let &selection = 'inclusive'
|
||||||
if foldclosed(line('.')) !=# -1
|
if foldclosed(line('.')) !=# -1
|
||||||
|
|||||||
Reference in New Issue
Block a user