mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
InsetMathNest.cpp: add \sideset to the autocomplete list
fixes bug #9810
This commit is contained in:
parent
eebac83a04
commit
a685e5601c
@ -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"));
|
||||
|
Loading…
Reference in New Issue
Block a user