Update 2024-01-24 08:30 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2024-01-24 08:30:52 +01:00
parent 1525e53b5d
commit 0cc8cdd9e0
9 changed files with 287 additions and 0 deletions

View 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