Patch 8.0.1480 (after 8.0.1479)
Problem: Patch missing change.
Solution: Add missing change.
Files: src/evalfunc.c
*** ../vim-8.0.1479/src/evalfunc.c 2018-01-28 17:45:41.505504197 +0100
--- src/evalfunc.c 2018-02-09 11:55:25.527085048 +0100
***************
*** 7977,7983 ****
#ifdef FEAT_INS_EXPAND
if (ins_compl_active())
buf[1] = 'c';
! else if (ctrl_x_mode == 1)
buf[1] = 'x';
#endif
}
--- 7977,7983 ----
#ifdef FEAT_INS_EXPAND
if (ins_compl_active())
buf[1] = 'c';
! else if (ctrl_x_mode_not_defined_yet())
buf[1] = 'x';
#endif
}
*** ../vim-8.0.1479/src/version.c 2018-02-09 12:13:28.602611990 +0100
--- src/version.c 2018-02-09 12:27:04.492824095 +0100
***************
*** 773,774 ****
--- 773,776 ----
{ /* Add new patch number below this line */
+ /**/
+ 1480,
/**/
--
Veni, Vidi, Video -- I came, I saw, I taped what I saw.
/// 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].
For more options, visit https://groups.google.com/d/optout.