Skip to content

Commit 467d6c7

Browse files
author
rbong
committed
Moved up vim script page info in README for visibility.
1 parent 7322c54 commit 467d6c7

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

README.markdown

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ and a robust key remapping system. View `:help gitv` for more. If you encounter
1414
any bugs or have any suggestions for this system (which we are actively looking
1515
for for a future release), be sure to add them to the issues tracker.
1616

17+
You can download stable release versions (and vote for gitv!) at
18+
[gitv’s page](http://www.vim.org/scripts/script.php?script_id=3574) on
19+
Vim.org.
20+
1721
## Introduction
1822

1923
gitv is a 'gitk clone' plugin for the text editor Vim. The goal is
@@ -52,16 +56,10 @@ ships with syntax highlighting for many Git file types.
5256
**You will also need the
5357
[tpope/fugitive](https://github.com/tpope/vim-fugitive) plugin installed and working for gitv to work.**
5458

55-
## Screenshots and Links
56-
57-
Here are some screenshots.
59+
## Screenshots
5860

5961
![gitv file mode commit preview](http://raw.github.com/gregsexton/gitv/master/img/gitv-file-commit.png)
6062
![gitv file mode diffsplit](http://raw.github.com/gregsexton/gitv/master/img/gitv-file-diffsplit.png)
6163
![gitv file mode diffstat](http://raw.github.com/gregsexton/gitv/master/img/gitv-file-diffstat.png)
6264
![gitv interactive bisecting](http://raw.github.com/gregsexton/gitv/master/img/gitv-bisecting.png)
6365
![gitv interactive rebasing](http://raw.github.com/gregsexton/gitv/master/img/gitv-rebasing.png)
64-
65-
You can download stable release versions (and vote for gitv!) at
66-
[gitv’s page](http://www.vim.org/scripts/script.php?script_id=3574) on
67-
Vim.org.

0 commit comments

Comments
 (0)