Patch 8.2.1911
Problem: Tiny build fails.
Solution: Add #ifdef.
Files: src/insexpand.c
*** ../vim-8.2.1910/src/insexpand.c 2020-10-26 19:22:35.513731793 +0100
--- src/insexpand.c 2020-10-27 09:11:59.252491966 +0100
***************
*** 4067,4076 ****
}
else
{
// Update completion sequence number when needed.
if (compl_curr_match->cp_number == -1)
ins_compl_update_sequence_numbers();
!
// The match should always have a sequence number now, this is
// just a safety check.
if (compl_curr_match->cp_number != -1)
--- 4067,4077 ----
}
else
{
+ #if defined(FEAT_COMPL_FUNC) || defined(FEAT_EVAL)
// Update completion sequence number when needed.
if (compl_curr_match->cp_number == -1)
ins_compl_update_sequence_numbers();
! #endif
// The match should always have a sequence number now, this is
// just a safety check.
if (compl_curr_match->cp_number != -1)
*** ../vim-8.2.1910/src/version.c 2020-10-26 21:39:09.119677673 +0100
--- src/version.c 2020-10-27 09:12:29.768373193 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 1911,
/**/
--
There are three kinds of persons: Those who can count and those who can't.
/// Bram Moolenaar -- [email protected] -- 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 ///
--
--
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/202010270813.09R8D9SJ1800610%40masaka.moolenaar.net.