Files
neovim/test/functional
Matthew Malcomson 541dde36e3 eventloop: K_EVENT should not finish operator
normal_finish_command() and normal_prepare() assume that any pending
operator needs to be finished after any subsequent key.

Set `finish_op = false` in nv_event() to indicate that the pending
operator shouldn't be finished in normal_execute().

This is how nv_visual() indicates that 'v' or 'V' in operator-pending
mode should not finish the current pending operator.

fixes #5398
fixes #6166 (partially; mappings are still interrupted)
2017-09-04 08:20: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