diff --git a/autoload/emmet.vim b/autoload/emmet.vim index e242bea0..e4b81c00 100644 --- a/autoload/emmet.vim +++ b/autoload/emmet.vim @@ -768,8 +768,8 @@ function! emmet#expandAbbr(mode, abbr) range abort endif finally let &gdefault = l:gdefault + let &selection = oldselection endtry - let &selection = oldselection endif return '' endfunction