]> git.lyx.org Git - features.git/commitdiff
* \xymatrix added to completion (fixing bug 5123)
authorStefan Schimanski <sts@lyx.org>
Wed, 6 Aug 2008 18:44:35 +0000 (18:44 +0000)
committerStefan Schimanski <sts@lyx.org>
Wed, 6 Aug 2008 18:44:35 +0000 (18:44 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26082 a592a061-630c-0410-9148-cb99ea01b6c8

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"));