summaryrefslogtreecommitdiffstats
path: root/runtime/doc/insert.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-10-23 12:08:41 +0100
committerBram Moolenaar <Bram@vim.org>2021-10-23 12:08:41 +0100
commit079ba76ae7a7d0ef404cb9b41dff2663ff41f51b (patch)
tree975998b23597d8317debcd6c6ffc3fda5185a6d0 /runtime/doc/insert.txt
parent06ca48a40f049f20347c9630a180457d1f1aece5 (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r--runtime/doc/insert.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index 7788c0b717..7d218930d9 100644
--- a/runtime/doc/insert.txt
+++ b/runtime/doc/insert.txt
@@ -1,4 +1,4 @@
-*insert.txt* For Vim version 8.2. Last change: 2021 Aug 31
+*insert.txt* For Vim version 8.2. Last change: 2021 Oct 18
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -893,7 +893,7 @@ Groß): >
endif
endfunc
- if has('patch-8.2.3520')
+ if exists('+thesaurusfunc')
set thesaurusfunc=Thesaur
endif