We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f6cb3a commit b64bc36Copy full SHA for b64bc36
test/vimrc
@@ -3,11 +3,11 @@ set nocompatible
3
let $LANG='en_US'
4
5
filetype off
6
-set runtimepath+=../
7
-set runtimepath+=../build/tabular/
8
-set runtimepath+=../build/vim-toml/
9
-set runtimepath+=../build/vim-json/
10
-set runtimepath+=../build/vader.vim/
+execute 'set runtimepath=../,' . &runtimepath
+execute 'set runtimepath=../build/tabular/,' . &runtimepath
+execute 'set runtimepath=../build/vim-toml/,' . &runtimepath
+execute 'set runtimepath=../build/vim-json/,' . &runtimepath
+execute 'set runtimepath=../build/vader.vim/,' . &runtimepath
11
filetype on
12
13
filetype plugin indent on
0 commit comments