From 5380a423b11187254dbd1b5ae264893304067aff Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 15 May 2020 01:27:05 +1200 Subject: Un-comment some code --- vim/after/plugin/spellfile_local.vim | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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 -- cgit v1.2.3 From 6f564f4bbd73acb75cd57a771dce929a99454c40 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 15 May 2020 01:27:26 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 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 -- cgit v1.2.3