From b8cbd66359006f38446b0a92fd5a0aaaf4480a9c Mon Sep 17 00:00:00 2001 From: leafOfTree Date: Mon, 10 May 2021 13:20:01 +0800 Subject: [PATCH] Use user's option when setting --- ftplugin/vue/fold.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/ftplugin/vue/fold.vim b/ftplugin/vue/fold.vim index 4085061..c578ed2 100644 --- a/ftplugin/vue/fold.vim +++ b/ftplugin/vue/fold.vim @@ -4,8 +4,6 @@ let s:enable_foldexpr = s:config.foldexpr if !s:enable_foldexpr | finish | endif " set debug=msg -setlocal foldenable& - function! VueFoldMain(...) if line('$') < 1000 let s:empty_line = '^\s*$'