Skip to content

Commit f8cc887

Browse files
committed
Improved readme.md and AUTHORS. after/indent/python.vim does not require g:pymode and g:pymode_indent anymore.
1 parent a6f5f49 commit f8cc887

3 files changed

Lines changed: 7 additions & 19 deletions

File tree

AUTHORS

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
Author:
1+
vim-pythonmodeindent authors:
22

33
* Kirill Klenov <horneds@gmail.com>
4+
* Daniel Hahler (http://github.com/blueyed);
5+
* James Cherti (https://github.com/jamescherti);
46

5-
Maintainers:
6-
7+
Other contributors (python-mode):
78
* Diego Rabatone Oliveira (https://github.com/diraol);
8-
9-
Contributors:
10-
119
* Alvin Francis (http://github.com/alvinfrancis);
1210
* Amir Eldor (https://github.com/amireldor);
1311
* Andriy Kohut (https://github.com/andriykohut);
@@ -22,7 +20,6 @@ Contributors:
2220
* Brad Mease (http://github.com/bmease);
2321
* Brendan Maguire (https://github.com/brendanmaguire);
2422
* Bryce Guinta (https://github.com/brycepg);
25-
* Daniel Hahler (http://github.com/blueyed);
2623
* David Vogt (http://github.com/winged);
2724
* Denis Kasak (http://github.com/dkasak);
2825
* Dimitrios Semitsoglou-Tsiapos (https://github.com/dset0x);
@@ -76,4 +73,3 @@ Contributors:
7673
* Xiangyu Xu (https://github.com/bkbncn);
7774
* Zach Himsel (https://github.com/zhimsel);
7875
* Nathan Pemberton (https://github.com/NathanTP);
79-
* James Cherti (https://github.com/jamescherti);

after/indent/python.vim

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
if !g:pymode || !g:pymode_indent
2-
finish
3-
endif
4-
51
setlocal nolisp
62
setlocal tabstop=4
73
setlocal softtabstop=4

readme.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,19 @@ Vim >= 7.3
99

1010
# How to install
1111

12-
## Manually (according to vim's package structure)
12+
### Installation with Vim's built-in package manager (Vim 8 and above)
1313

1414
As of Vim 8 there is an officially supported way of adding plugins. See `:tab
1515
help packages` in vim for details.
1616

1717
cd ~/.vim/pack/python-mode-indent/start
18-
git clone https://github.com/jamescherti/python-mode-indent.git
19-
cd python-mode-indent
18+
git clone https://github.com/jamescherti/vim-pythonmodeindent.git
19+
cd vim-pythonmodeindent
2020

2121
### Installation with a third-party plugin manager
2222

2323
You can also install this Vim plugin with any third-party plugin manager such as Pathogen or Vundle.
2424

25-
# Copyright
26-
27-
Copyright © 2013-2021 Kirill Klenov, Daniel Hahler, Jacob Niehus, Jongwook Choi.
28-
2925
# License
3026

3127
Licensed under a GNU lesser general public license.

0 commit comments

Comments
 (0)