On Mon, June 10, 2013 11:08, swapnil kamble wrote: > Hi, > I am looking for a solution which can give me results of cscope into > a quickfix window. So that I don't have to run the find command multiple > time for same search. > > I found cscope_quickfix plugin but its not working for me, > > :Cscope s "FindSymbol" <=== gives following error > > || cscope: no source files found > > In the same session I could get regular cscope working. > :cscope show <= It does show cscope connection. So cscope is set correctly > in my environment. > > :cs find s "FindSymbol" <=== with regular cscope, search works. > > Do I need to add source file explicitly other than cscope.out ? If yes how > ? > Or are there any other plugin with cscope integration ? > > Thanks > Swapnil >
I don't know, what the plugin does, but you can make use of the quickfix window for cscope without it. See :h 'cscopequickfix' :h cscopequickfix regards, Christian -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
