diff --git a/autoload/SpaceVim/custom.vim b/autoload/SpaceVim/custom.vim index 3211656b3..ed0494869 100644 --- a/autoload/SpaceVim/custom.vim +++ b/autoload/SpaceVim/custom.vim @@ -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