syntastic/syntax_checkers/python
LCD 47 5359f7f4e1 Python checker: new option g:syntastic_python_python_use_codec (@delfick).
The new option tells the checket to load the file in memory and look for
a comment line "# coding: <codec>".  If found, the named codec is used
to decode the file before checking.  This makes sense only if said codec
doesn't change the line numbers of the initial file.  An example of such
codec is "spec" provided by the "Nose of Yeti" library:

https://github.com/delfick/nose-of-yeti
2015-01-17 11:17:35 +02:00
..
codec.py Python checker: new option g:syntastic_python_python_use_codec (@delfick). 2015-01-17 11:17:35 +02:00
compile.py Python: code being checked shouldn't inherit future statements. 2014-01-06 17:04:55 +02:00
flake8.vim Formatting: folding. 2015-01-04 12:46:54 +02:00
frosted.vim Formatting: folding. 2015-01-04 12:46:54 +02:00
mypy.vim Formatting: folding. 2015-01-04 12:46:54 +02:00
pep8.vim Formatting: folding. 2015-01-04 12:46:54 +02:00
pep257.vim Formatting: folding. 2015-01-04 12:46:54 +02:00
prospector.vim Formatting: folding. 2015-01-04 12:46:54 +02:00
py3kwarn.vim Formatting: folding. 2015-01-04 12:46:54 +02:00
pyflakes.vim Formatting: folding. 2015-01-04 12:46:54 +02:00
pylama.vim Formatting: folding. 2015-01-04 12:46:54 +02:00
pylint.vim Formatting: folding. 2015-01-04 12:46:54 +02:00
python.vim Python checker: new option g:syntastic_python_python_use_codec (@delfick). 2015-01-17 11:17:35 +02:00