Fix vim syntax highlighting. Vim complained about the (comment). The syntax

file is also called "sendpr", not "send-pr".
This commit is contained in:
Philip Paeps 2006-11-01 12:13:08 +00:00
parent 1675d675a7
commit 089d90279a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163867

View File

@ -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 `>').