To: vim_dev@googlegroups.com Subject: Patch 8.1.2146 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.1.2146 (after 8.1.2145) Problem: Build failure. Solution: Include omitted changed file. Files: src/optionstr.c *** ../vim-8.1.2145/src/optionstr.c 2019-09-28 19:04:06.997029566 +0200 --- src/optionstr.c 2019-10-12 21:51:46.891925972 +0200 *************** *** 1892,1898 **** { if (*p_pt) { ! (void)replace_termcodes(p_pt, &p, TRUE, TRUE, FALSE); if (p != NULL) { if (new_value_alloced) --- 1892,1899 ---- { if (*p_pt) { ! (void)replace_termcodes(p_pt, &p, ! REPTERM_FROM_PART | REPTERM_DO_LT, NULL); if (p != NULL) { if (new_value_alloced) *** ../vim-8.1.2145/src/version.c 2019-10-13 16:43:35.960359646 +0200 --- src/version.c 2019-10-13 16:58:52.257075226 +0200 *************** *** 755,756 **** --- 755,758 ---- { /* Add new patch number below this line */ + /**/ + 2146, /**/ -- It is illegal to rob a bank and then shoot at the bank teller with a water pistol. [real standing law in Louisana, United States of America] /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///