about summary refs log tree commit diff
path: root/Test/X05zleincarg.ztst
Commit message (Collapse)AuthorAgeFilesLines
* 52641: incarg: add a backward variant and make it repeatablemidchildan2024-03-051-78/+280
|
* 52520: add new features and improvements to the "incarg" ZLE widgetmidchildan2024-02-151-0/+360
- 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