Skip to content

Commit

Permalink
Improve a status message for the Nano/Pico compatibility mode
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Sep 13, 2024
1 parent 07d7fd1 commit 444e83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/spellcheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func (e *Editor) NanoNextTypo(c *vt100.Canvas, status *StatusBar) (string, strin
e.SetSearchTerm(c, status, typo, true) // true for spellCheckMode
if err := e.GoToNextMatch(c, status, true, true); err == errNoSearchMatch {
status.ClearAll(c)
status.SetMessage("No typos found")
status.SetMessage("No more typos found")
status.Show(c, e)
e.spellCheckMode = false
e.ClearSearch()
Expand Down

0 comments on commit 444e83b

Please sign in to comment.