dot-vimrc icon indicating copy to clipboard operation
dot-vimrc copied to clipboard

Syntax check not supported for some python3 lastest new feature

Open wongxinjie opened this issue 8 years ago • 1 comments

Syntax check failed when it comes to some new features of python3.5, such as coroutines with async and await syntax.

wongxinjie avatar Sep 16 '16 07:09 wongxinjie

the answer is here syntastic

let g:syntastic_python_python_exec = '/usr/bin/python3'

works for me.

lycheng avatar Sep 18 '16 02:09 lycheng