mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-06 09:17:25 +00:00
Fix vim syntax highlighting. Vim complained about the (comment). The syntax
file is also called "sendpr", not "send-pr".
This commit is contained in:
parent
1675d675a7
commit
089d90279a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163867
@ -300,7 +300,7 @@ else
|
||||
for file in $TEMP $REF ; do
|
||||
cat > $file << '__EOF__'
|
||||
SEND-PR: -*- send-pr -*-
|
||||
SEND-PR: vim: syntax=send-pr (needed for vim syntax highlighting)
|
||||
SEND-PR: vim: syntax=sendpr
|
||||
SEND-PR:
|
||||
SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as
|
||||
SEND-PR: will all comments (text enclosed in `<' and `>').
|
||||
|
Loading…
Reference in New Issue
Block a user