To: vim_dev@googlegroups.com Subject: Patch 9.0.0091 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///