mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-07 21:24:50 +08:00
Use user's option when setting
This commit is contained in:
@@ -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*$'
|
||||
|
||||
Reference in New Issue
Block a user