Up to [cvs.NetBSD.org] / pkgsrc / shells / zsh-autosuggestions
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jun 10 10:16:33 2021 UTC (2 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
HEAD
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
zsh-autosuggestions: update to 0.7.0. ## v0.7.0 - Enable asynchronous mode by default (#498) - No longer wrap user widgets starting with `autosuggest-` prefix (#496) - Fix a bug wrapping widgets that modify the buffer (#541)
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jan 14 22:51:08 2020 UTC (3 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
zsh-autosuggestions: update to 0.6.4. ## v0.6.4 - Fix `vi-forward-char` triggering a bell when using it to accept a suggestion (#488) - New configuration option to skip completion suggestions when buffer matches a pattern (#487) - New configuration option to ignore history entries matching a pattern (#456)
Revision 1.5 / (download) - annotate - [select for diffs], Wed Nov 13 15:24:25 2019 UTC (4 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
zsh-autosuggestions: update to 0.6.3. ## v0.6.3 - Fixed bug moving cursor to end of buffer after accepting suggestion (#453) ## v0.6.2 - Fixed bug deleting the last character in the buffer in vi mode (#450) - Degrade gracefully when user doesn't have `zsh/system` module installed (#447) ## v0.6.1 - Fixed bug occurring when `_complete` had been aliased (#443) ## v0.6.0 - Added `completion` suggestion strategy powered by completion system (#111) - Allow setting `ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE` to an empty string (#422) - Don't fetch suggestions after copy-earlier-word (#439) - Allow users to unignore zle-\* widgets (e.g. zle-line-init) (#432)
Revision 1.4 / (download) - annotate - [select for diffs], Wed Apr 17 10:02:01 2019 UTC (4 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
zsh-autosuggestions: update to 0.5.2. ## v0.5.2 - Allow disabling automatic widget re-binding for better performance (#418) - Fix async suggestions when `SH_WORD_SPLIT` is set - Refactor async mode to use process substitution instead of zpty (#417) ## v0.5.1 - Speed up widget rebinding (#413) - Clean up global variable creations (#403) - Respect user's set options when running original widget (#402)
Revision 1.3 / (download) - annotate - [select for diffs], Sun Feb 24 14:49:06 2019 UTC (4 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
zsh-autosuggestions: update to 0.5.0. ## v0.5.0 - Don't overwrite config with default values (#335) - Support fallback strategies by supplying array to suggestion config var - Rename "default" suggestion strategy to "history" to name it based on what it actually does - Reset opts in some functions affected by `GLOB_SUBST` (#334) - Support widgets starting with dashes (ex: `-a-widget`) (#337) - Skip async tests in zsh versions less than 5.0.8 because of reliability issues - Fix handling of newline + carriage return in async pty (#333)
Revision 1.2 / (download) - annotate - [select for diffs], Sun May 27 12:21:47 2018 UTC (5 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
zsh-autosuggestions: update to 0.4.3. ## v0.4.3 - Avoid bell when accepting suggestions with `autosuggest-accept` (#228) - Don't fetch suggestions after [up,down]-line-or-beginning-search (#227, #241) - We are now running CI against new 5.5.1 version - Fix partial-accept in vi mode (#188) - Fix suggestion disappearing on fast movement after switching to `vicmd` mode (#290) - Fix issue rotating through kill ring with `yank-pop` (#301) - Fix issue creating new pty for async mode when previous pty is not properly cleaned up (#249)
Revision 1.1 / (download) - annotate - [select for diffs], Thu Dec 7 23:14:32 2017 UTC (6 years ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4
shells/zsh-autosuggestions: Import version 0.4.2 Fish-like fast/unobtrusive autosuggestions for zsh. It suggests commands as you type, based on command history.