diff options
Diffstat (limited to 'doc/coffee-script.txt')
-rw-r--r-- | doc/coffee-script.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/coffee-script.txt b/doc/coffee-script.txt deleted file mode 100644 index 692d6241..00000000 --- a/doc/coffee-script.txt +++ /dev/null @@ -1,8 +0,0 @@ -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 |