mirror of
https://github.com/mattn/emmet-vim.git
synced 2026-05-18 06:19:43 +08:00
Add mergeLines()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user