aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-04 12:52:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-04 12:52:03 +1200
commit42d10fc44524e3110ddcb54c2d8f52474fa32ece (patch)
tree25a20e7d0bb647108ea398650445ba3f3c0d9580
parentMerge branch 'feature/vimrc-edit' into develop (diff)
downloaddotfiles-42d10fc44524e3110ddcb54c2d8f52474fa32ece.tar.gz
dotfiles-42d10fc44524e3110ddcb54c2d8f52474fa32ece.zip
Correct and refine explanation of 'thesaurus'
-rw-r--r--vim/vimrc15
1 files changed, 6 insertions, 9 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 7d6d9b50..d60d66fd 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -2,7 +2,7 @@
" Tom Ryder (tejr)’s Literate Vimrc
" ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
"
-" Last updated: Sun, 03 May 2020 23:00:22 UTC
+" Last updated: Mon, 04 May 2020 00:51:58 UTC
"
" │ And I was lifted up in heart, and thought
" │ Of all my late-shown prowess in the lists,
@@ -396,14 +396,11 @@ set spellcapcheck=[.?!]\\%(\ \ \\\|[\\n\\r\\t]\\)
" In much the same way, we add an expected path to a thesaurus, for completion
" with CTRL-X CTRL-T in insert mode, or with ‘t’ added to 'completeopt'. The
" thesaurus data isn’t installed as part of the default ‘install-vim’ target
-" in tejr’s dotfiles, but it can be retrieved from
-" <https://sanctum.geek.nz/ref/thesaurus.txt>.
-"
-" I got the thesaurus itself from the link in the :help for 'thesaurus' in
-" v8.1. It’s from WordNet and MyThes-1. I maintain a mirror on my own
-" website that the Makefile recipe attempts to retrieve. I had to remove the
-" first two metadata lines from thesaurus.txt, as Vim appeared to interpret
-" them as part of the body data.
+" in tejr’s dotfiles, but a decent one can be retrieved from my website at
+" <https://sanctum.geek.nz/ref/thesaurus.txt>. I got this from the link in
+" the :help for 'thesaurus' in v8.1. It’s from WordNet and MyThes-1. I had
+" to remove the first two metadata lines from thesaurus.txt, as Vim appeared
+" to interpret them as part of the body data.
"
" Extra checks for appending the 'dictionary' and 'thesaurus' paths need to be
" made, because the P_NDNAME property is assigned to them, which enforces