To: vim_dev@googlegroups.com Subject: Patch 8.2.3962 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3962 (after 8.2.3961) Problem: Build fails for missing error message. Solution: Add changes in missed file. Files: src/regexp_bt.c *** ../vim-8.2.3961/src/regexp_bt.c 2021-12-05 21:46:31.168891156 +0000 --- src/regexp_bt.c 2021-12-31 20:54:42.947811691 +0000 *************** *** 1392,1398 **** case Magic(')'): if (one_exactly) EMSG_ONE_RET_NULL; ! IEMSG_RET_NULL(_(e_internal)); // Supposed to be caught earlier. // NOTREACHED case Magic('='): --- 1392,1399 ---- case Magic(')'): if (one_exactly) EMSG_ONE_RET_NULL; ! // Supposed to be caught earlier. ! IEMSG_RET_NULL(_(e_internal_error_in_regexp)); // NOTREACHED case Magic('='): *** ../vim-8.2.3961/src/version.c 2021-12-31 22:48:56.595368891 +0000 --- src/version.c 2021-12-31 23:15:33.069618955 +0000 *************** *** 751,752 **** --- 751,754 ---- { /* Add new patch number below this line */ + /**/ + 3962, /**/ -- Very funny, Scotty. Now beam down my clothes. /// 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 ///