Skip to content

Commit

Permalink
add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Zhu committed Sep 26, 2011
1 parent db57cd5 commit a182fd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jz/git-find-file.el
Expand Up @@ -90,6 +90,10 @@ ido is used for the completing read if available."
(completing-read prompt names nil t)))

;;;###autoload

(defun last-component (str sep)
(car (last (split-string str sep t))))

(defun git-find-file ()
"Prompt with a completing list of all files in the project to find one.
Expand Down

0 comments on commit a182fd0

Please sign in to comment.