mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 03:04:27 +08:00
default filetype.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user