We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67963a commit dde90e7Copy full SHA for dde90e7
README.rst
@@ -1,7 +1,8 @@
1
|logo| Python-mode, Python in VIM
2
#################################
3
4
-.. image:: https://travis-ci.org/klen/python-mode.png?branch=develop :target: https://travis-ci.org/klen/python-mode
+.. image:: https://travis-ci.org/klen/python-mode.png?branch=develop
5
+ :target: https://travis-ci.org/klen/python-mode
6
7
Python-mode is a vim plugin that allows you to use the pylint_, rope_, pydoc_, pyflakes_, pep8_, mccabe_ libraries in vim to provide
8
features like python code looking for bugs, refactoring and some other useful things.
0 commit comments