maralla / validator.vim

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

Doesn't work for me, I don't know how to debug it #7

Closed juanjux closed 8 years ago

juanjux commented 8 years ago

Hi!

I'm using Vim8 on Windows, the plugin installed fine (using Vundle) and :scriptnames shows the autoload script for it, I added this to my .vimrc:

let g:validator_python_checkers = ['flake8']

(flake8 is in the path and working).

But it doesnt do anything, calling:

:call validator#enable()

No error, no output, no checking.

:call validator#get_status_string()

No error, no string.

There is a validator.log file in the plugin directory, but it is empty.

juanjux commented 8 years ago

Found the problem will sent you a merge request soon.