-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
autosuggestions: Update autosuggestions module to 0.7.1
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule external
updated
12 files
+0 −15 | .circleci/config.yml | |
+51 −0 | .github/workflows/integration.yml | |
+7 −0 | CHANGELOG.md | |
+5 −4 | Dockerfile | |
+4 −7 | README.md | |
+1 −1 | VERSION | |
+2 −5 | ZSH_VERSIONS | |
+14 −17 | install_test_zsh.sh | |
+4 −3 | src/async.zsh | |
+2 −0 | src/config.zsh | |
+5 −5 | src/widgets.zsh | |
+12 −9 | zsh-autosuggestions.zsh |