diff options
| author | midchildan <git@midchildan.org> | 2024-02-29 22:34:33 +0900 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2024-03-05 00:05:21 +0100 |
| commit | 36a2d5cfa49a6b7d699269cb4f22d5f3d0255bc8 (patch) | |
| tree | 4b0f5bec64fae4c859764deb42fe32191ce53dab /Doc | |
| parent | 52652: fix obscure bug unsetting the array part of a tied parameter pair (diff) | |
| download | zsh-36a2d5cfa49a6b7d699269cb4f22d5f3d0255bc8.tar zsh-36a2d5cfa49a6b7d699269cb4f22d5f3d0255bc8.tar.gz zsh-36a2d5cfa49a6b7d699269cb4f22d5f3d0255bc8.tar.bz2 zsh-36a2d5cfa49a6b7d699269cb4f22d5f3d0255bc8.tar.lz zsh-36a2d5cfa49a6b7d699269cb4f22d5f3d0255bc8.tar.xz zsh-36a2d5cfa49a6b7d699269cb4f22d5f3d0255bc8.tar.zst zsh-36a2d5cfa49a6b7d699269cb4f22d5f3d0255bc8.zip | |
52641: incarg: add a backward variant and make it repeatable
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/Zsh/contrib.yo | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index ea00f0ccc..e682c800a 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -2635,7 +2635,8 @@ When the widget is named tt(incarg), the widget will increment an integer placed under the cursor placed or just to the left of it. tt(decarg), on the |
