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 submodule
- Loading branch information
1 parent
034397f
commit ce3fa47
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule external
updated
23 files
+10 −0 | CHANGELOG.md | |
+0 −1 | Makefile | |
+6 −2 | README.md | |
+1 −1 | VERSION | |
+1 −0 | ZSH_VERSIONS | |
+1 −1 | install_test_zsh.sh | |
+11 −48 | spec/async_spec.rb | |
+14 −0 | spec/integrations/auto_cd_spec.rb | |
+0 −10 | spec/integrations/client_zpty_spec.rb | |
+12 −0 | spec/integrations/glob_subst_spec.rb | |
+0 −19 | spec/options/async_zpty_name_spec.rb | |
+23 −0 | spec/options/widget_lists_spec.rb | |
+1 −1 | spec/strategies/history_spec.rb | |
+1 −1 | spec/strategies/match_prev_cmd_spec.rb | |
+48 −88 | src/async.zsh | |
+8 −21 | src/bind.zsh | |
+64 −50 | src/config.zsh | |
+0 −19 | src/features.zsh | |
+1 −0 | src/fetch.zsh | |
+9 −11 | src/start.zsh | |
+0 −0 | src/strategies/history.zsh | |
+26 −23 | src/widgets.zsh | |
+157 −213 | zsh-autosuggestions.zsh |