aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-08 20:42:13 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-08 20:42:21 +1200
commite01cb1a45911965b2d992f3febd9a20feeb948b8 (patch)
treebf8e04aed6205376e58610ad93f04d92e293028e /vim/vimrc
parentExplain the choice of a 'runtimepath' split func (diff)
downloaddotfiles-e01cb1a45911965b2d992f3febd9a20feeb948b8.tar.gz
dotfiles-e01cb1a45911965b2d992f3febd9a20feeb948b8.zip
Explain behaviour absent the 'dictionary' file
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 45f06130..02e7c8fc 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -214,6 +214,9 @@ set cpoptions+=J
" a bit more intelligently to ensure that spell checking and dictionary
" function consistently with reference to the same resources.
"
+" It's not an error if this file doesn't exist; indeed, on some systems I use,
+" it doesn't.
+"
set dictionary^=/usr/share/dict/words
" Keep swap files for file buffers in a dedicated directory, rather than the