I am looking for a way to grep the output of cscope
queries from Vim.
The following didn't work for me:
:cs f s symbol !grep pattern
It gave:
E259: no matches found for cscope query s symbol !grep pattern ...
P.S:
I know the redir
method, I am looking for a simpler way to filter
output of ex command(s) through Unix commands.