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 -- [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/20220914213143.C9A541C0EE2%40moolenaar.net.