The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 3e250d2ce6c83e60621ae6b6e6325af6145bcc9c
Merge: 487c8b5 c3fe0fd
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Tue Jul 3 00:40:23 2012 +0200

    Merge branch 'master' of git.lyx.org:lyx


commit 487c8b5bd34b1de999d213d83e27916a334d4891
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Tue Jul 3 00:39:41 2012 +0200

    tex2lyx: update a command
    
    Parser.cpp: improve a command as discussed

diff --git a/src/tex2lyx/Parser.cpp b/src/tex2lyx/Parser.cpp
index 6cd727c..75b8ba4 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

-----------------------------------------------------------------------

Summary of changes:
 src/tex2lyx/Parser.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to