leiming
leiming

Reputation: 494

Could not invoke JSLint! jslint.vim cannot work in windows 7 (x64)

I use hallettj / jslint.vim on Ubuntu 12.04, everything is ok. but on windows 7(x64), it displays error:

Error detected while processing function <SNR>42_JSLint:
line 47:
The filename, directory name, or volume label syntax is incorrect ^@

Error detected while processing function <SNR>42_JSLint:
line 48:
could not invoke JSLint!

I try to solve the problem as follow, but not work:


BTW: I adopt Vindle to manage my plugins. This is my _vimrc.

Upvotes: 1

Views: 568

Answers (1)

leiming
leiming

Reputation: 494

I've solved the problem. I think that the trick is run-time language, even through setting language en in _vimrc file is not used.

The solution is:

  1. Uninstall the gvim completely.
  2. custom install gvim,do NOT check Native Language Support option. **Native Language Support** option

  3. So everything is right!

Upvotes: 2

Related Questions