forked from sorin-ionescu/prezto
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update zsh-autosuggestions to v0.4.1
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule external
updated
21 files
+12 −12 | .rubocop.yml | |
+11 −4 | CHANGELOG.md | |
+0 −1 | Makefile | |
+35 −2 | README.md | |
+1 −1 | VERSION | |
+0 −9 | spec/integrations/bracketed_paste_magic_spec.rb | |
+13 −0 | spec/integrations/rebound_bracket_spec.rb | |
+0 −60 | spec/special_characters_spec.rb | |
+4 −0 | spec/strategies/default_spec.rb | |
+4 −0 | spec/strategies/match_prev_cmd_spec.rb | |
+62 −0 | spec/strategies/special_characters_helper.rb | |
+1 −1 | src/async.zsh | |
+9 −9 | src/bind.zsh | |
+1 −0 | src/config.zsh | |
+3 −3 | src/highlight.zsh | |
+1 −1 | src/start.zsh | |
+2 −12 | src/strategies/default.zsh | |
+4 −4 | src/strategies/match_prev_cmd.zsh | |
+0 −11 | src/util.zsh | |
+14 −14 | src/widgets.zsh | |
+36 −56 | zsh-autosuggestions.zsh |