Date Tags Vim

run file in console wile editing

:!command %

For example to check your code during editing:

:!pep8 %
:!pyflakes %
:!pylint %

Comments

comments powered by Disqus