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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220727121917.4C6791C0A39%40moolenaar.net.