Skip to content

Commit

Permalink
[vim] jslint update
Browse files Browse the repository at this point in the history
  • Loading branch information
guns committed Sep 13, 2013
1 parent 2e62be4 commit 8685423
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions etc/vim/bundle/jslint.vim/README.markdown
@@ -1,3 +1,12 @@
This project is no longer under active development. For alternatives
take a look at the [Alternative Plugins][] section below. Or check out
the actively developed forks of this project:
[wookiehangover/jshint.vim][] and [FuDesign2008/jslint.vim][].

[Alternative Plugins]: #alternative-plugins
[wookiehangover/jshint.vim]: https://github.com/wookiehangover/jshint.vim
[FuDesign2008/jslint.vim]: https://github.com/FuDesign2008/jslint.vim

jslint.vim
=============

Expand Down Expand Up @@ -107,6 +116,11 @@ Once an error is fixed the corresponding quickfix line will disappear.
Alternative Plugins
---------------------

[Syntastic][] supports syntax checking for a number of languages,
including JavaScript via jshint or JSLint.

[Syntastic]: https://github.com/scrooloose/syntastic

There are other plugins for Vim that integrate [JavaScript Lint][]. JavaScript
Lint is another JavaScript checker that is similar to JSLint.

Expand Down Expand Up @@ -150,6 +164,10 @@ Credits
- Trent Mick -- Feature to ignore #! lines for compatibility with shell scripts
- Christopher Sexton -- Fixed errors in MacVim on Lion and Snow Leopard
- Brian Donovan -- Fix for non-POSIX shells
- guileen (Lin Gui) -- Prefer node over jsc on Mac OS
- daethorian (Lowe Thiderman) -- Fix for error in updated spidermonkey
version
- afairley -- Check for `nodejs` executable if `node` is not present


License
Expand Down

0 comments on commit 8685423

Please sign in to comment.