]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathNest.cpp
Fix bug #8464: stackrel with subscript.
[features.git] / src / mathed / InsetMathNest.cpp
index 0e4352546ca31151fdc220fa3f16d3c7c7f1cfd9..e3ed60a22ccd46fb49b34522eac848cf935ad017 100644 (file)
@@ -2099,6 +2099,7 @@ MathCompletionList::MathCompletionList(Cursor const & cur)
        globals.push_back(from_ascii("\\root"));
        globals.push_back(from_ascii("\\tabular"));
        globals.push_back(from_ascii("\\stackrel"));
+       globals.push_back(from_ascii("\\stackrelthree"));
        globals.push_back(from_ascii("\\binom"));
        globals.push_back(from_ascii("\\choose"));
        globals.push_back(from_ascii("\\brace"));