We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275d598 commit 1be63d7Copy full SHA for 1be63d7
1 file changed
autoload/gitgutter/hunk.vim
@@ -43,7 +43,7 @@ function! gitgutter#hunk#next_hunk(count)
43
endif
44
45
endfor
46
- echo 'No more hunks'
+ call gitgutter#utility#warn('No more hunks')
47
48
endfunction
49
@@ -61,7 +61,7 @@ function! gitgutter#hunk#prev_hunk(count)
61
62
63
64
- echo 'No previous hunks'
+ call gitgutter#utility#warn('No previous hunks')
65
66
67
0 commit comments