Add mergeLines()

This commit is contained in:
Yasuhiro Matsumoto
2019-06-20 00:02:06 +09:00
parent 6ee9d6d417
commit 9f854c868e
9 changed files with 92 additions and 10 deletions

View File

@@ -123,3 +123,7 @@ endfunction
function! emmet#lang#scss#removeTag() abort
call emmet#lang#css#removeTag()
endfunction
function! emmet#lang#scss#mergeLines() abort
call emmet#lang#css#mergeLines()
endfunction