Update 2024-01-24 08:30 OpenBSD/amd64-x13
This commit is contained in:
11
.vim/pack/plugins/start/vim-sxhkdrc/ftplugin/sxhkdrc.vim
Normal file
11
.vim/pack/plugins/start/vim-sxhkdrc/ftplugin/sxhkdrc.vim
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user