hallettj / jslint.vim

VIM plugin and command line tool for running JSLint <http://jslint.com/>. This is project is no longer under active development. See Readme for details.
Other
463 stars 132 forks source link

Error on Windows 7 (x64) #52

Open iristrice opened 11 years ago

iristrice commented 11 years ago

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.

iristrice commented 11 years ago

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!