aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/regexp.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-09-04 22:45:14 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-09-04 22:51:04 +0200
commitce852bab04c63262ce8545c01a4ff4fc827148a1 (patch)
treeb344eaa2a93c2d63049e9b95bac0ab4b82525a5e /src/nvim/regexp.c
parentf050aaabbb31b58ebac519a6f7014610f2b119f0 (diff)
downloadrneovim-ce852bab04c63262ce8545c01a4ff4fc827148a1.tar.gz
rneovim-ce852bab04c63262ce8545c01a4ff4fc827148a1.tar.bz2
rneovim-ce852bab04c63262ce8545c01a4ff4fc827148a1.zip
eventloop: K_EVENT does not finish mapping
The "mapping" tests added in 541dde36e330 were flawed: - Unlike op-pending mode, RPCs are _blocked_ during map-pending. So a synchronous RPC like nvim_get_current_buf() waits until 'timeoutlen', then the mapping is canceled. - helpers.expect() also performs a blocking RPC, so again that must not intervene the two nvim_input() calls. closes #6166
Diffstat (limited to 'src/nvim/regexp.c')
0 files changed, 0 insertions, 0 deletions