Skip to content

Commit

Permalink
upgrade all plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchee committed Aug 24, 2018
1 parent b344903 commit 1b59d28
Show file tree
Hide file tree
Showing 216 changed files with 12,391 additions and 7,936 deletions.
12 changes: 6 additions & 6 deletions vimfiles/bundle/fugitive/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ Vim's diff handling capabilities to stage a subset of the file's
changes.

Bring up the output of `git status` with `:Gstatus`. Press `-` to
`add`/`reset` a file's changes, or `p` to `add`/`reset` `--patch`. And guess
what `:Gcommit` does!
`add`/`reset` a file's changes, or `p` to `add`/`reset` `--patch`. Use
`:Gcommit %` to commit the current file, editing the commit message inside
the currently running Vim.

`:Gblame` brings up an interactive vertical split with `git blame`
output. Press enter on a line to edit the commit where the line
Expand All @@ -36,10 +37,9 @@ making it like `git add` when called from a work tree file and like
`git checkout` when called from the index or a blob in history.

Use `:Gbrowse` to open the current file on the web front-end of your favorite
hosting provider, with optional line range (try it in visual mode!). Built-in
support is provided for `git instaweb`, and plugins are available for popular
providers such as [GitHub][rhubarb.vim], [GitLab][fugitive-gitlab.vim], and
[Bitbucket][fubitive.vim].
hosting provider, with optional line range (try it in visual mode!). Plugins
are available for popular providers such as [GitHub][rhubarb.vim],
[GitLab][fugitive-gitlab.vim], and [Bitbucket][fubitive.vim].

[rhubarb.vim]: https://github.com/tpope/vim-rhubarb
[fugitive-gitlab.vim]: https://github.com/shumphrey/fugitive-gitlab.vim
Expand Down
Loading

0 comments on commit 1b59d28

Please sign in to comment.