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?
Asked
Active
Viewed 538 times
1

ggaaooppeenngg
- 1,323
- 3
- 17
- 27
-
Well, some cscope commands show a list and other don't so… what command did you run? – romainl Jul 02 '15 at 08:00
-
@romainl I updated question. – ggaaooppeenngg Jul 02 '15 at 08:09
2 Answers
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.

Divyarajsinh Jadeja
- 321
- 5
- 8
0
Remove option in cscopequickfix
:set cscopequickfix=
or comment the line in .vimrc containing cscopequickfix

skr
- 2,146
- 19
- 22