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