dev/env.rst: Remove (body text) comma

This commit is contained in:
Zearin
2014-03-31 10:33:46 -04:00
parent ad0bba374a
commit caa7ac3f26
+1 -1
View File
@@ -51,7 +51,7 @@ order to do this, add the following lines to your ``.vimrc``::
autocmd BufWritePost *.py call Pyflakes() autocmd BufWritePost *.py call Pyflakes()
autocmd BufWritePost *.py call Pep8() autocmd BufWritePost *.py call Pep8()
If you are already using syntastic_ you can enable it to run Pyflakes on write, If you are already using syntastic_ you can enable it to run Pyflakes on write
and show errors and warnings in the quickfix window. An example configuration and show errors and warnings in the quickfix window. An example configuration
to do that which also shows status and warning messages in the statusbar would be:: to do that which also shows status and warning messages in the statusbar would be::