mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
solve Michael's riddle
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2537 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
93b1d0de5e
commit
e82001fc7e
@ -1279,7 +1279,7 @@ void MathCursor::interpret(string const & s)
|
||||
|
||||
if (strchr("0123456789;:!|[]().,?+/-*<>=", c)) {
|
||||
if (lastcode_ != LM_TC_TEXTRM)
|
||||
lastcode_ = LM_TC_VAR;
|
||||
lastcode_ = LM_TC_CONST;
|
||||
insert(c, lastcode_);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user