From 74cd78ba7712167c65b60ab2c9c131acf35356ff Mon Sep 17 00:00:00 2001 From: leafOfTree Date: Thu, 9 Jan 2020 17:47:36 +0800 Subject: [PATCH] Fix local formatoptions value changed by pug --- indent/vue.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/indent/vue.vim b/indent/vue.vim index db520c8..d645e72 100644 --- a/indent/vue.vim +++ b/indent/vue.vim @@ -73,6 +73,7 @@ let b:javascript_indentexpr = &indentexpr if s:use_pug unlet! b:did_indent runtime! indent/pug.vim + setlocal formatoptions-=r endif if s:use_sass