Skip to content

Commit

Permalink
Add nice tip by Godefroid Chapelle.
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Aug 3, 2010
1 parent e611136 commit 9fc4369
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ the `<F7>` key if so. For example, to remap it to `<F3>` instead, use:

Tips
----
A tip might be to run the Pyflakes check every time you write a Python file, to
enable this, add the following line to your `.vimrc` file (thanks
[Godefroid](http://github.com/gotcha)!):

autocmd BufWritePost *.py call Pyflakes()


This plugin goes well together with the following plugins:

- [PEP8](http://github.com/nvie/vim-pep8) (Python coding style checker under `<F6>`)
Expand Down

0 comments on commit 9fc4369

Please sign in to comment.