aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-04-26 04:28:17 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-04-26 04:28:17 +1200
commite31c9940aa26b185f10580198aa7b218d43d2f57 (patch)
tree35ec08cd01c5123b27c9d796cc5ea417ddaa0081
parentMerge branch 'hotfix/v8.20.3' into develop (diff)
parentCorrect an XDG path (diff)
downloaddotfiles-e31c9940aa26b185f10580198aa7b218d43d2f57.tar.gz
dotfiles-e31c9940aa26b185f10580198aa7b218d43d2f57.zip
Merge branch 'hotfix/v8.20.4' into develop
* 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^='