@@ -4,7 +4,7 @@ vim-python-pep8-indent
44.. image :: https://travis-ci.org/hynek/vim-python-pep8-indent.png?branch=travis
55 :target: https://travis-ci.org/hynek/vim-python-pep8-indent
66
7- This small script modifies vim _ ’s indentation behavior to comply with PEP8 _ and my aesthetic preferences.
7+ This small script modifies Vim _ ’s indentation behavior to comply with PEP8 _ and my aesthetic preferences.
88Most importantly::
99
1010 foobar(foo,
@@ -67,13 +67,13 @@ Therefore, if you want to use this version specifically, you’ll have to disabl
6767 License and Authorship
6868----------------------
6969
70- This script is based on one from vim ’s official `script repo `_ that was *not * originally written by me.
70+ This script is based on one from Vim ’s official `script repo `_ that was *not * originally written by me.
7171Unfortunately the indentation was off by one character in one case and the script hasn’t been updated since 2005.
7272
7373Even more unfortunately, I wasn’t able to reach any of the original authors/maintainers:
7474**David Bustos ** and **Eric Mc Sween **.
7575
76- So I fixed the annoyance it with the help of `Steve Losh `_ and am putting it out here so you don’t have to patch the original yourself.
76+ So I fixed the annoyance with the help of `Steve Losh `_ and am putting it out here so you don’t have to patch the original yourself.
7777The original patch is still available here _.
7878
7979Over the time a lot more improvements have been contributed _ by `generous people `_.
@@ -86,7 +86,7 @@ While my Vimscript_ skills are still feeble, I intend to maintain it for now.
8686This mainly means that I’ll triage through bugs and pull requests but won’t be fixing much myself.
8787
8888
89- .. _ vim : http://www.vim.org/
89+ .. _ Vim : http://www.vim.org/
9090.. _PEP8 : http://www.python.org/dev/peps/pep-0008/
9191.. _`script repo` : http://www.vim.org/scripts/script.php?script_id=974
9292.. _`Steve Losh` : http://stevelosh.com/
@@ -99,4 +99,4 @@ This mainly means that I’ll triage through bugs and pull requests but won’t
9999.. _me : https://hynek.me/
100100.. _CC0 : http://creativecommons.org/publicdomain/zero/1.0/
101101.. _contributed : https://github.com/hynek/vim-python-pep8-indent/blob/master/CONTRIBUTING.rst
102- .. _`generous people` : https://github.com/hynek/vim-python-pep8-indent/blob/master/AUTHORS.rst
102+ .. _`generous people` : https://github.com/hynek/vim-python-pep8-indent/graphs/contributors
0 commit comments