mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-09 06:04:46 +08:00
fix: always load indent when enter buffer
This commit is contained in:
@@ -5,11 +5,6 @@
|
|||||||
" Maintainer: leafOfTree <leafvocation@gmail.com>
|
" Maintainer: leafOfTree <leafvocation@gmail.com>
|
||||||
"
|
"
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
|
||||||
if exists("b:did_vue_indent")
|
|
||||||
finish
|
|
||||||
endif
|
|
||||||
|
|
||||||
se sw=2 ts=2
|
se sw=2 ts=2
|
||||||
|
|
||||||
let s:name = 'vim-vue-plugin'
|
let s:name = 'vim-vue-plugin'
|
||||||
|
|||||||
Reference in New Issue
Block a user