summaryrefslogtreecommitdiffstats
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-01-21 22:33:58 +0100
committerBram Moolenaar <Bram@vim.org>2020-01-21 22:33:58 +0100
commitade0d39468014fd55d30f7647a1ac104baff4bc5 (patch)
tree5cdf1d0b4b39ce292bdcbd163e3f13e9dd33e4b7 /runtime/doc/eval.txt
parent2387773d933bd6c483e44803db8ec79737ecf7ed (diff)
Update runtime files.
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index d04d9595d5..b580f2fabf 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1,4 +1,4 @@
-*eval.txt* For Vim version 8.2. Last change: 2020 Jan 06
+*eval.txt* For Vim version 8.2. Last change: 2020 Jan 19
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -10630,7 +10630,7 @@ xor({expr}, {expr}) *xor()*
<
*feature-list*
-There are four types of features:
+There are three types of features:
1. Features that are only supported when they have been enabled when Vim
was compiled |+feature-list|. Example: >
:if has("cindent")