vim-patch:d592deb33652 (#19002)

Update runtime files
d592deb336
This commit is contained in:
Christian Clason
2022-06-17 20:38:21 +02:00
committed by GitHub
parent 98e2da7d50
commit e651ae5864
22 changed files with 503 additions and 278 deletions

View File

@@ -1,7 +1,7 @@
" Vim syntax file
" Language: FreeBSD send-pr file
" Maintainer: Hendrik Scholz <hendrik@scholz.net>
" Last Change: 2012 Feb 03
" Last Change: 2022 Jun 14
"
" http://raisdorf.net/files/misc/send-pr.vim
@@ -31,5 +31,7 @@ hi def link sendprType Type
hi def link sendprString String
hi def link sendprLabel Label
let b:current_syntax = 'sendpr'
let &cpo = s:cpo_save
unlet s:cpo_save