mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
Add \ensuremath to the list of math completions
This commit is contained in:
parent
43ca05ead4
commit
fde3963d99
@ -2193,6 +2193,7 @@ MathCompletionList::MathCompletionList(Cursor const & cur)
|
||||
globals.push_back(from_ascii("\\mathclap"));
|
||||
globals.push_back(from_ascii("\\mathllap"));
|
||||
globals.push_back(from_ascii("\\mathrlap"));
|
||||
globals.push_back(from_ascii("\\ensuremath"));
|
||||
MathWordList const & words = mathedWordList();
|
||||
MathWordList::const_iterator it2;
|
||||
//lyxerr << "Globals completion commands: ";
|
||||
|
Loading…
Reference in New Issue
Block a user