Patch 8.1.2202

8 views
Skip to first unread message

Bram Moolenaar

unread,
Oct 23, 2019, 3:43:48 PM10/23/19
to vim...@googlegroups.com

Patch 8.1.2202
Problem: MS-Windows: build failure with GUI and small features.
Solution: Add #ifdef. (Michael Soyka, closes #5097)
Files: src/gui_w32.c


*** ../vim-8.1.2201/src/gui_w32.c 2019-10-13 16:43:35.956359658 +0200
--- src/gui_w32.c 2019-10-23 21:42:49.520596969 +0200
***************
*** 2610,2616 ****
--- 2610,2618 ----
key_name[1] = KS_EXTRA;
key_name[2] = KE_NOP;
key_name[3] = NUL;
+ #if defined(FEAT_CLIENTSERVER) || defined(FEAT_EVAL)
typebuf_was_filled = TRUE;
+ #endif
(void)ins_typebuf(key_name, REMAP_NONE, 0, TRUE, FALSE);
}
}
*** ../vim-8.1.2201/src/version.c 2019-10-23 21:37:21.467578691 +0200
--- src/version.c 2019-10-23 21:41:52.280510733 +0200
***************
*** 743,744 ****
--- 743,746 ----
{ /* Add new patch number below this line */
+ /**/
+ 2202,
/**/

--
Any resemblance between the above views and those of my employer, my terminal,
or the view out my window are purely coincidental. Any resemblance between
the above and my own views is non-deterministic. The question of the
existence of views in the absence of anyone to hold them is left as an
exercise for the reader. The question of the existence of the reader is left
as an exercise for the second god coefficient. (A discussion of
non-orthogonal, non-integral polytheism is beyond the scope of this article.)
(Ralph Jennings)

/// Bram Moolenaar -- Br...@Moolenaar.net -- 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 ///
Reply all
Reply to author
Forward
0 new messages