To: vim_dev@googlegroups.com Subject: Patch 9.0.0467 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0467 Problem: Build failure. Solution: Add missing change. Files: src/ex_cmds.c *** ../vim-9.0.0466/src/ex_cmds.c 2022-09-13 13:45:09.802461528 +0100 --- src/ex_cmds.c 2022-09-14 21:56:29.463976835 +0100 *************** *** 4684,4690 **** last_line = lnum + 1; } #ifdef FEAT_PROP_POPUP ! adjust_props_for_split(lnum + 1, lnum, plen, 1); #endif // all line numbers increase ++sub_firstlnum; --- 4684,4691 ---- last_line = lnum + 1; } #ifdef FEAT_PROP_POPUP ! adjust_props_for_split(lnum + 1, lnum, ! plen, 1, FALSE); #endif // all line numbers increase ++sub_firstlnum; *** ../vim-9.0.0466/src/version.c 2022-09-14 22:13:06.069843985 +0100 --- src/version.c 2022-09-14 22:30:43.295701862 +0100 *************** *** 705,706 **** --- 705,708 ---- { /* Add new patch number below this line */ + /**/ + 467, /**/ -- Proof techniques #2: Proof by Oddity. SAMPLE: To prove that horses have an infinite number of legs. (1) Horses have an even number of legs. (2) They have two legs in back and fore legs in front. (3) This makes a total of six legs, which certainly is an odd number of legs for a horse. (4) But the only number that is both odd and even is infinity. (5) Therefore, horses must have an infinite number of legs. /// 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 ///