summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorphilip <philip@FreeBSD.org>2006-11-01 12:13:08 +0000
committerphilip <philip@FreeBSD.org>2006-11-01 12:13:08 +0000
commita64b469a296a4d81ac6a3a9bca5be2a273fb6466 (patch)
treeae879e51c0a4027e6066e23bde70e67876b07d13 /gnu
parent7169024dcb2934b70c5b2b72a4b2b204b54e664d (diff)
downloadFreeBSD-src-a64b469a296a4d81ac6a3a9bca5be2a273fb6466.zip
FreeBSD-src-a64b469a296a4d81ac6a3a9bca5be2a273fb6466.tar.gz
Fix vim syntax highlighting. Vim complained about the (comment). The syntax
file is also called "sendpr", not "send-pr".
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/send-pr/send-pr.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/send-pr/send-pr.sh b/gnu/usr.bin/send-pr/send-pr.sh
index 4ee7483..9cba9a4 100644
--- a/gnu/usr.bin/send-pr/send-pr.sh
+++ b/gnu/usr.bin/send-pr/send-pr.sh
@@ -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 `>').
OpenPOWER on IntegriCloud