Patch 8.2.0833

6 views
Skip to first unread message

Bram Moolenaar

unread,
May 27, 2020, 4:09:10 PM5/27/20
to vim...@googlegroups.com

Patch 8.2.0833
Problem: Mapping <C-bslash> doesn't work in the GUI.
Solution: Reset seenModifyOtherKeys when starting the GUI. (closes #6150)
Files: src/gui.c


*** ../vim-8.2.0832/src/gui.c 2020-05-24 17:23:41.834154785 +0200
--- src/gui.c 2020-05-27 22:04:40.372521761 +0200
***************
*** 803,808 ****
--- 803,810 ----
if (!p_beval)
gui_mch_disable_beval_area(balloonEval);
#endif
+ // In case the terminal was used before ":gui".
+ seenModifyOtherKeys = FALSE;

#if defined(FEAT_XIM) && defined(FEAT_GUI_GTK)
if (!im_xim_isvalid_imactivate())
*** ../vim-8.2.0832/src/version.c 2020-05-27 21:29:01.239636990 +0200
--- src/version.c 2020-05-27 22:08:09.007737230 +0200
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 833,
/**/

--
hundred-and-one symptoms of being an internet addict:
195. Your cat has its own home page.

/// 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