mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-08 03:24:45 +08:00
default filetype.
This commit is contained in:
@@ -531,7 +531,7 @@ function! zencoding#anchorizeURL(flag)
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! zencoding#codePretty() range
|
function! zencoding#codePretty() range
|
||||||
let type = input('FileType: ', '', 'filetype')
|
let type = input('FileType: ', &ft, 'filetype')
|
||||||
if len(type) == 0
|
if len(type) == 0
|
||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user