pyflakes : Vim filetype plugin for running pyflakes on Python files
script karma |
Rating 9/3,
Downloaded by 1375 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Vincent Driessen |
|
script type |
ftplugin |
|
description |
Usage
-----
1. Open a Python file
2. Press `<F7>` to run `pyflakes` on it
It shows the errors inside a quickfix window, which will allow your to quickly
jump to the error locations by simply pressing [Enter].
Customization
-------------
If you don't want to use the `<F7>` key for pyflakes-checking, simply remap it to
another key. It autodetects whether it has been remapped and won't register
the `<F7>` key if so. For example, to remap it to `<F3>` instead, use:
autocmd FileType python map <buffer> <F3> :call Pyflakes()<CR>
|
|
install details |
Installation
------------
1. Install pyflakes (http://pypi.python.org/pypi/pyflakes/)
2. Copy the file `ftplugin/python_pyflakes.vim` to your `~/.vim/ftplugin` directory
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.190.154.145
|