summaryrefslogtreecommitdiff
path: root/pluma/pluma-document.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2018-08-25 22:31:09 +0200
committerZenWalker <[email protected]>2018-08-27 23:10:17 +0200
commit239f0d3b2954cae8e4769fd12c7e694ac428490b (patch)
tree9f3746724ce0daef209318f50dfea12359fce298 /pluma/pluma-document.c
parent813e1ffd9654e3d86870ea831ea5830320077ba4 (diff)
downloadpluma-239f0d3b2954cae8e4769fd12c7e694ac428490b.tar.bz2
pluma-239f0d3b2954cae8e4769fd12c7e694ac428490b.tar.xz
Fix search backwards with regex
Fixes https://github.com/mate-desktop/pluma/issues/322
Diffstat (limited to 'pluma/pluma-document.c')
-rw-r--r--pluma/pluma-document.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pluma/pluma-document.c b/pluma/pluma-document.c
index 1e9ca819..7b37fcfc 100644
--- a/pluma/pluma-document.c
+++ b/pluma/pluma-document.c
@@ -2113,7 +2113,7 @@ pluma_document_search_backward (PlumaDocument *doc,
search_flags,
&m_start,
&m_end,
- end,
+ start,
FALSE,
&doc->priv->last_replace_text);
}