1

enter image description here

I run a cscope command cs f s free and get one of the 21 results but I can not see the whole results list, how to fix it?

ggaaooppeenngg
  • 1,323
  • 3
  • 17
  • 27

2 Answers2

1

I faced the similar issues while running :cs (vim cscope) commands from vim. The entire cscope list is actually in quickfix window.

To see the equickfix window (containing list), run :cope or :cw command inside from vim.

0

Remove option in cscopequickfix

:set cscopequickfix=

or comment the line in .vimrc containing cscopequickfix

skr
  • 2,146
  • 19
  • 22