summaryrefslogtreecommitdiffstats
path: root/ftplugin/ember-script.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2016-07-05 09:53:49 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2016-07-05 09:53:49 +0200
commitbf188c4a51a6d151bb2694d73048727f4359c634 (patch)
tree3059e2f946ae6293e1809d67393fddced1197431 /ftplugin/ember-script.vim
parenta5857b81c215139b3c0def78e5bd2f1da8a17af6 (diff)
downloadvim-polyglot-2.11.1.tar.gz
vim-polyglot-2.11.1.zip
Updatev2.11.1
Diffstat (limited to 'ftplugin/ember-script.vim')
-rw-r--r--ftplugin/ember-script.vim14
1 files changed, 9 insertions, 5 deletions
diff --git a/ftplugin/ember-script.vim b/ftplugin/ember-script.vim
index a352a86d..1e6c12a9 100644
--- a/ftplugin/ember-script.vim
+++ b/ftplugin/ember-script.vim
@@ -1,10 +1,10 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'emberscript') == -1
" Language: ember-script
-" Maintainer: heartsentwined <heartsentwined@cogito-lab.com>
-" URL: http://github.com/heartsentwined/vim-ember-script
-" Version: 1.0.1
-" Last Change: 2013 Apr 17
+" Maintainer: Yulij Andreevich Lesov <yalesov@gmail.com>>
+" URL: http://github.com/yalesov/vim-ember-script
+" Version: 1.0.3
+" Last Change: 2016 Jul 5
" License: GPL-3.0
setlocal tabstop=2
@@ -14,7 +14,11 @@ setlocal smarttab
setlocal expandtab
setlocal smartindent
-setlocal formatoptions-=t formatoptions+=croqlj
+if v:version < 703
+ setlocal formatoptions-=t formatoptions+=croql
+else
+ setlocal formatoptions-=t formatoptions+=croqlj
+endif
setlocal comments=:#
setlocal commentstring=#\ %s