summaryrefslogtreecommitdiffstats
path: root/indent/svg.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--indent/svg.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/svg.vim b/indent/svg.vim
index 90d1dfaf..32057362 100644
--- a/indent/svg.vim
+++ b/indent/svg.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'svg-indent') == -1
+
" Vim indent file
"
" Language: svg
@@ -104,4 +105,5 @@ endfun
let &cpo = s:keepcpo
unlet s:keepcpo
+
endif