]> git.lyx.org Git - lyx.git/commitdiff
InsetMathNest.cpp: add \sideset to the autocomplete list
authorUwe Stöhr <uwestoehr@lyx.org>
Fri, 23 Oct 2015 03:20:51 +0000 (05:20 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Fri, 23 Oct 2015 03:20:51 +0000 (05:20 +0200)
fixes bug #9810

src/mathed/InsetMathNest.cpp

index 473457d71ca016bd8568d1f0b43a24faf96e90b8..90007c072ea3f41d15c0509a9f2a3b565c4aaa68 100644 (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"));