From: Christian Brabandt Date: Wed, 17 Dec 2025 20:59:32 +0000 (+0100) Subject: runtime(doc): fix wrong help tag reference in eval.txt X-Git-Tag: v9.1.1994~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdd21ca377e0ab60e8a057e1d5de8951705673c2;p=thirdparty%2Fvim.git runtime(doc): fix wrong help tag reference in eval.txt Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 8f55d88e21..54a0cb67b1 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1352,7 +1352,7 @@ Dictionary and arguments, use |get()| to get the function name: > < *E1437* An |Object| can only be compared with another |Object|, using only the -"equal", "not equal", "is" and "isnot" operators |expr4|. An |Enum| is also a +"equal", "not equal", "is" and "isnot" operators |expr4|. An |enum| is also a type of |Object|, and the same rules apply. *E1037*