Files
neovim/test/functional
Justin M. Keyes ce852bab04 eventloop: K_EVENT does not finish mapping
The "mapping" tests added in 541dde36e3 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
2017-09-04 22:51:04 +02:00
..
2017-08-21 20:44:03 +01:00
2017-07-28 02:34:24 +02:00
2017-07-15 16:15:47 +02:00
2017-08-21 20:44:03 +01:00
2016-06-10 21:50:49 +03:00