InsetMathNest.cpp: add \sideset to the autocomplete list

fixes bug #9810
This commit is contained in:
Uwe Stöhr 2015-10-23 05:20:51 +02:00
parent eebac83a04
commit a685e5601c

View File

@ -2164,6 +2164,7 @@ MathCompletionList::MathCompletionList(Cursor const & cur)
globals.push_back(from_ascii("\\sqrt"));
globals.push_back(from_ascii("\\root"));
globals.push_back(from_ascii("\\tabular"));
globals.push_back(from_ascii("\\sideset"));
globals.push_back(from_ascii("\\stackrel"));
globals.push_back(from_ascii("\\stackrelthree"));
globals.push_back(from_ascii("\\binom"));