Skip to content

Commit

Permalink
[#24] Add fugitive.vim
Browse files Browse the repository at this point in the history
Features include:

* Gblame for interactive vertical split with git blame output.
* Ggrep to search the work tree (or any arbitrary commit) with git grep,
  skipping over that which is not tracked in the repository.
* :Glog loads all previous revisions of a file into the quickfix list so
  you can iterate over them and watch the file evolve.
* :Gbrowse to open the current file on GitHub, with optional line range
  (try it in visual mode).
  • Loading branch information
Dan Croak committed Jul 16, 2012
1 parent a32189b commit ee4901f
Showing 1 changed file with 2,474 additions and 0 deletions.

0 comments on commit ee4901f

Please sign in to comment.