summaryrefslogtreecommitdiffstats
path: root/indent/fsharp.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--indent/fsharp.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/fsharp.vim b/indent/fsharp.vim
index 0d320253..6d54ae39 100644
--- a/indent/fsharp.vim
+++ b/indent/fsharp.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'fsharp') == -1
+
" Vim indent file
" Language: FSharp
" Maintainers: Jean-Francois Yuen <jfyuen@happycoders.org>
@@ -248,4 +249,5 @@ function! GetFsharpIndent()
endfunction
" vim: sw=4 et sts=4
+
endif