Add \ensuremath to the list of math completions

This commit is contained in:
Guillaume Munch 2015-08-23 11:05:01 +02:00 committed by Georg Baum
parent 43ca05ead4
commit fde3963d99

View File

@ -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: ";