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:
parent
237ec35fd7
commit
842f29f6d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user