It seems the same issue as vim/vim#6175
This commit is contained in:
ichizok
2020-06-05 05:02:45 +09:00
parent ee1aabf657
commit 923602ea2b
+1 -1
View File
@@ -812,7 +812,7 @@ gui_init(void)
gui_mch_disable_beval_area(balloonEval);
#endif
#ifndef FEAT_GUI_MSWIN
#if !defined(FEAT_GUI_MSWIN) && !defined(FEAT_GUI_MACVIM)
// In the GUI modifiers are prepended to keys.
// Don't do this for MS-Windows yet, it sends CTRL-K without the
// modifier.