GNU bug report logs -
#5719
[patch] fix bat-generic-mode highlighting pattern for CLI switch.
Previous Next
Reported by: Oleksandr Gavenko <gavenkoa <at> gmail.com>
Date: Sun, 14 Mar 2010 20:19:01 UTC
Severity: normal
Tags: patch
Done: Chong Yidong <cyd <at> stupidchicken.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Pattern for highlight '/help', '/query', '/a' like
command line options currently does not require
leading whitespace char but MUST.
If you use Cygwin/MSYS from bat file you can type expressions like
ls dir/sub-dir
and '/sub-dir' unfortunately highlighted as CLI switch!
Switch which start with - or + properly required leading whitespaces.
There exist one situation then you must highlight switch
exactly at start of line (and so there are no any leading whitespaces)
because this line considered continuation of previous line
if previous line end with '^' char.
But this not true for command.com and so unusual situation
so we can ignore it.
So in patch I just improve pattern for '+'/'-', which already
do job right.
--
Best regards!
[.patch (text/plain, attachment)]
This bug report was last modified 15 years and 24 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.