This commit is contained in:
Yasuhiro Matsumoto
2015-09-29 14:51:44 +09:00
parent 037c7e5720
commit 333fede99b

View File

@@ -689,7 +689,7 @@ function! emmet#expandAbbr(mode, abbr) range abort
if g:emmet_debug > 1
call getchar()
endif
if search('\ze\$\(cursor\|select\)\$')
if search('\ze\$\(cursor\|select\)\$', 'c')
let oldselection = &selection
let &selection = 'inclusive'
if foldclosed(line('.')) !=# -1