1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 21:10:05 +08:00

fix(project): handle project_rooter_outermost option

This commit is contained in:
wsdjeg 2022-06-03 13:09:29 +08:00
parent 237ec35fd7
commit 842f29f6d7

View File

@ -142,6 +142,7 @@ function! s:apply(config, type) abort
endif
exe 'let g:spacevim_' . name . ' = value'
if name ==# 'project_rooter_patterns'
\ || name ==# 'project_rooter_outermost'
" clear rooter cache
call SpaceVim#plugins#projectmanager#current_root()
endif