Patch 8.1.0795 (after 8.1.0792)
Problem: Cannot build without popup menu.
Solution: Add #ifdef
Files: src/ex_getln.c
*** ../vim-8.1.0794/src/ex_getln.c 2019-01-22 22:08:05.231676850 +0100
--- src/ex_getln.c 2019-01-22 22:53:10.740300457 +0100
***************
*** 7268,7276 ****
--- 7268,7278 ----
/* Don't execute autocommands while creating the window. */
block_autocmds();
+ #if defined(FEAT_INS_EXPAND)
// When using completion in Insert mode with <C-R>=<C-F> one can open the
// command line window, but we don't want the popup menu then.
pum_undisplay();
+ #endif
/* don't use a new tab page */
cmdmod.tab = 0;
*** ../vim-8.1.0794/src/version.c 2019-01-22 22:41:38.362850472 +0100
--- src/version.c 2019-01-22 22:47:42.363409937 +0100
***************
*** 793,794 ****
--- 793,796 ----
{ /* Add new patch number below this line */
+ /**/
+ 795,
/**/
--
Facepalm statement #4: "3000 year old graves? That's not possible, it's only
2014!"
/// 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.