25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

36 satır
1.4 KiB

8 yıl önce
8 yıl önce
  1. # Changelog
  2. ## v0.3.3
  3. - Switch from $history array to fc builtin for better performance with large HISTFILEs (#164)
  4. - Fix tilde handling when extended_glob is set (#168)
  5. - Add config option for maximum buffer length to fetch suggestions for (#178)
  6. - Add config option for list of widgets to ignore (#184)
  7. - Don't fetch a new suggestion unless a modification widget actually modifies the buffer (#183)
  8. ## v0.3.2
  9. - Test runner now supports running specific tests and choosing zsh binary
  10. - Return code from original widget is now correctly passed through (#135)
  11. - Add `vi-add-eol` to list of accept widgets (#143)
  12. - Escapes widget names within evals to fix problems with irregular widget names (#152)
  13. - Plugin now clears suggestion while within a completion menu (#149)
  14. - .plugin file no longer relies on symbolic link support, fixing issues on Windows (#156)
  15. ## v0.3.1
  16. - Fixes issue with `vi-next-char` not accepting suggestion (#137).
  17. - Fixes global variable warning when WARN_CREATE_GLOBAL option enabled (#133).
  18. - Split out a separate test file for each widget.
  19. ## v0.3.0
  20. - Adds `autosuggest-execute` widget (PR #124).
  21. - Adds concept of suggestion "strategies" for different ways of fetching suggestions.
  22. - Adds "match_prev_cmd" strategy (PR #131).
  23. - Uses git submodules for testing dependencies.
  24. - Lots of test cleanup.
  25. - Various bug fixes for zsh 5.0.x and `sh_word_split` option.
  26. ## v0.2.17
  27. Start of changelog.