mirror of
https://github.com/mattn/emmet-vim.git
synced 2026-05-19 23:09:50 +08:00
Removes extra spaces at line 523
This commit is contained in:
+1
-1
@@ -520,7 +520,7 @@ function! emmet#expandAbbr(mode, abbr) range abort
|
|||||||
if len(filters) ==# 0
|
if len(filters) ==# 0
|
||||||
let filters = ['html']
|
let filters = ['html']
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if a:mode ==# 2
|
if a:mode ==# 2
|
||||||
let leader = substitute(input('Tag: ', ''), '^\s*\(.*\)\s*$', '\1', 'g')
|
let leader = substitute(input('Tag: ', ''), '^\s*\(.*\)\s*$', '\1', 'g')
|
||||||
if len(leader) ==# 0
|
if len(leader) ==# 0
|
||||||
|
|||||||
Reference in New Issue
Block a user