mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-08 13:44:46 +08:00
setlocal foldenable to default value (on)
This commit is contained in:
@@ -4,6 +4,8 @@ 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