summaryrefslogtreecommitdiffstats
path: root/ftplugin/raml.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/raml.vim')
-rw-r--r--ftplugin/raml.vim6
1 files changed, 2 insertions, 4 deletions
diff --git a/ftplugin/raml.vim b/ftplugin/raml.vim
index 4cf8f5c2..21af8307 100644
--- a/ftplugin/raml.vim
+++ b/ftplugin/raml.vim
@@ -1,5 +1,3 @@
-if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'raml') != -1
- finish
-endif
-
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'raml') == -1
set ts=2 sts=2 sw=2 et
+endif