summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-01-23 21:15:02 +0100
committerBram Moolenaar <Bram@vim.org>2019-01-23 21:15:02 +0100
commitbf821bccf18453b01d25bee53e4954b02a5dd0e6 (patch)
treec105e92a32e35e80fe994631a397b3e2bcf072fc /runtime
parent31faed60bfd54ff8f612f6b311a6cbcd9e7ebedd (diff)
downloadvim-git-bf821bccf18453b01d25bee53e4954b02a5dd0e6.tar.gz
patch 8.1.0797: error E898 is used twicev8.1.0797
Problem: Error E898 is used twice. Solution: Rename the Blob error to E899. (closes #3853)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 325676dbd..3db9151c6 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -38,7 +38,7 @@ done, the features in this document are not available. See |+eval| and
1. Variables *variables*
1.1 Variable types ~
- *E712* *E896* *E897* *E898*
+ *E712* *E896* *E897* *E899*
There are nine types of variables:
Number A 32 or 64 bit signed number. |expr-number| *Number*