]> git.lyx.org Git - features.git/commit
Amend(3) 73188e3
authorKornel Benko <kornel@lyx.org>
Sun, 30 Sep 2018 16:37:55 +0000 (18:37 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:49 +0000 (14:39 +0200)
commitf18f497e3c922186d7221df3821d35ebb989a9c4
tree1c81b28939c752d7d62e44b1db8f267756b1f470
parent0c1d3b289b93f6b712a54cb9a1689a4aa1359198
Amend(3) 73188e3
Adapt the positional references in regex supplied by user
so that for instance '([a-z]+)\s\1' to find identical words in sequence
is changed to '([a-z]+)\s\2'.
src/lyxfind.cpp