• Benno Schulenberg's avatar
    search: terminate the loop a tiny bit earlier when spell checking · 3c8647e7
    Benno Schulenberg authored
    The internal spell checker starts searching/replacing always at the top
    of the buffer, so reaching the end of the buffer means we're done with
    the current search/replace.  This prevents the "Search Wrapped" message
    from flashing over the statusbar at the end of a spelling replacement.
    3c8647e7
search.c 36.9 KB