summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2023-11-27 20:04:24 +0100
committerChristian Brabandt <cb@256bit.org>2023-11-27 20:04:24 +0100
commit5c233437701e4a40327c73559cdda345471229b4 (patch)
treea706112224a884c5db0f607c303040db98e8d2dd /runtime/doc
parentb9efc72c2432f2d2a633c12d3a5b9fc3efb7b6e7 (diff)
patch 9.0.2132: Duplicate Netbeans Error Messagev9.0.2132
Problem: Duplicate Netbeans Error Message Solution: Remove duplicate message We have 2 error Messages used for the Netbeans interface: - EXTERN char e_invalid_buffer_identifier_in_close[] INIT(= N_("E648: Invalid buffer identifier in close")); - EXTERN char e_invalid_buffer_identifier_in_close_2[] INIT(= N_("E649: Invalid buffer identifier in close")); Since the error message is exactly the same, get rid of the second message. closes: #13584 Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/netbeans.txt4
-rw-r--r--runtime/doc/tags1
2 files changed, 2 insertions, 3 deletions
diff --git a/runtime/doc/netbeans.txt b/runtime/doc/netbeans.txt
index 241fdb70be..905c79791f 100644
--- a/runtime/doc/netbeans.txt
+++ b/runtime/doc/netbeans.txt
@@ -1,4 +1,4 @@
-*netbeans.txt* For Vim version 9.0. Last change: 2022 Apr 03
+*netbeans.txt* For Vim version 9.0. Last change: 2023 Nov 26
VIM REFERENCE MANUAL by Gordon Prieur et al.
@@ -846,7 +846,7 @@ REJECT Not used.
These errors occur when a message violates the protocol:
*E627* *E628* *E629* *E632* *E633* *E634* *E635* *E636*
*E637* *E638* *E639* *E640* *E641* *E642* *E643* *E644* *E645* *E646*
-*E647* *E648* *E649* *E650* *E651* *E652*
+*E647* *E648* *E650* *E651* *E652*
==============================================================================
diff --git a/runtime/doc/tags b/runtime/doc/tags
index 713a6d357e..9a793e6151 100644
--- a/runtime/doc/tags
+++ b/runtime/doc/tags
@@ -5047,7 +5047,6 @@ E645 netbeans.txt /*E645*
E646 netbeans.txt /*E646*
E647 netbeans.txt /*E647*
E648 netbeans.txt /*E648*
-E649 netbeans.txt /*E649*
E65 pattern.txt /*E65*
E650 netbeans.txt /*E650*
E651 netbeans.txt /*E651*