From: Stefan Schimanski Date: Wed, 6 Aug 2008 18:44:35 +0000 (+0000) Subject: * \xymatrix added to completion (fixing bug 5123) X-Git-Tag: 1.6.10~3720 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ae410deed1d043a9382d0292c08e273653ddde86;p=features.git * \xymatrix added to completion (fixing bug 5123) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26082 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/InsetMathNest.cpp b/src/mathed/InsetMathNest.cpp index 2d8a7cc61a..867d4f466f 100644 --- a/src/mathed/InsetMathNest.cpp +++ b/src/mathed/InsetMathNest.cpp @@ -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"));