aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index f5cb107f..c1ad9957 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -148,6 +148,8 @@ if has('unix')
\ = xdg#DataDirs()
let s:xdgdatahome
\ = xdg#DataHome()
+ let s:xdgstatehome
+ \ = xdg#StateHome()
endif
" We put XDG_CONFIG_HOME at the front of the 'runtimepath' list with insert(),