diff options
Diffstat (limited to 'doc/coffee-script.txt')
-rw-r--r-- | doc/coffee-script.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/coffee-script.txt b/doc/coffee-script.txt new file mode 100644 index 00000000..692d6241 --- /dev/null +++ b/doc/coffee-script.txt @@ -0,0 +1,8 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'coffee-script') == -1 + +Please see the project readme for up-to-date docs: +https://github.com/kchmck/vim-coffee-script + + vim:tw=78:ts=8:ft=help:norl: + +endif |