mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-08 13:44:46 +08:00
Fix local formatoptions value changed by pug
This commit is contained in:
@@ -73,6 +73,7 @@ let b:javascript_indentexpr = &indentexpr
|
|||||||
if s:use_pug
|
if s:use_pug
|
||||||
unlet! b:did_indent
|
unlet! b:did_indent
|
||||||
runtime! indent/pug.vim
|
runtime! indent/pug.vim
|
||||||
|
setlocal formatoptions-=r
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if s:use_sass
|
if s:use_sass
|
||||||
|
|||||||
Reference in New Issue
Block a user