mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
Cleanup
This commit is contained in:
parent
c4c425a8a0
commit
4c88da24fa
1 changed files with 0 additions and 6 deletions
|
@ -2,12 +2,6 @@ describe 'a vicmd mode partial-accept widget' do
|
|||
let(:widget) { 'vi-forward-word-end' }
|
||||
|
||||
context 'in vicmd mode' do
|
||||
# -> do
|
||||
# let(:before_sourcing) do
|
||||
# session.
|
||||
# end
|
||||
# end
|
||||
|
||||
it 'moves the cursor through suggestion as expected' do
|
||||
session.run_command("bindkey s vi-cmd-mode")
|
||||
with_history('foobar foo') do
|
||||
|
|
Loading…
Reference in a new issue