aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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^='