vim & Python 3 (was Re: vim-khuno: live Python checking within vim via flakes (in testing))

2015-12-03 Thread Barry Warsaw
On Dec 03, 2015, at 08:45 AM, Edward Betts wrote: >I've packaged a vim plugin that provides live code checking for Python 2 and 3 >using pyflakes. Speaking of vim, some work needs to be done along the port-to-Python-3 path. I think vim still only builds against Python 2. As part of this issue:

vim-khuno: live Python checking within vim via flakes (in testing)

2015-12-03 Thread Edward Betts
I've packaged a vim plugin that provides live code checking for Python 2 and 3 using pyflakes. Combined with code completion from vim-youcompleteme it makes vim feel very IDE-like. I often find it pointing out mistakes in my Python without needing to run the code. vim-khuno is available in testing