From 24e65cd4128921c3217f849293efc2d862dadd1b Mon Sep 17 00:00:00 2001 From: mattn Date: Wed, 13 Jun 2012 21:45:38 +0900 Subject: [PATCH] default filetype. --- autoload/zencoding.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/zencoding.vim b/autoload/zencoding.vim index 6bb1b69..05ee72b 100644 --- a/autoload/zencoding.vim +++ b/autoload/zencoding.vim @@ -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