remove debug code.

This commit is contained in:
mattn
2010-03-09 11:55:35 +09:00
parent ac2d5dcd47
commit df3eb4ecba

View File

@@ -1053,7 +1053,6 @@ function! s:zen_toString(...)
let doller = substitute(val, '^.\{-}\(\$\+\)$', '\1', '')
let val = substitute(val, '\(\$\+\)$', '', '')
let val .= printf('%0' . len(doller) . 'd', m+1)
let g:hoge = val
endif
let tmp .= ' ' . attr . '="' . val . '"'
if filter == 'c'