maralla / validator.vim

Check syntax on the fly asynchronously.
MIT License
213 stars 14 forks source link

Can't use validator.vim even with python3 vim support #3

Closed si-mikey closed 8 years ago

si-mikey commented 8 years ago

I have python3 support in my vim instance yet your plugin says it doesn't see below

➜  ~ vim --version | grep -i python
+cryptv          +linebreak       -python          +vreplace
+cscope          +lispindent      +python3       +wildignore
Linking: gcc   -Wl,-Bsymbolic-functions -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o vim        -lm -ltinfo -lnsl  -lselinux  -lacl -lattr -lgpm -ldl     -L/usr/lib/python3.5/config-3.5m-x86_64-linux-gnu -lpython3.5m -lpthread -ldl -lutil -lm      
➜  ~ vim                           
Validator requires vim compiled with python
Press ENTER or type command to continue

Any ideas

maralla commented 8 years ago

Thanks for reporting. Already fixed.