zsh-autosuggestions/spec/options
Eric Freese 78e4379711 Fix moving cursor to end of buffer when suggestion accepted
$max_cursor_pos in this case was not the correct value to use. It was
calculated based on the old length of the $BUFFER. After the suggestion
is accepted, we need to recalculate the new max cursor length and use it
to set the $CURSOR.

Fixes issue #452. Follow-up to issue #302 (PR #450).
2019-06-23 12:37:08 -06:00
..
buffer_max_size_spec.rb Lots of async changes 2017-02-16 19:19:30 -07:00
highlight_style_spec.rb Lots of async changes 2017-02-16 19:19:30 -07:00
original_widget_prefix_spec.rb Lots of async changes 2017-02-16 19:19:30 -07:00
strategy_spec.rb Add after_sourcing hook for tests 2018-11-24 09:56:52 -07:00
use_async_spec.rb Make asynchronous suggestions disabled by default 2017-04-14 08:48:54 -06:00
widget_lists_spec.rb Fix moving cursor to end of buffer when suggestion accepted 2019-06-23 12:37:08 -06:00