mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
tex2lyx/text.cpp: whitespace only
This commit is contained in:
parent
2ba1360509
commit
22101c1044
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user