Skip to content

Commit

Permalink
update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Sep 20, 2021
1 parent b02c4f4 commit 995f9b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom/plugins/forgit
2 changes: 1 addition & 1 deletion custom/plugins/zsh-autosuggestions
Submodule zsh-autosuggestions updated 46 files
+15 −0 .circleci/config.yml
+36 −0 .github/ISSUE_TEMPLATE/bug-report.md
+20 −0 .github/ISSUE_TEMPLATE/feature_request.md
+1 −1 .ruby-version
+49 −1 CHANGELOG.md
+20 −0 Dockerfile
+30 −33 INSTALL.md
+1 −1 LICENSE
+1 −2 Makefile
+57 −12 README.md
+1 −1 VERSION
+17 −0 ZSH_VERSIONS
+0 −12 circle.yml
+26 −0 install_test_zsh.sh
+34 −5 spec/async_spec.rb
+14 −0 spec/integrations/auto_cd_spec.rb
+16 −0 spec/integrations/bracketed_paste_magic_spec.rb
+8 −4 spec/integrations/client_zpty_spec.rb
+12 −0 spec/integrations/glob_subst_spec.rb
+14 −1 spec/integrations/vi_mode_spec.rb
+1 −1 spec/integrations/zle_input_stack_spec.rb
+17 −0 spec/line_init_spec.rb
+1 −6 spec/multi_line_spec.rb
+0 −19 spec/options/async_zpty_name_spec.rb
+47 −12 spec/options/strategy_spec.rb
+0 −7 spec/options/use_async_spec.rb
+25 −1 spec/options/widget_lists_spec.rb
+14 −10 spec/spec_helper.rb
+72 −0 spec/strategies/completion_spec.rb
+0 −12 spec/strategies/default_spec.rb
+23 −0 spec/strategies/history_spec.rb
+22 −9 spec/strategies/match_prev_cmd_spec.rb
+20 −7 spec/strategies/special_characters_helper.rb
+4 −0 spec/terminal_session.rb
+54 −84 src/async.zsh
+13 −25 src/bind.zsh
+71 −49 src/config.zsh
+0 −19 src/features.zsh
+27 −0 src/fetch.zsh
+0 −10 src/setup.zsh
+19 −10 src/start.zsh
+137 −0 src/strategies/completion.zsh
+12 −5 src/strategies/history.zsh
+10 −3 src/strategies/match_prev_cmd.zsh
+65 −47 src/widgets.zsh
+410 −254 zsh-autosuggestions.zsh
2 changes: 1 addition & 1 deletion custom/plugins/zsh-syntax-highlighting

0 comments on commit 995f9b6

Please sign in to comment.