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
This commit is contained in:
André Pönitz 2002-04-04 14:48:39 +00:00
parent bd607098b2
commit c3c133bd2e

View 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 },