Commit 81b29d9a authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

tweaks: remove a superfluous setting of 'refresh_needed'

An interactive 'gotolinecolumn' has already refreshed the screen.
No related merge requests found
Showing with 0 additions and 1 deletion
+0 -1
......@@ -239,7 +239,6 @@ int search_init(bool replacing, bool use_answer)
} else if (func == do_gotolinecolumn_void) {
do_gotolinecolumn(openfile->current->lineno,
openfile->placewewant + 1, TRUE, TRUE);
refresh_needed = TRUE;
return 3;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment