aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-09 23:15:02 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-09 23:15:02 +1200
commit91257f18feffa1f26852d5f684dd95527d07d388 (patch)
tree1041088741118e8391e66f502314fd343c80e0aa
parentBreak three conditions into separate lines (diff)
downloaddotfiles-91257f18feffa1f26852d5f684dd95527d07d388.tar.gz
dotfiles-91257f18feffa1f26852d5f684dd95527d07d388.zip
Explain 'dictionary' approach
-rw-r--r--vim/vimrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 634d568c..71e1179e 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -431,7 +431,9 @@ set cpoptions+=J
"
" At some point, I may end up having to set this option along with 'spellfile'
" a bit more intelligently to ensure that spell checking and dictionary
-" function consistently with reference to the same resources.
+" function consistently with reference to the same resources. For the moment,
+" I've added another entry referring to a directory in the user runtime
+" directory, but I don't have anything distinct to put there just yet.
"
" It's not an error if this file doesn't exist; indeed, on some systems I use,
" it doesn't.