summaryrefslogtreecommitdiffstats
path: root/indent/meson.vim
diff options
context:
space:
mode:
Diffstat (limited to 'indent/meson.vim')
-rw-r--r--indent/meson.vim6
1 files changed, 2 insertions, 4 deletions
diff --git a/indent/meson.vim b/indent/meson.vim
index 738d86fa..a546f944 100644
--- a/indent/meson.vim
+++ b/indent/meson.vim
@@ -1,7 +1,4 @@
-if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'meson') != -1
- finish
-endif
-
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'meson') == -1
" Vim indent file
" Language: Meson
" Maintainer: Nirbheek Chauhan <nirbheek.chauhan@gmail.com>
@@ -181,3 +178,4 @@ let &cpo = s:keepcpo
unlet s:keepcpo
" vim:sw=2
+endif