From 8f8c0838ff51c47dcd72d18a4af229d782ac46fe Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Sun, 2 Jul 2023 17:41:11 +0800 Subject: [PATCH] chore(bundle): only load default rtp --- bundle/git.vim/test/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bundle/git.vim/test/vimrc b/bundle/git.vim/test/vimrc index c53f47681..598c04ba3 100644 --- a/bundle/git.vim/test/vimrc +++ b/bundle/git.vim/test/vimrc @@ -1,5 +1,6 @@ set nocompatible let s:path = expand(':p:h:h') +set runtimepath=$VIMRUNTIME call execute('set rtp+=' . s:path) filetype off filetype plugin indent on