We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ff006 commit c5e43f4Copy full SHA for c5e43f4
helm-ls-git.el
@@ -67,6 +67,7 @@ Valid values are symbol 'abs (default) or 'relative."
67
;; alias it for backward compatibility.
68
(defvar helm-ls-git-grep-command)
69
(defvaralias 'helm-ls-git-grep-command 'helm-grep-git-grep-command)
70
+(make-obsolete-variable 'helm-ls-git-grep-command 'helm-grep-git-grep-command "1.8.0")
71
72
(defcustom helm-ls-git-default-sources '(helm-source-ls-git-status
73
helm-source-ls-git-buffers
0 commit comments