]> git.eshelyaron.com Git - emacs.git/commit
Support completion of variables with the length operator in Eshell
authorJim Porter <jporterbugs@gmail.com>
Sun, 11 Dec 2022 04:52:28 +0000 (20:52 -0800)
committerJim Porter <jporterbugs@gmail.com>
Fri, 16 Dec 2022 05:41:03 +0000 (21:41 -0800)
commit66ac920b0c233e472c7f54d108503dfe9236d3c0
treee50acd82d3b26294ceb011613810685d237135bb
parentc585ca89a64ab613e08576b5603949767ad8d079
Support completion of variables with the length operator in Eshell

These are forms like '$#VARIABLE'.

* lisp/eshell/esh-var.el (eshell-complete-variable-reference): Support
the length operator.
lisp/eshell/esh-var.el