1
0
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:
Vitalii Karavaev 2018-08-08 15:19:03 +03:00
parent cd288ec125
commit 47ef6f4844

View File

@ -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
}