]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): fix wrong help tag reference in eval.txt
authorChristian Brabandt <cb@256bit.org>
Wed, 17 Dec 2025 20:59:32 +0000 (21:59 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 17 Dec 2025 20:59:56 +0000 (21:59 +0100)
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/eval.txt

index 8f55d88e21fc5a84fbec140a984cfed0592c055a..54a0cb67b1c9623e30adf1b39653da9f61595325 100644 (file)
@@ -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*