summaryrefslogtreecommitdiff
path: root/find.c
diff options
context:
space:
mode:
Diffstat (limited to 'find.c')
-rw-r--r--find.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/find.c b/find.c
index 0587b61..d4a24c4 100644
--- a/find.c
+++ b/find.c
@@ -155,7 +155,7 @@ static void find_update(Ted *ted, bool force) {
find_buffer->modified = false;
if (best_scroll_candidate.line != U32_MAX) // scroll to first match (if there is one)
buffer_scroll_to_pos(buffer, best_scroll_candidate);
- } else {
+ } else if (find_buffer->modified) {
buffer_scroll_to_cursor(buffer);
}
}