Hi I have updated my vim environment to use the python_mode plugin which includes support for syntax checking.
>From what I have read this allows you to set the checking using the something like the following command in .vimrc: let g:pymode_lint_checker = "pyflakes,pep8" However it seems whenever I do the syntax check it always uses pep8 to do the check. I generally use pylint as a syntax checker and also like to use a custom pylint command and specific .pylintrc. Does anyone know how I can specify pylint as the tool to use for syntax checking (Setting g:pymode_lint_checker = "pylint" does not seem to work) and how I can specify the command I wish to use ? Also, although if I set g:pymode_lint_write = 1 the syntax happens whenever I save a changed python file, I do not know what command I need to use to manually trigger a syntax check from vim. Does anyone know what command should be used for this ? Thanks Larry Cotton -- View this message in context: http://vim.1045645.n5.nabble.com/python-mode-how-to-control-command-used-for-syntax-checking-tp5724669.html Sent from the Vim - General mailing list archive at Nabble.com. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
