You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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).
6 years ago
..
buffer_max_size_spec.rb Lots of async changes 8 years ago
highlight_style_spec.rb Lots of async changes 8 years ago
original_widget_prefix_spec.rb Lots of async changes 8 years ago
strategy_spec.rb Add `after_sourcing` hook for tests 7 years ago
use_async_spec.rb Make asynchronous suggestions disabled by default 8 years ago
widget_lists_spec.rb Fix moving cursor to end of buffer when suggestion accepted 6 years ago