mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-08 15:32:31 +01:00
Add spec for completion strategy
This commit is contained in:
parent
7d19f8f9b2
commit
973205005c
4 changed files with 39 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
require 'strategies/special_characters_helper'
|
||||
|
||||
describe 'the match_prev_cmd strategy' do
|
||||
describe 'the `match_prev_cmd` strategy' do
|
||||
let(:options) { ['ZSH_AUTOSUGGEST_STRATEGY=match_prev_cmd'] }
|
||||
|
||||
it 'suggests the last matching history entry after the previous command' do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue