diff options
Diffstat (limited to 'autoload/buf_utils.vim')
| -rw-r--r-- | autoload/buf_utils.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/buf_utils.vim b/autoload/buf_utils.vim index db34ae0..fa2aefd 100644 --- a/autoload/buf_utils.vim +++ b/autoload/buf_utils.vim @@ -11,7 +11,7 @@ function! buf_utils#GoToBuffer(count, direction) abort endif " Check the validity of buffer number. if index(s:GetBufNums(), a:count) == -1 - echohl WarningMsg | echomsg 'Invalid bufnr: ' a:count | echohl None + call utils#Log('Invalid bufnr: ' . a:count, 'error') return endif |
