diff options
Diffstat (limited to '')
-rw-r--r-- | indent/vala.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/vala.vim b/indent/vala.vim index 288885b5..f9339eb5 100644 --- a/indent/vala.vim +++ b/indent/vala.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vala') == -1 + " Vim indent file " Language: Vala " Author: AdriĆ Arrufat <adria.arrufat@protonmail.ch> @@ -82,4 +83,5 @@ function GetValaIndent(lnum) " Fall back on cindent, which does it mostly right return cindent(a:lnum) endfunction + endif |