mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2026-08-13 03:11:03 +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
|
if !s:enable_foldexpr | finish | endif
|
||||||
" set debug=msg
|
" set debug=msg
|
||||||
|
|
||||||
setlocal foldenable&
|
|
||||||
|
|
||||||
function! VueFoldMain(...)
|
function! VueFoldMain(...)
|
||||||
if line('$') < 1000
|
if line('$') < 1000
|
||||||
let s:empty_line = '^\s*$'
|
let s:empty_line = '^\s*$'
|
||||||
|
|||||||
Reference in New Issue
Block a user