commit | 3c8647e713630f9e3ca8763af983320731511782 | [log] [tgz] |
---|---|---|
author | Benno Schulenberg <bensberg@justemail.net> | Sun May 01 11:18:20 2016 +0200 |
committer | Benno Schulenberg <bensberg@justemail.net> | Sun May 01 13:00:30 2016 +0200 |
tree | 832959fad0c9cf554af4720c5224bd11d3083268 | |
parent | ae8df00b924414d8341503ea640155a502eb1b61 [diff] |
search: terminate the loop a tiny bit earlier when spell checking 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.