-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
Description
Neovim version (nvim -v)
v0.9.0-dev-66-g121f052d1
Vim (not Nvim) behaves the same?
no, 9.0.270
Operating system/version
macOS 13.0 beta
Terminal name/version
kitty 0.26.3
$TERM environment variable
xterm-kitty
Installation
build from repo
How to reproduce the issue
nvim --clean
:Man g| (here | is the cursor)
and then press `tab` here
Expected behavior
Like vim, a sound feedback to indicate that vim has no completion available.
Actual behavior
E5108: Error executing Lua function: /usr/local/share/nvim/runtime/lua/man.lua:502: /usr/local/share/nvim/runtime
/lua/man.lua:11: man.lua: "command error 'man -w': What manual page do you want?\n"
stack traceback:
[C]: in function 'error'
/usr/local/share/nvim/runtime/lua/man.lua:502: in function 'get_paths'
/usr/local/share/nvim/runtime/lua/man.lua:514: in function </usr/local/share/nvim/runtime/lua/man.lua:513>