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