diff options
| author | Oliver Kiddle <opk@zsh.org> | 2016-07-28 16:16:25 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2016-07-28 16:16:25 +0200 |
| commit | b816bb42cfc4d0fa05abb63ebf4098af05a3d593 (patch) | |
| tree | cb3fb83d8d23df227fa6eaebed6ef3105d3c1ad2 /Functions | |
| parent | 38956: factor out zle widget completion into its own function (diff) | |
| download | zsh-b816bb42cfc4d0fa05abb63ebf4098af05a3d593.tar zsh-b816bb42cfc4d0fa05abb63ebf4098af05a3d593.tar.gz zsh-b816bb42cfc4d0fa05abb63ebf4098af05a3d593.tar.bz2 zsh-b816bb42cfc4d0fa05abb63ebf4098af05a3d593.tar.lz zsh-b816bb42cfc4d0fa05abb63ebf4098af05a3d593.tar.xz zsh-b816bb42cfc4d0fa05abb63ebf4098af05a3d593.tar.zst zsh-b816bb42cfc4d0fa05abb63ebf4098af05a3d593.zip | |
38957: make use of updates to match-words-by-style and better support completion of word-style styles for zstyle
Diffstat (limited to 'Functions')
| -rw-r--r-- | Functions/Zle/select-word-match | 55 |
1 files changed, 27 insertions, 28 deletions
diff --git a/Functions/Zle/select-word-match b/Functions/Zle/select-word-match index 24620c995..8440852ab 100644 --- a/Functions/Zle/select-word-match +++ b/Functions/Zle/select-word-match @@ -12,7 +12,7 @@ emulate -L zsh setopt extendedglob local curcontext=:zle:$WIDGET -local -a matched_words +local -A matched_words |
