]> git.lyx.org Git - features.git/commit
FindAdv: Amend 627cd6de: Use '~' instead of "\\ " for search if possible
authorKornel Benko <kornel@lyx.org>
Sun, 8 May 2022 12:30:45 +0000 (14:30 +0200)
committerKornel Benko <kornel@lyx.org>
Sun, 8 May 2022 12:30:45 +0000 (14:30 +0200)
commit4bb427a2443d64bd01aad66ebdc0b3f802546bae
treec640058f1310bbcf38d6bdbcc833f41874c02bb2
parent627cd6dec2279f2adf473f789078861493a62a7f
FindAdv: Amend 627cd6de: Use '~' instead of "\\ " for search if possible

Also fix a thinko in interpreting the found values.
The match_len describes the length of the second regex field,
while matchend is the length of the search field 0.
src/insets/InsetSpace.cpp
src/lyxfind.cpp