Ok I found the help file (pymode.txt) and also that I can also use the command :help pymode.
It seems I was using the wrong syntax for specifying the pylint checkers. It is: let g:pymode_lint_checkers = ['pylint'] (as opposed to g:pymode_lint_write = 'pylint') There are also a bunch of vim commands to control which warnings/errors etc. are disabled/enabled. And also it seems I was using the wrong syntax for the command to set check on write: it's pymode_lint_on_write (as opposed to pymode_lint_write) -- View this message in context: http://vim.1045645.n5.nabble.com/python-mode-how-to-control-command-used-for-syntax-checking-tp5724669p5724683.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.
