mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-09 14:14:46 +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.
|
" Save the current JavaScript indentexpr.
|
||||||
let b:vue_js_indentexpr = &indentexpr
|
let b:vue_js_indentexpr = &indentexpr
|
||||||
|
|
||||||
|
" load xml indent method
|
||||||
unlet b:did_indent
|
unlet b:did_indent
|
||||||
runtime! indent/xml.vim
|
runtime! indent/xml.vim
|
||||||
|
|
||||||
|
" load css indent method
|
||||||
unlet b:did_indent
|
unlet b:did_indent
|
||||||
runtime! indent/css.vim
|
runtime! indent/css.vim
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user