From: Uwe Stöhr Date: Mon, 2 Jul 2012 22:39:41 +0000 (+0200) Subject: tex2lyx: update a command X-Git-Tag: 2.0.6~213 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=562848a96eacc4bd45ac64a7a057a0d400c9f106;p=features.git tex2lyx: update a command Parser.cpp: improve a command as discussed --- diff --git a/src/tex2lyx/Parser.cpp b/src/tex2lyx/Parser.cpp index e8337f489c..0cadab9e34 100644 --- a/src/tex2lyx/Parser.cpp +++ b/src/tex2lyx/Parser.cpp @@ -399,7 +399,7 @@ Parser::Arg Parser::getFullArg(char left, char right) putback(); return make_pair(false, string()); } else { - // for \verb a single '\' is allowed no matter what the delimiter is + // a single '\' is only allowed within \verb, no matter what the delimiter is, // for example "\verb+\+" (reported as bug #4468) // To support this, we allow single '\' if it is the only character // within equal delimiters