]> git.lyx.org Git - features.git/commit
Fix bug in paragraph detection (can be seen in test case of bug #5187):
authorGeorg Baum <georg.baum@post.rwth-aachen.de>
Sun, 20 Nov 2011 20:28:55 +0000 (20:28 +0000)
committerGeorg Baum <georg.baum@post.rwth-aachen.de>
Sun, 20 Nov 2011 20:28:55 +0000 (20:28 +0000)
commit3f8a6154772080251d57ead184c5ccfcdb9d23ae
tree429c5f3733b1af013e5ad23e5d188b0f392ef049
parent3bb577204b36c4399e36752bcd9b3ff6b3996589
Fix bug in paragraph detection (can be seen in test case of bug #5187):
If we want to look at the token after the next token, it may be needed
to call tokenize_one() twice and not only once as done in good().

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40234 a592a061-630c-0410-9148-cb99ea01b6c8
src/tex2lyx/Parser.cpp
src/tex2lyx/Parser.h