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 42048f4Copy full SHA for 42048f4
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/
+set runtimepath^=../
+set runtimepath^=../build/tabular/
+set runtimepath^=../build/vim-toml/
+set runtimepath^=../build/vim-json/
+set runtimepath^=../build/vader.vim/
11
filetype on
12
13
filetype plugin indent on
0 commit comments