Update 2023-04-01 21:49 OpenBSD/amd64

This commit is contained in:
c0dev0id
2023-04-01 21:49:50 +02:00
parent f8d4bdde37
commit cec2ee20f9
102 changed files with 94 additions and 25948 deletions

View File

@@ -1,10 +0,0 @@
" Helper function for (x)html snippets
if exists('s:did_snip_helper') || &cp || !exists('loaded_snips')
finish
endif
let s:did_snip_helper = 1
" Automatically closes tag if in xhtml
fun! Close()
return stridx(&ft, 'xhtml') == -1 ? '' : ' /'
endf