Insert copy mode bindings at the right place in the command queue.

This commit is contained in:
nicm
2017-05-10 10:46:59 +00:00
parent 3712b41aba
commit 0e3c5ebe1a
4 changed files with 14 additions and 11 deletions

View File

@ -947,7 +947,7 @@ retry:
server_status_client(c);
/* Execute the key binding. */
key_bindings_dispatch(bd, c, m, &fs);
key_bindings_dispatch(bd, NULL, c, m, &fs);
key_bindings_unref_table(table);
return;
}