Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

21 linhas
577 B

há 8 anos
há 8 anos
  1. # Changelog
  2. ## v0.3.1
  3. - Fixes issue with `vi-next-char` not accepting suggestion (#137).
  4. - Fixes global variable warning when WARN_CREATE_GLOBAL option enabled (#133).
  5. - Split out a separate test file for each widget.
  6. ## v0.3.0
  7. - Adds `autosuggest-execute` widget (PR #124).
  8. - Adds concept of suggestion "strategies" for different ways of fetching suggestions.
  9. - Adds "match_prev_cmd" strategy (PR #131).
  10. - Uses git submodules for testing dependencies.
  11. - Lots of test cleanup.
  12. - Various bug fixes for zsh 5.0.x and `sh_word_split` option.
  13. ## v0.2.17
  14. Start of changelog.