From 7f9969c559b51446632ac7e8f76cde07e7d0078d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 25 Jul 2022 18:13:54 +0100 Subject: patch 9.0.0067: cannot show virtual text Problem: Cannot show virtual text. Solution: Initial changes for virtual text support, using text properties. --- src/errors.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/errors.h') diff --git a/src/errors.h b/src/errors.h index 965187f785..e8008fd34d 100644 --- a/src/errors.h +++ b/src/errors.h @@ -3310,3 +3310,7 @@ EXTERN char e_invalid_argument_nr[] EXTERN char e_cmdline_window_already_open[] INIT(= N_("E1292: Command-line window is already open")); #endif +#ifdef FEAT_PROP_POPUP +EXTERN char e_cannot_use_negative_id_after_adding_textprop_with_text[] + INIT(= N_("E1291: Cannot use a negative id after adding a textprop with text")); +#endif -- cgit v1.2.3