]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathNest.cpp
* \xymatrix added to completion (fixing bug 5123)
[features.git] / src / mathed / InsetMathNest.cpp
index 2d8a7cc61ac85105c4f0b49019e9b0edd91433aa..867d4f466f7561d21285b147f5f71056c15d6a4f 100644 (file)
@@ -1834,6 +1834,7 @@ MathCompletionList::MathCompletionList(Cursor const & cur)
        globals.push_back(from_ascii("\\alignedat"));
        globals.push_back(from_ascii("\\cases"));
        globals.push_back(from_ascii("\\substack"));
+       globals.push_back(from_ascii("\\xymatrix"));
        globals.push_back(from_ascii("\\subarray"));
        globals.push_back(from_ascii("\\array"));
        globals.push_back(from_ascii("\\sqrt"));