lint.vim : JSHint integration with quickfix window
script karma |
Rating 74/35,
Downloaded by 5692 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Joe Stelmach |
|
script type |
utility |
|
description |
Facilitates tight integration between JSHint and Vim.
JavaScript files are automatically passed through JSHint when a buffer is saved, placing any warnings in the quickfix window for easy navigation to the source of the warning. To achieve acceptable performance, Google's V8 Engine is used for JavaScript execution.
This project is maintained on github: https://github.com/joestelmach/lint.vim. |
|
install details |
The d8 executable must be found in your classpath. See: http://code.google.com/p/v8/ |
|
script versions (upload new version)
Click on the package to download.
lint.vim.zip |
0.3 |
2012-05-20 |
7.0 |
Joe Stelmach |
switched to JSHint + V8 |
javaScriptLint.vim |
0.2 |
2009-05-06 |
6.0 |
Joe Stelmach |
* Explicitly specifying the errorformat (Thanks Jonathan del Strother)
* Ability to disable the highlight color using "unlet jslint_highlight_color" (Thanks Gregory Mullegger)
* Fixed bug that would close an unrelated quickfix window when saving. |
javaScriptLint.vim |
0.1 |
2009-03-10 |
7.0 |
Joe Stelmach |
Initial upload |
ip used for rating: 142.132.191.50
|