Vim Tips Wiki
(Created page with "<code> Error detected while processing /home/josh/.vim/plugin/jsLintHelper.vim: line 1: E15: Invalid expression: !exists("jslint_mark_color")^M line 495: E171: Missing :endif…")
 
(adjust Template:ScriptComments to remove id as no longer needed; minor tweaks)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  +
{{ScriptComments|JsLint Helper: a javascript code validator}}
<code>
 
  +
Error detected while processing /home/josh/.vim/plugin/jsLintHelper.vim:
 
  +
==Comments==
line 1:
 
  +
Here's a version that will work under Linux with the latest development version of jslint:
E15: Invalid expression: !exists("jslint_mark_color")^M
 
  +
[http://www.jbip.net/sites/default/files/jsLintHelper.vim jsLintHelper.vim]
line 495:
 
E171: Missing :endif
 
</code>
 

Latest revision as of 07:53, 15 November 2011

Use this page to discuss script 3174 JsLint Helper: a javascript code validator

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Comments[]

Here's a version that will work under Linux with the latest development version of jslint: jsLintHelper.vim