mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
bd607098b2
commit
c3c133bd2e
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user