From 8f5134aef8c4162235892d87407275f447e54e40 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 24 Aug 2020 12:37:31 +0200 Subject: Include docs of plugins --- doc/coffee-script.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/coffee-script.txt (limited to 'doc/coffee-script.txt') 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 -- cgit v1.2.3