commit 5c858693045329c138023572c9d80e40deac08f8
Author: Uwe Stöhr <[email protected]>
Date:   Tue Nov 17 01:06:38 2015 +0100

    InsetMathNest.cpp: add \sideset to the autocomplete list

diff --git a/src/mathed/InsetMathNest.cpp b/src/mathed/InsetMathNest.cpp
index 984245d..ff5e195 100644
--- a/src/mathed/InsetMathNest.cpp
+++ b/src/mathed/InsetMathNest.cpp
@@ -2140,6 +2140,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"));
diff --git a/status.21x b/status.21x
index a9cc49c..4db3824 100644
--- a/status.21x
+++ b/status.21x
@@ -107,6 +107,8 @@ What's new
   dialog in certain cases, and bad enabling-disabling behavior in Document>
   Settings> Bibliography (bugs 9797 and 9848).
 
+- The math command \sideset is now in the autocomplete list (bug 9810).
+
 
 * INTERNALS
 

Reply via email to