]> git.eshelyaron.com Git - emacs.git/commit
; Fix completion of variables in Eshell immediately after "$"
authorJim Porter <jporterbugs@gmail.com>
Sun, 6 Oct 2024 22:19:13 +0000 (15:19 -0700)
committerEshel Yaron <me@eshelyaron.com>
Mon, 7 Oct 2024 19:31:37 +0000 (21:31 +0200)
commit20abd7ab67835cfbf610a8045001a3ed63903787
tree54c9563fc14a19732dcfe8c6a5f2a51a0817a60e
parent2a79fa7604b21b06d3530ac8db1e84f3b42df729
; Fix completion of variables in Eshell immediately after "$"

* lisp/eshell/esh-var.el (eshell-complete-variable-reference): Match
group 1 even when there's nothing after "$".

(cherry picked from commit 49325e13560daa768e6f455ade8c9284b7369a26)
lisp/eshell/esh-var.el