From a685e5601cad32c041da850ca0b65d77d2252c8b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Fri, 23 Oct 2015 05:20:51 +0200 Subject: [PATCH] InsetMathNest.cpp: add \sideset to the autocomplete list fixes bug #9810 --- src/mathed/InsetMathNest.cpp | 1 + 1 file changed, 1 insertion(+) 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")); -- 2.39.5