remove broken code.

This commit is contained in:
mattn
2010-03-04 21:11:01 +09:00
parent 8a2c4f1628
commit 192fc49720

View File

@@ -1283,11 +1283,8 @@ function! s:zen_toggleComment()
call search(' -->', 'cW')
exe "normal! d4l"
let pos[2] -= 5
elseif searchpair('>', '', '<', 'bcW')
exe "normal! a<!-- "
call search('<', 'ceW')
exe "normal! i --\<c-v>>"
let pos[2] += 5
else
" TODO
endif
else
call search('<', 'bW')