mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00

Using `:cscope find s <cword>` with the cursor on a very short word like `key` does not output the first line on the screen correctly: Output is `Cscope tag: keyrd>` instead of `Cscope tag: key`. To fix this, clear the screen line after the first line was printed.