diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2016-07-19 10:09:54 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2016-07-19 10:09:54 +0200 |
commit | 11f34624aa32ac72dc65e46ea9badb4b16a0edd1 (patch) | |
tree | 63c50a215fe4a67e4223c19b4b1dbb9747c14ffd /ftplugin/ember-script.vim | |
parent | 1422f7a75ce0b382d601238c5979b04473b9021e (diff) | |
download | vim-polyglot-2.11.3.tar.gz vim-polyglot-2.11.3.zip |
Updatev2.11.3
Diffstat (limited to 'ftplugin/ember-script.vim')
-rw-r--r-- | ftplugin/ember-script.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftplugin/ember-script.vim b/ftplugin/ember-script.vim index 1e6c12a9..d7f21e88 100644 --- a/ftplugin/ember-script.vim +++ b/ftplugin/ember-script.vim @@ -3,9 +3,9 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'emberscript') = " Language: ember-script " 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 +" Version: 1.0.4 +" Last Change: 2016 Jul 6 +" License: ISC setlocal tabstop=2 setlocal softtabstop=2 |