mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 12:03:48 -05:00
Use warn function instead of plain echo.
This commit is contained in:
@@ -43,7 +43,7 @@ function! gitgutter#hunk#next_hunk(count)
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endfor
|
endfor
|
||||||
echo 'No more hunks'
|
call gitgutter#utility#warn('No more hunks')
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
@@ -61,7 +61,7 @@ function! gitgutter#hunk#prev_hunk(count)
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endfor
|
endfor
|
||||||
echo 'No previous hunks'
|
call gitgutter#utility#warn('No previous hunks')
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user