aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/eshell/em-cmpl-tests.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton14 days1-1/+1
* Port Eshell tests to AndroidPo Lu2025-02-261-3/+2
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* ; Fix test failures from the fix for bug#67661Jim Porter2024-01-171-6/+6
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Add a new Eshell special reference type for markersJim Porter2023-10-241-2/+30
* Avoid parsing some Eshell forms when performing completionJim Porter2023-03-281-10/+76
* ; Fix typo in docstringJim Porter2023-03-111-1/+1
* Add support for completing special references (e.g. buffers) in EshellJim Porter2023-03-111-0/+40
* Be more cautious in completing Eshell variable assignmentsJim Porter2023-02-251-0/+14
* Don't add a space after the trailing slash when completing ~USER in EshellJim Porter2023-02-231-3/+2
* Add support for completing quoted variables in Eshell like $'FOO'Jim Porter2023-02-231-0/+25
* During completion, convert all Eshell arguments to stringsJim Porter2023-01-301-12/+42
* Properly parse Eshell variable splices for interactive completionJim Porter2023-01-301-0/+8
* Add regression tests for Eshell completionsJim Porter2023-01-301-0/+170