mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 09:20:06 +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
|
endif
|
||||||
exe 'let g:spacevim_' . name . ' = value'
|
exe 'let g:spacevim_' . name . ' = value'
|
||||||
if name ==# 'project_rooter_patterns'
|
if name ==# 'project_rooter_patterns'
|
||||||
|
\ || name ==# 'project_rooter_outermost'
|
||||||
" clear rooter cache
|
" clear rooter cache
|
||||||
call SpaceVim#plugins#projectmanager#current_root()
|
call SpaceVim#plugins#projectmanager#current_root()
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user