Update 2024-12-23 00:29 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2024-12-23 00:29:22 +01:00
parent e27a96f17e
commit fa50579054
10 changed files with 10161 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
if exists("b:did_ftplugin") || !exists("*FugitiveGitDir")
finish
endif
let b:did_ftplugin = 1
call fugitive#BlameFileType()