aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-04-26 04:27:33 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-04-26 04:27:46 +1200
commit6087b3ac5b18af47dfa581397a0b5d4730ee6e00 (patch)
tree35ec08cd01c5123b27c9d796cc5ea417ddaa0081 /vim
parentMerge branch 'hotfix/v8.20.3' (diff)
downloaddotfiles-6087b3ac5b18af47dfa581397a0b5d4730ee6e00.tar.gz
dotfiles-6087b3ac5b18af47dfa581397a0b5d4730ee6e00.zip
Correct an XDG path
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index abbdda4b..59f66360 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -112,7 +112,7 @@ if xdg#['config']['home'] !=# ''
call insert(s:xdgruntimepaths, xdg#['config']['home'])
endif
if xdg#['cache']['home'] !=# ''
- call insert(s:xdgruntimepaths, xdg#['config']['home'])
+ call insert(s:xdgruntimepaths, xdg#['cache']['home'])
endif
for s:xdgruntimepath in reverse(s:xdgruntimepaths)
execute 'set runtimepath^='