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') 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')