aboutsummaryrefslogtreecommitdiff
path: root/tests/test-jumper.el
Commit message (Collapse)AuthorAgeFilesLines
* fix(jumper): handle empty completing-read input without crashingCraig Jennings6 days1-0/+25
| | | | An unmatched choice made the assoc lookup nil, which crashed the index arithmetic with wrong-type-argument. The jump prompt now gives a user-error and the remove prompt cancels.
* Revert "checking in modified/removed tests and other misc changes"Craig Jennings2025-11-141-0/+352
| | | | This reverts commit d36afc3f277b9a4228eb7b2464ec4e503695b8d4.
* checking in modified/removed tests and other misc changesCraig Jennings2025-11-141-352/+0
|
* feat:jumper: Integrate and enhance 'jumper' module with testsCraig Jennings2025-10-271-0/+352
Enable 'jumper' module by uncommenting its require statement in init.el. Enhance 'jumper' by adding detailed documentation, refactoring logic into internal functions, and updating keybinding setup for better usability. Integrate 'which-key' for improved keybinding assistance. Add comprehensive unit tests for 'jumper' functionalities to ensure reliability.