The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 22101c1044302beccee6bc2c921b20629a2ec8ec Author: Uwe Stöhr <[email protected]> Date: Fri Feb 22 01:21:17 2013 +0100 tex2lyx/text.cpp: whitespace only diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp index 5a4216b..a4785d4 100644 --- a/src/tex2lyx/text.cpp +++ b/src/tex2lyx/text.cpp @@ -2417,8 +2417,8 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer, Token const prev = p.prev_token(); p.get_token(); if (p.next_token().character() == '`' || - (prev.character() == '-' && - p.next_token().character() == '-')) + (prev.character() == '-' && + p.next_token().character() == '-')) ; // ignore it in {}`` or -{}- else output_ert_inset(os, "{}", context); ----------------------------------------------------------------------- Summary of changes: src/tex2lyx/text.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- The LyX Source Repository
