diff options
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/ion.vim | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ftplugin/ion.vim b/ftplugin/ion.vim new file mode 100644 index 00000000..7cb349b9 --- /dev/null +++ b/ftplugin/ion.vim @@ -0,0 +1,9 @@ +if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'ion') != -1 + finish +endif + + +if exists("b:did_ftplugin") | finish | endif +let b:did_ftplugin = 1 + +setlocal commentstring=#%s |