From: André Pönitz Date: Thu, 4 Apr 2002 14:48:39 +0000 (+0000) Subject: fix lookup problem for \vert. X-Git-Tag: 1.6.10~19499 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c3c133bd2e1a5d45e7bf624271ce8dbbe8874344;p=features.git fix lookup problem for \vert. Funny what kind of problems turn up if one actually _uses_ LyX. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3905 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/math_support.C b/src/mathed/math_support.C index d32a2c5252..d6c2d425d3 100644 --- a/src/mathed/math_support.C +++ b/src/mathed/math_support.C @@ -488,6 +488,7 @@ named_deco_struct deco_table[] = { {"]", brack, 2 }, {"|", vert, 0 }, {"/", slash, 0 }, + {"vert", vert, 0 }, {"Vert", Vert, 0 }, {"'", slash, 1 }, {"backslash", slash, 1 },