Hi I have just updated my vim environment to use as a python ide using instructions on this link: unlogic.co.uk/2013/02/08/vim-as-a-python-ide
Everything seems to have installed ok, but syntax checking is not working, so I have turned on python mode debug (using let g:pymode_debug=1). When I run the syntax check I can see debug output briefly flash onto the screen, but it is overwritten immediately, presumably by a refresh. Does anyone know how I can get to see the python mode debug output ? The only thing I have found on the web which might relate to this problem is a comment on this link: https://github.com/klen/python-mode/issues/342 "Note the need to run Vim inside the "script" command to ensure that a screen refresh doesn't make it appear there was no debug output." However I am not sure what is meant by running vim from inside script. -- -- 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.
