diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2016-07-05 09:53:49 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2016-07-05 09:53:49 +0200 |
commit | bf188c4a51a6d151bb2694d73048727f4359c634 (patch) | |
tree | 3059e2f946ae6293e1809d67393fddced1197431 /ftplugin/coffee.vim | |
parent | a5857b81c215139b3c0def78e5bd2f1da8a17af6 (diff) | |
download | vim-polyglot-2.11.1.tar.gz vim-polyglot-2.11.1.zip |
Updatev2.11.1
Diffstat (limited to '')
-rw-r--r-- | ftplugin/coffee.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/coffee.vim b/ftplugin/coffee.vim index 09998268..809c355f 100644 --- a/ftplugin/coffee.vim +++ b/ftplugin/coffee.vim @@ -15,7 +15,7 @@ call coffee#CoffeeSetUpVariables() setlocal formatoptions-=t formatoptions+=croql setlocal comments=:# commentstring=#\ %s setlocal omnifunc=javascriptcomplete#CompleteJS -setlocal suffixesadd+=coffee +setlocal suffixesadd+=.coffee " Create custom augroups. augroup CoffeeBufUpdate | augroup END |