mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.1-236
This commit is contained in:
@@ -5052,7 +5052,7 @@ gui_do_findrepl(flags, find_text, repl_text, down)
|
||||
/* Search for the next match. */
|
||||
i = msg_scroll;
|
||||
do_search(NULL, down ? '/' : '?', ga.ga_data, 1L,
|
||||
SEARCH_MSG + SEARCH_MARK);
|
||||
SEARCH_MSG + SEARCH_MARK, NULL);
|
||||
msg_scroll = i; /* don't let an error message set msg_scroll */
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user