From 477921df197fae07cb9377e64840cd3c06c821da Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Mon, 9 Jan 2012 16:33:27 -0800 Subject: [PATCH] Define Vim make command for Python files; use pylint --- vim/after/ftplugin/python.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/after/ftplugin/python.vim b/vim/after/ftplugin/python.vim index cf5e97c..e783518 100644 --- a/vim/after/ftplugin/python.vim +++ b/vim/after/ftplugin/python.vim @@ -3,3 +3,4 @@ setlocal expandtab "setlocal fdm=indent setlocal textwidth=80 +setlocal makeprg="pylint -f parseable %"