summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-06-24 05:06:36 +0200
committerBram Moolenaar <Bram@vim.org>2019-06-24 05:06:36 +0200
commitb2cda0dd1d9c9e47e21c59b8d40845210ab83f69 (patch)
treea9c714dcf9e9ea291d7b1a686aeda4299301b46f /runtime
parente7eb92708ec2092a2fc11e78703b5dcf83844412 (diff)
patch 8.1.1586: error number used in two placesv8.1.1586
Problem: Error number used in two places. Solution: Renumber one. (Ken Takata)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/popup.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/popup.txt b/runtime/doc/popup.txt
index f39725717b..d04a6b44ec 100644
--- a/runtime/doc/popup.txt
+++ b/runtime/doc/popup.txt
@@ -483,7 +483,7 @@ The second argument of |popup_create()| is a dictionary with options:
tab page.
Otherwise the number of the tab page the popup is
displayed on; when invalid the popup is not created
- and an error is given. *E996*
+ and an error is given. *E997*
title Text to be displayed above the first item in the
popup, on top of any border. If there is no top
border one line of padding is added to put the title