comparison runtime/syntax/sendpr.vim @ 29193:1e9e9d89f0ee

Update runtime files Commit: https://github.com/vim/vim/commit/d592deb336523a5448779ee3d4bba80334cff1f7 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 17 15:42:40 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Jun 2022 16:45:04 +0200
parents 43efa4f5a8ea
children
comparison
equal deleted inserted replaced
29192:e4488cf0eff9 29193:1e9e9d89f0ee
1 " Vim syntax file 1 " Vim syntax file
2 " Language: FreeBSD send-pr file 2 " Language: FreeBSD send-pr file
3 " Maintainer: Hendrik Scholz <hendrik@scholz.net> 3 " Maintainer: Hendrik Scholz <hendrik@scholz.net>
4 " Last Change: 2012 Feb 03 4 " Last Change: 2022 Jun 14
5 " 5 "
6 " http://raisdorf.net/files/misc/send-pr.vim 6 " http://raisdorf.net/files/misc/send-pr.vim
7 7
8 " quit when a syntax file was already loaded 8 " quit when a syntax file was already loaded
9 if exists("b:current_syntax") 9 if exists("b:current_syntax")
29 hi def link sendprComment Comment 29 hi def link sendprComment Comment
30 hi def link sendprType Type 30 hi def link sendprType Type
31 hi def link sendprString String 31 hi def link sendprString String
32 hi def link sendprLabel Label 32 hi def link sendprLabel Label
33 33
34 let b:current_syntax = 'sendpr'
35
34 let &cpo = s:cpo_save 36 let &cpo = s:cpo_save
35 unlet s:cpo_save 37 unlet s:cpo_save