Patch 9.0.0091

5 views
Skip to first unread message

Bram Moolenaar

unread,
Jul 27, 2022, 8:19:30 AM7/27/22
to vim...@googlegroups.com

Patch 9.0.0091
Problem: Duplicate error number.
Solution: Use unique error number.
Files: src/errors.h


*** ../vim-9.0.0090/src/errors.h 2022-07-25 18:13:33.046580756 +0100
--- src/errors.h 2022-07-27 13:17:26.619201273 +0100
***************
*** 3312,3316 ****
#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
--- 3312,3316 ----
#endif
#ifdef FEAT_PROP_POPUP
EXTERN char e_cannot_use_negative_id_after_adding_textprop_with_text[]
! INIT(= N_("E1293: Cannot use a negative id after adding a textprop with text"));
#endif
*** ../vim-9.0.0090/src/version.c 2022-07-27 12:30:08.409165918 +0100
--- src/version.c 2022-07-27 13:17:54.979129612 +0100
***************
*** 737,738 ****
--- 737,740 ----
{ /* Add new patch number below this line */
+ /**/
+ 91,
/**/

--
hundred-and-one symptoms of being an internet addict:
149. You find your computer sexier than your girlfriend

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages