Skip to content

Commit 79b4f20

Browse files
committed
Updated credits in README and created CHANGES.
1 parent a2c5826 commit 79b4f20

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

CHANGES

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# jslint.vim change log
2+
3+
## v0.7
4+
5+
- Updated jslint to version 2010-08-08.
6+
- Now checks for errors on leaving insert mode, cursor hold, and buffer save.
7+
- Changed from plugin to ftplugin specific to JavaScript files.
8+
- Supported JavaScript interpreters now include Node.js, Rhino, Spidermonkey,
9+
Windows Script Host, and that interpreter that is installed by default in Mac
10+
OS X.
11+
- Added support for overriding the JavaScript interpreter that is used by
12+
setting a value for the JS_CMD environment variable.
13+
- Fixes bugs when running in Windows.

README.markdown

+3
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ Credits
115115
- Nik Graf -- Documentation updates
116116
- Ian McCracken -- Real-time error checking
117117
- Luke Smith -- Enhancement of OS X support
118+
- Michael Smith -- Feature to customize JavaScript executable that is used by
119+
setting JS_CMD environment variable
120+
- Szilágyi Szilveszter -- Fixes for bugs when running in Windows
118121

119122
License
120123
---------

0 commit comments

Comments
 (0)