Changes between Version 58 and Version 59 of UsingVimWithDjango


Ignore:
Timestamp:
Aug 22, 2012, 5:01:14 AM (12 years ago)
Author:
mariuz
Comment:

pyflakes-vim have been merged into Syntastic

Legend:

Unmodified
Added
Removed
Modified
  • UsingVimWithDjango

    v58 v59  
    127127
    128128Deprecated and it will be replaced by Syntastic.
     129The must-have features of pyflakes-vim have been merged into Syntastic, which has a plugin-based syntax checking backend. This means you can check many different languages on the fly. I recommend using Syntastic unless you're mostly just editing Python.
     130
    129131The [http://www.vim.org/scripts/script.php?script_id=2441 pyflakes] plugin highlights common Python errors like misspelling a variable name on the fly. It also warns about unused imports, redefined functions, etc.
    130132
Back to Top