summaryrefslogtreecommitdiffstats
path: root/ftplugin/sxhkdrc.vim
blob: 8b5be981c4b0abbbbdeb6efd5a7c1443ed28ca5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if polyglot#init#is_disabled(expand('<sfile>:p'), 'sxhkd', 'ftplugin/sxhkdrc.vim')
  finish
endif

if exists("b:did_ftplugin")
	finish
endif

setlocal cms=#%s

if exists('b:undo_ftplugin')
	let b:undo_ftplugin .= "|setlocal commentstring<"
else
	let b:undo_ftplugin = "setlocal commentstring<"
endif