dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Pylint config makes the compiler run for all types of files

Open jdevera opened this issue 14 years ago • 0 comments

The Pylint plugin config for Vim makes it run pylint pylint on the currently open python file every time it is saved, however, if a different type of file is opened in the same session, its corresponding compiler is also called when saving.

The action must be limited to python files.

jdevera avatar Apr 05 '11 08:04 jdevera