mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 18:54:27 +08:00
Remove blank line
This commit is contained in:
@@ -494,7 +494,6 @@ finish
|
||||
'query': "a[title=$#]{foo}",
|
||||
'result': "<a href=\"\" title=\"foo\">foo</a>\n",
|
||||
},
|
||||
|
||||
{
|
||||
'query': "span.item$*2>{item $}",
|
||||
'result': "<span class=\"item1\">item 1</span>\n<span class=\"item2\">item 2</span>\n",
|
||||
|
||||
Reference in New Issue
Block a user