aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-15 01:29:38 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-15 01:29:38 +1200
commitc40c7681ec3f36c3c42c07e5ba2e3b11c065de9c (patch)
treeec30e837e2f70891a0bda287fcbe3cbed7c74a9f
parentMerge branch 'release/v8.37.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-c40c7681ec3f36c3c42c07e5ba2e3b11c065de9c.tar.gz
dotfiles-c40c7681ec3f36c3c42c07e5ba2e3b11c065de9c.zip
Merge branch 'hotfix/v8.37.1'v8.37.1
* hotfix/v8.37.1: Un-comment some code
-rw-r--r--VERSION4
-rw-r--r--vim/after/plugin/spellfile_local.vim15
2 files changed, 10 insertions, 9 deletions
diff --git a/VERSION b/VERSION
index 459da4d4..f3200b87 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v8.37.0
-Thu, 14 May 2020 13:22:38 +0000
+tejr dotfiles v8.37.1
+Thu, 14 May 2020 13:27:19 +0000
diff --git a/vim/after/plugin/spellfile_local.vim b/vim/after/plugin/spellfile_local.vim
index b40736ab..9d89852e 100644
--- a/vim/after/plugin/spellfile_local.vim
+++ b/vim/after/plugin/spellfile_local.vim
@@ -1,7 +1,8 @@
-"if xdg#['data']['home'] !=# ''
-" let g:spellfile_local_dirs = [ xdg#['data']['home'] ]
-" call extend(
-" \ g:spellfile_local_dirs,
-" \ copy(xdg#['data']['dirs'])
-" \)
-"endif
+" Use XDG dirs for 'spellfile'
+if xdg#['data']['home'] !=# ''
+ let g:spellfile_local_dirs = [ xdg#['data']['home'] ]
+ call extend(
+ \ g:spellfile_local_dirs,
+ \ copy(xdg#['data']['dirs'])
+ \)
+endif