mirror of
https://github.com/neovim/neovim.git
synced 2026-08-17 04:42:48 +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.