aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-05-09 18:22:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-05-09 18:22:15 +1200
commit3d3235b7d7231de0f06dfdbff5e59ebe0be53952 (patch)
tree0e544fd36e4aaf8386554cb21399ae3ac98cbcee /vim/vimrc
parentUpdate html_spelllang.vim to v0.2.0 (diff)
downloaddotfiles-3d3235b7d7231de0f06dfdbff5e59ebe0be53952.tar.gz
dotfiles-3d3235b7d7231de0f06dfdbff5e59ebe0be53952.zip
Add XDG_STATE_HOME to XDG support
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(),