mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-07 13:14:34 +08:00
chore: add comment
This commit is contained in:
@@ -17,9 +17,11 @@ let s:name = 'vim-vue-plugin'
|
||||
" Save the current JavaScript indentexpr.
|
||||
let b:vue_js_indentexpr = &indentexpr
|
||||
|
||||
" load xml indent method
|
||||
unlet b:did_indent
|
||||
runtime! indent/xml.vim
|
||||
|
||||
" load css indent method
|
||||
unlet b:did_indent
|
||||
runtime! indent/css.vim
|
||||
|
||||
|
||||
Reference in New Issue
Block a user