From e01cb1a45911965b2d992f3febd9a20feeb948b8 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 8 Jun 2019 20:42:13 +1200 Subject: Explain behaviour absent the 'dictionary' file --- vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vim') 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 -- cgit v1.2.3