From 842f29f6d73e0ec2871b0b8b2400a217ec6b397d Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Fri, 3 Jun 2022 13:09:29 +0800 Subject: [PATCH] fix(project): handle project_rooter_outermost option --- autoload/SpaceVim/custom.vim | 1 + 1 file changed, 1 insertion(+) 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