Only fetch a new suggestion if buffer has changed

This commit is contained in:
Eric Freese
2016-07-31 20:10:22 -06:00
parent a44aa59321
commit b377c39d0e
3 changed files with 23 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ This plugin works by triggering custom behavior when certain [zle widgets](http:
- `ZSH_AUTOSUGGEST_PARTIAL_ACCEPT_WIDGETS`: Widgets in this array will partially accept the suggestion when invoked.
- `ZSH_AUTOSUGGEST_IGNORE_WIDGETS`: Widgets in this array will not trigger any custom behavior.
Widgets not in any of these lists will update the suggestion when invoked.
Widgets that modify the buffer and are not found in any of these arrays will fetch a new suggestion after they are invoked.
**Note:** A widget shouldn't belong to more than one of the above arrays.