mirror of
https://github.com/zoriya/vim.git
synced 2026-05-28 09:08:26 +00:00
updated for version 7.1-236
This commit is contained in:
+1
-1
@@ -10343,7 +10343,7 @@ ex_spellrepall(eap)
|
||||
curwin->w_cursor.lnum = 0;
|
||||
while (!got_int)
|
||||
{
|
||||
if (do_search(NULL, '/', frompat, 1L, SEARCH_KEEP) == 0
|
||||
if (do_search(NULL, '/', frompat, 1L, SEARCH_KEEP, NULL) == 0
|
||||
|| u_save_cursor() == FAIL)
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user