chore: add comment

This commit is contained in:
yemai
2018-09-30 10:14:35 +08:00
parent df15dee610
commit c4e55457dc

View File

@@ -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