]> git.lyx.org Git - features.git/commitdiff
fix lookup problem for \vert.
authorAndré Pönitz <poenitz@gmx.net>
Thu, 4 Apr 2002 14:48:39 +0000 (14:48 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Thu, 4 Apr 2002 14:48:39 +0000 (14:48 +0000)
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

src/mathed/math_support.C

index d32a2c52528dca596ddd268e9d1a7b18cfbc2840..d6c2d425d31b46ad496877d3d9cbff1155df9d0a 100644 (file)
@@ -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 },