From: Uwe Stöhr Date: Fri, 23 Oct 2015 03:20:51 +0000 (+0200) Subject: InsetMathNest.cpp: add \sideset to the autocomplete list X-Git-Tag: 2.2.0alpha1~183 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a685e5601cad32c041da850ca0b65d77d2252c8b;p=lyx.git InsetMathNest.cpp: add \sideset to the autocomplete list fixes bug #9810 --- diff --git a/src/mathed/InsetMathNest.cpp b/src/mathed/InsetMathNest.cpp index 473457d71c..90007c072e 100644 --- a/src/mathed/InsetMathNest.cpp +++ b/src/mathed/InsetMathNest.cpp @@ -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"));