X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ac5e9002ee9ee420f725251d3bd08bd0a31c4373..47ab0458c0c8f005777b92fccd4008d26bd0d0af:/README.rst diff --git a/README.rst b/README.rst index cec792a..d962240 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,9 @@ vim-python-pep8-indent ====================== +.. image:: https://travis-ci.org/hynek/vim-python-pep8-indent.png?branch=travis + :target: https://travis-ci.org/hynek/vim-python-pep8-indent + This small script modifies vim_’s indentation behavior to comply with PEP8_ and my aesthetic preferences: :: @@ -38,9 +41,8 @@ The easiest way is to use pathogen_ and do a :: in your `~/.vim/bundle`. And you *should* use pathogen. Really. -Please note that Kirill Klenov’s python-mode_ ships an own version of of this -bundle. Therefore, if you want to use this version specifically, you’ll have -to disable python-mode’s using: :: +Please note that Kirill Klenov’s python-mode_ ships an own version of this bundle. +Therefore, if you want to use this version specifically, you’ll have to disable python-mode’s using: :: let g:pymode_indent = 0