comparison src/errors.h @ 29451:057c26b5c33a v9.0.0067

patch 9.0.0067: cannot show virtual text Commit: https://github.com/vim/vim/commit/7f9969c559b51446632ac7e8f76cde07e7d0078d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 25 18:13:54 2022 +0100 patch 9.0.0067: cannot show virtual text Problem: Cannot show virtual text. Solution: Initial changes for virtual text support, using text properties.
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Jul 2022 19:15:06 +0200
parents 44bb4a607125
children 13a57ebccde1
comparison
equal deleted inserted replaced
29450:67f31c24291b 29451:057c26b5c33a
3308 #endif 3308 #endif
3309 #ifdef FEAT_CMDWIN 3309 #ifdef FEAT_CMDWIN
3310 EXTERN char e_cmdline_window_already_open[] 3310 EXTERN char e_cmdline_window_already_open[]
3311 INIT(= N_("E1292: Command-line window is already open")); 3311 INIT(= N_("E1292: Command-line window is already open"));
3312 #endif 3312 #endif
3313 #ifdef FEAT_PROP_POPUP
3314 EXTERN char e_cannot_use_negative_id_after_adding_textprop_with_text[]
3315 INIT(= N_("E1291: Cannot use a negative id after adding a textprop with text"));
3316 #endif