aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-04-26 04:27:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-04-26 04:27:51 +1200
commit97f72b4e37dea7b803921c539f23c99ce49221de (patch)
tree35ec08cd01c5123b27c9d796cc5ea417ddaa0081
parentMerge branch 'hotfix/v8.20.3' (diff)
parentCorrect an XDG path (diff)
downloaddotfiles-97f72b4e37dea7b803921c539f23c99ce49221de.tar.gz
dotfiles-97f72b4e37dea7b803921c539f23c99ce49221de.zip
Merge branch 'hotfix/v8.20.4'v8.20.4
* hotfix/v8.20.4: Correct an XDG path
-rw-r--r--VERSION4
-rw-r--r--vim/vimrc2
2 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 9f780f75..e8969b76 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v8.20.3
-Sat, 25 Apr 2020 12:41:34 +0000
+tejr dotfiles v8.20.4
+Sat, 25 Apr 2020 16:27:41 +0000
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^='