branch: elpa/dirvish
commit c3363b77cb7fee1c0e0c95118c71312650cf402e
Author: Alex Lu <hellosimon1...@hotmail.com>
Commit: Alex Lu <hellosimon1...@hotmail.com>

    fix(vc): last change
---
 extensions/dirvish-vc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/dirvish-vc.el b/extensions/dirvish-vc.el
index add4aad74f..e997ed6681 100644
--- a/extensions/dirvish-vc.el
+++ b/extensions/dirvish-vc.el
@@ -117,7 +117,7 @@ It is called when `:vc-backend' is included in 
DIRVISH-PROPs while
        (advice-add #'vc-git--git-status-to-vc-state :around
                    (lambda (fn codes) (apply fn (list (delete-dups codes)))))
        (dolist (file (directory-files ,dir t nil t))
-         (let ((state (if (string-suffix-p dirvish-vc--always-ignored file)
+         (let ((state (if (string-suffix-p ,dirvish-vc--always-ignored file)
                           'ignored (vc-state-refresh file bk)))
                (msg (and (eq bk 'Git)
                          (shell-command-to-string

Reply via email to