Add file completion for "git blame" to pcomplete
* lisp/pcmpl-git.el (pcomplete/git): Add "blame" to the tracked files clause. (Bug#68245)
This commit is contained in:
parent
df505804ab
commit
225710ba79
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ Files listed by `git ls-files ARGS' satisfy the predicate."
|
|||
(pcomplete-entries
|
||||
nil (pcmpl-git--tracked-file-predicate "-m"))))
|
||||
;; Complete all tracked files
|
||||
((or "mv" "rm" "grep" "status")
|
||||
((or "mv" "rm" "grep" "status" "blame")
|
||||
(pcomplete-here
|
||||
(pcomplete-entries nil (pcmpl-git--tracked-file-predicate))))
|
||||
;; Complete revisions
|
||||
|
|
Loading…
Add table
Reference in a new issue