mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-07-31 03:59:07 +02:00
Show message when no more matches
This commit is contained in:
parent
cd288ec125
commit
47ef6f4844
@ -75,7 +75,7 @@ fun handleNextSelection(editor: Editor): Boolean {
|
||||
|
||||
if (startOffset == firstRange.startOffset && endOffset == firstRange.endOffset) {
|
||||
editor.caretModel.removeCaret(caret)
|
||||
// TODO: no more matches notification
|
||||
VimPlugin.showMessage("No more matches")
|
||||
return false
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user