mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-09 03:54:47 +08:00
remove broken code.
This commit is contained in:
@@ -1283,11 +1283,8 @@ function! s:zen_toggleComment()
|
|||||||
call search(' -->', 'cW')
|
call search(' -->', 'cW')
|
||||||
exe "normal! d4l"
|
exe "normal! d4l"
|
||||||
let pos[2] -= 5
|
let pos[2] -= 5
|
||||||
elseif searchpair('>', '', '<', 'bcW')
|
else
|
||||||
exe "normal! a<!-- "
|
" TODO
|
||||||
call search('<', 'ceW')
|
|
||||||
exe "normal! i --\<c-v>>"
|
|
||||||
let pos[2] += 5
|
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
call search('<', 'bW')
|
call search('<', 'bW')
|
||||||
|
|||||||
Reference in New Issue
Block a user