diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-18 22:32:38 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-18 22:32:38 +0800 |
| commit | 646453939941d92b077af56ce1d40793120bf97a (patch) | |
| tree | 6911802748db0288dfc9b898cc958bbd13e5aea5 /autoload | |
| parent | 30ca579ee9eeb38bc759007fc3d16e52b0e43d3e (diff) | |
nvim-notify update
Diffstat (limited to 'autoload')
| -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 a9e58b6..37e7a75 100644 --- a/autoload/buf_utils.vim +++ b/autoload/buf_utils.vim @@ -15,7 +15,7 @@ function! buf_utils#GoToBuffer(count, direction) abort " we are essentially mixing Lua and vim script. We need to make sure that " args inside vim.notify() are valid vim values. The conversion from vim " value to lua value will be done by Nvim. See also https://github.com/neovim/neovim/pull/11338. - call v:lua.vim.notify('Invalid bufnr: ' . a:count, 'error', {'title': 'nvim-config', 'timeout': 2500}) + call v:lua.vim.notify('Invalid bufnr: ' . a:count, 'error', {'title': 'nvim-config'}) return endif |
