forked from sorin-ionescu/prezto
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update submodules (sorin-ionescu#1615)
This updates the submodules for autosuggestions, completion, syntax-highlighting and the prompts async, powerlevel9k and pure. All submodules that have TAGs/Releases were updated to their latest TAG/release, except for syntax-highlighting because it's latest release/TAG is from more than one year ago, and the project seems to be well maintained but without releases.
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule external
updated
15 files
+9 −0 | CHANGELOG.md | |
+67 −0 | INSTALL.md | |
+1 −1 | LICENSE | |
+3 −67 | README.md | |
+1 −1 | VERSION | |
+1 −1 | circle.yml | |
+41 −0 | spec/async_spec.rb | |
+67 −0 | spec/integrations/vi_mode_spec.rb | |
+23 −0 | spec/kill_ring_spec.rb | |
+4 −0 | spec/terminal_session.rb | |
+5 −8 | src/async.zsh | |
+1 −1 | src/bind.zsh | |
+5 −0 | src/config.zsh | |
+11 −4 | src/widgets.zsh | |
+24 −15 | zsh-autosuggestions.zsh |
Submodule external
updated
32 files
+25 −0 | LICENSE | |
+5 −3 | README.md | |
+0 −25 | src/_ack | |
+0 −217 | src/_ag | |
+0 −25 | src/_android | |
+1 −1 | src/_ansible-playbook | |
+50 −0 | src/_caffeinate | |
+0 −25 | src/_debuild | |
+0 −25 | src/_dhcpcd | |
+0 −25 | src/_emulator | |
+0 −25 | src/_geany | |
+0 −25 | src/_git-pulls | |
+84 −0 | src/_ibus | |
+0 −25 | src/_jmeter | |
+0 −25 | src/_jmeter-plugins | |
+0 −25 | src/_jonas | |
+3 −8 | src/_kak | |
+1 −1 | src/_knife | |
+0 −25 | src/_language_codes | |
+5 −0 | src/_mix | |
+0 −25 | src/_mvn | |
+0 −25 | src/_perf | |
+0 −25 | src/_periscope | |
+28 −2 | src/_pgsql_utils | |
+0 −25 | src/_play | |
+0 −25 | src/_scl | |
+0 −25 | src/_ssh-copy-id | |
+0 −25 | src/_subliminal | |
+0 −22 | src/_virtualbox | |
+0 −25 | src/_vpnc | |
+63 −0 | src/_xsel | |
+0 −25 | src/_yaourt |
Submodule async
updated
5 files
+5 −0 | .travis.yml | |
+10 −0 | README.md | |
+0 −1 | async.plugin.zsh | |
+2 −0 | async.plugin.zsh | |
+6 −4 | async.zsh | |
+2 −2 | async_test.zsh |
Submodule powerlevel9k
updated
from 17c069 to d031b3