diff options
Diffstat (limited to '')
-rw-r--r-- | indent/omake.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/omake.vim b/indent/omake.vim index 5d610650..91db5daa 100644 --- a/indent/omake.vim +++ b/indent/omake.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ocaml') == -1 + " Vim indent file " Language: OMakefile @@ -113,4 +114,5 @@ function GetMakeIndent() endif endif endfunction + endif |