aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorSean Dewar <seandewar@users.noreply.github.com>2020-12-02 19:01:48 +0000
committerSean Dewar <seandewar@users.noreply.github.com>2021-09-15 22:30:31 +0100
commite140eec441006d0a05abcba49c6d9a0482609216 (patch)
tree46299a5df25d901668c53bd4d26587b770a9293e /runtime
parentc57132ec2a9c16facff7858c8610c3206398fe7e (diff)
downloadrneovim-e140eec441006d0a05abcba49c6d9a0482609216.tar.gz
rneovim-e140eec441006d0a05abcba49c6d9a0482609216.tar.bz2
rneovim-e140eec441006d0a05abcba49c6d9a0482609216.zip
vim-patch:8.1.0797: error E898 is used twice
Problem: Error E898 is used twice. Solution: Rename the Blob error to E899. (closes vim/vim#3853) https://github.com/vim/vim/commit/bf821bccf18453b01d25bee53e4954b02a5dd0e6
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 1a9fc02a9b..7532bcfba7 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -14,7 +14,7 @@ Using expressions is introduced in chapter 41 of the user manual |usr_41.txt|.
1. Variables *variables*
1.1 Variable types ~
- *E712* *E896* *E897* *E898*
+ *E712* *E896* *E897* *E899*
There are seven types of variables:
*Number* *Integer*