summaryrefslogtreecommitdiff
path: root/Test/X05zleincarg.ztst
AgeCommit message (Collapse)AuthorFilesLines
2024-09-1453087: don't produce spurious error when zpty is missingOliver Kiddle1-20/+20
2024-03-0552641: incarg: add a backward variant and make it repeatablemidchildan1-78/+280
2024-02-1552520: add new features and improvements to the "incarg" ZLE widgetmidchildan1-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