mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 10:44:24 +08:00
Improve cursor position after expanding for sass
This commit is contained in:
@@ -932,7 +932,7 @@ finish
|
||||
},
|
||||
{
|
||||
'query': ".first>.second>.third$$$$",
|
||||
'result': "div.first\n\tdiv.second\n\t\tdiv.third\n\t\t\t$$$$",
|
||||
'result': "div.first\n\tdiv.second\n\t\tdiv.third$$$$",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user