blob: 6f2c1ce2d4df0ba08a975e940a7d7c7ea2723a1c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
if polyglot#init#is_disabled(expand('<sfile>:p'), 'ion', 'ftplugin/ion.vim')
finish
endif
if exists("b:did_ftplugin") | finish | endif
let b:did_ftplugin = 1
setlocal commentstring=#%s
|