default filetype.

This commit is contained in:
mattn
2012-06-13 21:45:38 +09:00
parent bddc3f9ff5
commit 24e65cd412

View File

@@ -531,7 +531,7 @@ function! zencoding#anchorizeURL(flag)
endfunction
function! zencoding#codePretty() range
let type = input('FileType: ', '', 'filetype')
let type = input('FileType: ', &ft, 'filetype')
if len(type) == 0
return
endif