chore: improve code quality

This commit is contained in:
yemai
2019-05-21 11:35:27 +08:00
parent 8480810231
commit 6020f11232
3 changed files with 140 additions and 108 deletions

View File

@@ -7,10 +7,3 @@ function! s:setFiletype()
" then set filetype
let &filetype = 'vue'
endfunction
if !exists("g:vim_vue_plugin_has_init_indent")
let ext = expand("%:e")
if ext == 'wpy'
let g:vim_vue_plugin_has_init_indent = 1
endif
endif