summaryrefslogtreecommitdiffstats
path: root/ftplugin/pony.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ftplugin/pony.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/pony.vim b/ftplugin/pony.vim
index 7168d6be..df726643 100644
--- a/ftplugin/pony.vim
+++ b/ftplugin/pony.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'pony') == -1
+
" Vim filetype plugin file
" Language: Pony
" Maintainer: Jak Wings
@@ -39,4 +40,5 @@ let &cpo = s:cpo_save
unlet s:cpo_save
let b:did_ftplugin = 1
+
endif