Skip to content

Commit 860352f

Browse files
author
zeekay
committed
Merge branch 'master' of ssh://github.com/kchmck/vim-coffee-script into HEAD
2 parents 12320a7 + 1eddf18 commit 860352f

File tree

20 files changed

+1226
-754
lines changed

20 files changed

+1226
-754
lines changed

Copying.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
22
Version 2, December 2004
33

4-
Copyright (C) 2010 to 2012 Mick Koch <kchmck@gmail.com>
4+
Copyright (C) 2010 to 2014 Mick Koch <mick@kochm.co>
55

66
Everyone is permitted to copy and distribute verbatim or modified
77
copies of this license document, and changing it is allowed as long

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ REF = HEAD
22
VERSION = $(shell git describe --always $(REF))
33

44
ARCHIVE = vim-coffee-script-$(VERSION).zip
5-
ARCHIVE_DIRS = after compiler doc ftdetect ftplugin indent syntax
5+
ARCHIVE_DIRS = after autoload compiler doc ftdetect ftplugin indent syntax
66

77
# Don't do anything by default.
88
all:

News.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 003 (October 10, 2014)
2+
3+
Almost 3 years' worth of fixes and (hopefully) improvements.
4+
15
### Version 002 (December 5, 2011)
26

37
Added binary numbers (0b0101) and fixed some bugs (#9, #62, #63, #65).

0 commit comments

Comments
 (0)