]> git.lyx.org Git - features.git/commit
FindAdv: Fix search for '}'
authorKornel Benko <kornel@lyx.org>
Tue, 19 Apr 2022 21:28:27 +0000 (23:28 +0200)
committerKornel Benko <kornel@lyx.org>
Tue, 19 Apr 2022 21:28:27 +0000 (23:28 +0200)
commite774ec18760e93cf2eaa0118d246f3f475857976
treef5e5b5726700c8890f35fc90bd3ad0f63df5aaa7
parent0aa462e27f7b766f15a0e238fc5157cb06ab93b1
FindAdv: Fix search for '}'

Problem occured if
1.) not using regex and
2.) search without format and
3.) the search pattern ended with '}'.

then this last char '}' in the search pattern was discarded.
src/lyxfind.cpp