]> git.lyx.org Git - features.git/commit
FindAdv: Simplify search for space also if not using regex
authorKornel Benko <kornel@lyx.org>
Fri, 6 May 2022 15:16:49 +0000 (17:16 +0200)
committerKornel Benko <kornel@lyx.org>
Fri, 6 May 2022 15:16:49 +0000 (17:16 +0200)
commit627cd6dec2279f2adf473f789078861493a62a7f
tree23eb7d488d9ea14d563aa73f9e5cad4d0aee9792
parent70a762f91c6d43234a0290fd8d869937597feb9d
FindAdv: Simplify search for space also if not using regex

In the pattern-string convert occurences of
' ', '~'
and the values we get with
space-insert normal
space-insert protected
to "\s+".
src/lyxfind.cpp