mirror of
https://github.com/mattn/emmet-vim.git
synced 2026-05-19 23:09:50 +08:00
Add mergeLines()
This commit is contained in:
@@ -45,3 +45,7 @@ endfunction
|
||||
function! emmet#lang#less#removeTag() abort
|
||||
call emmet#lang#css#removeTag()
|
||||
endfunction
|
||||
|
||||
function! emmet#lang#less#mergeLines() abort
|
||||
call emmet#lang#css#mergeLines()
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user