Abort commands when there are no submatches in regex; had to hand roll
commitbe162d096e7625a10c09f723a8b710ef1da75024
authorMarco Peereboom <marco@conformal.com>
Mon, 22 Aug 2011 22:00:40 +0000 (22 22:00 +0000)
committerMarco Peereboom <marco@conformal.com>
Mon, 22 Aug 2011 22:00:40 +0000 (22 22:00 +0000)
treec645c2b586aa224d401c5640882a56b9b41191fc
parent174fab26ab1f6ef3f9f6e3aa94f251f2511db5ed
Abort commands when there are no submatches in regex; had to hand roll
this because regex doesn't provide useful feedback.

Fix bug introduced in 1.387 where 12: would be moved into the command
entry as :12.  This was requested by Raphael while farting in this code.

regex help from Michal
xxxterm.c