about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authormidchildan <git@midchildan.org>2024-02-03 01:28:00 +0900
committerOliver Kiddle <opk@zsh.org>2024-02-15 15:40:37 +0100
commitfb9a7cc5dd07910afa7ebea174b379350cae4c91 (patch)
tree25584d9a0a71ec0a7bce61e8c14dda6b8ee32aa9 /ChangeLog
parent2d2086557ef80117e939253a68580abe07c89fe2 (diff)
downloadzsh-fb9a7cc5dd07910afa7ebea174b379350cae4c91.tar.gz
zsh-fb9a7cc5dd07910afa7ebea174b379350cae4c91.tar.xz
zsh-fb9a7cc5dd07910afa7ebea174b379350cae4c91.zip
52520: add new features and improvements to the "incarg" ZLE widget
- Decrement integers without defining a new widget
- Preserve the number of leading zeros
- Increment binaries, octals, and hexadecimals
- Move the cursor to the end of the incremented integer
- Create a sequence of integers across terminal panes
- Add a Vim variant
- Also add tests
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 36029a2a8..faae11c80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2024-02-15  Oliver Kiddle  <opk@zsh.org>
 
+	* 52520: midchildan: Doc/Zsh/contrib.yo, Functions/Zle/incarg,
+	Test/X05zleincarg.ztst: add new features and improvements to the
+	"incarg" ZLE widget
+
 	* github #112: Poncho: Completion/Unix/Command/_todo.sh:
 	Completion: todo.sh uses shorthelp and not showhelp