1
0
forked from aniani/vim

patch 8.1.1136: decoding of mouse click escape sequence is not tested

Problem:    Decoding of mouse click escape sequence is not tested.
Solution:   Add a test for xterm and SGR using low-level input.  Make
            low-level input execution with feedkeys() work.
This commit is contained in:
Bram Moolenaar
2019-04-07 14:21:47 +02:00
parent d85c396d51
commit 905dd905de
5 changed files with 56 additions and 2 deletions

View File

@@ -3792,7 +3792,7 @@ f_feedkeys(typval_T *argvars, typval_T *rettv UNUSED)
if (!dangerous)
++ex_normal_busy;
exec_normal(TRUE, FALSE, TRUE);
exec_normal(TRUE, lowlevel, TRUE);
if (!dangerous)
--ex_normal_busy;