On 16/06/09 05:03, Alessandro Antonello wrote: > > Hi, All! > > I know that commands like ':stselect' or ':stjump' will list all the tags > that > match and will split the window when one is chosen. But, most of the time > I > just need to check the signature of a function or the parameters I have > to > pass. List the tags in the command window isn't good since the signature > of > the function will disappear when I got back in '-- INSERT --' mode. > > There is a way to show the tags search result in a splited window or > the > quickfix window? Having the possibility of see the list of matches while I > am > writing is enough and quick for me. > > Regards, > Alessandro Antonello
If your Vim version is compiled with +cscope (and you have the cscope program installed), you can use that to get lists of answers either in the command window or as a quickfix list, your choice, and you can choose separately for each possible kind of query. See ":help if_cscop.txt", and you may be interested in a recent thread which I started on the vim_dev list, about using cscope with the Vim source. Best regards, Tony. -- In Seattle, Washington, it is illegal to carry a concealed weapon that is over six feet in length. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
