forked from VimPlug/emmet-vim
Add mergeLines()
This commit is contained in:
@@ -329,3 +329,7 @@ function! emmet#lang#jade#removeTag() abort
|
||||
exe sn ',' (n-1) 'delete'
|
||||
endif
|
||||
endfunction
|
||||
|
||||
function! emmet#lang#jade#mergeLines() abort
|
||||
" nothing to do
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user