We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0bba3 commit caa7ac3Copy full SHA for caa7ac3
docs/dev/env.rst
@@ -51,7 +51,7 @@ order to do this, add the following lines to your ``.vimrc``::
51
autocmd BufWritePost *.py call Pyflakes()
52
autocmd BufWritePost *.py call Pep8()
53
54
-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
55
and show errors and warnings in the quickfix window. An example configuration
56
to do that which also shows status and warning messages in the statusbar would be::
57
0 commit comments