File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11vim-python-pep8-indent
22======================
33
4- .. image :: https://travis-ci.org/hynek /vim-python-pep8-indent.png?branch=travis
5- :target: https://travis-ci.org/hynek /vim-python-pep8-indent
4+ .. image :: https://travis-ci.org/Vimjas /vim-python-pep8-indent.png?branch=master
5+ :target: https://travis-ci.org/Vimjas /vim-python-pep8-indent
66
77This small script modifies Vim _’s indentation behavior to comply with PEP8 _ and my aesthetic preferences.
88Most importantly::
@@ -30,7 +30,7 @@ Follow the instructions on installing Pathogen_ and then:
3030.. code-block :: shell-session
3131
3232 $ cd ~/.vim/bundle
33- $ git clone https://github.com/hynek /vim-python-pep8-indent.git
33+ $ git clone https://github.com/Vimjas /vim-python-pep8-indent.git
3434
3535
3636 Vundle
@@ -40,7 +40,7 @@ Follow the instructions on installing Vundle_ and add the appropriate plugin lin
4040
4141.. code-block :: vim
4242
43- Plugin 'hynek /vim-python-pep8-indent'
43+ Plugin 'Vimjas /vim-python-pep8-indent'
4444
4545
4646 NeoBundle
@@ -50,7 +50,7 @@ Follow the instructions on installing NeoBundle_ and add the appropriate NeoBund
5050
5151.. code-block :: vim
5252
53- NeoBundle 'hynek /vim-python-pep8-indent'
53+ NeoBundle 'Vimjas /vim-python-pep8-indent'
5454
5555
5656 Configuration
Original file line number Diff line number Diff line change 11" PEP8 compatible Python indent file
22" Language: Python
3- " Maintainer: Hynek Schlawack <hs@ox.cx>
3+ " Maintainer: Daniel Hahler <https://daniel.hahler.de/>
4+ " Prev Maintainer: Hynek Schlawack <hs@ox.cx>
45" Prev Maintainer: Eric Mc Sween <em@tomcom.de> (address invalid)
56" Original Author: David Bustos <bustos@caltech.edu> (address invalid)
67" License: CC0
910" Written in 2004 by David Bustos <bustos@caltech.edu>
1011" Maintained from 2004-2005 by Eric Mc Sween <em@tomcom.de>
1112" Maintained from 2013 by Hynek Schlawack <hs@ox.cx>
13+ " Maintained from 2017 by Daniel Hahler <https://daniel.hahler.de/>
1214"
1315" To the extent possible under law, the author(s) have dedicated all copyright
1416" and related and neighboring rights to this software to the public domain
You can’t perform that action at this time.
0 commit comments