commit | 749fa0af85232be1d44b77a09161f71cdbace62c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 03 16:18:07 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 03 16:18:07 2019 +0200 |
tree | 1aae6e9a655399ecadba0db9e399323077e0d705 | |
parent | eda35f7127c6ac51573eda808687f6369c31ee2d [diff] [blame] |
patch 8.1.1799: cannot avoid mapping for a popup window Problem: Cannot avoid mapping for a popup window. Solution: Add the "mapping" property, default TRUE.
diff --git a/src/getchar.c b/src/getchar.c index fe1cc7e..4a3587c 100644 --- a/src/getchar.c +++ b/src/getchar.c
@@ -1575,6 +1575,9 @@ #if defined(FEAT_XIM) && defined(FEAT_GUI_GTK) || im_is_preediting() #endif +#if defined(FEAT_TEXT_PROP) + || popup_no_mapping() +#endif ) { // no mapping after modifier has been read