bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52119: 29.0.50; Blank lines in vc-git-stash-pop with fido-vertical-m


From: Manuel Uberti
Subject: bug#52119: 29.0.50; Blank lines in vc-git-stash-pop with fido-vertical-mode
Date: Fri, 26 Nov 2021 13:48:20 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

On 26/11/21 13:40, Dmitry Gutov wrote:
Hi!

Does this help?

diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el
index 3f89fad235..24c4535ed1 100644
--- a/lisp/vc/vc-git.el
+++ b/lisp/vc/vc-git.el
@@ -1685,7 +1685,7 @@ vc-git-stash-read
    (let ((stash (completing-read
                   prompt
                   (split-string
-                  (or (vc-git--run-command-string nil "stash" "list") "") "\n")
+                  (or (vc-git--run-command-string nil "stash" "list") "") "\n" 
t)
                   nil :require-match nil 'vc-git-stash-read-history)))
      (if (string-equal stash "")
          (user-error "Not a stash")

Yes, see attached screenshot.

Thanks a lot.

--
Manuel Uberti
www.manueluberti.eu

Attachment: Screenshot from 2021-11-26 13-47-57.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]