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
+3
View File
@@ -279,3 +279,6 @@ function! emmet#lang#slim#removeTag() abort
exe sn ',' (n-1) 'delete'
endif
endfunction
function! emmet#lang#slim#mergeLines() abort
endfunction