On Tue, Jun 16, 2009 at 12:03:34AM -0300, 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.
I think that you're reaching for the :ptselect and :ptjump commands. They make use of the Preview window, which is a small split window which appears below the current window. Actually, most of the :tag* commands have a :pt* version which make use of the preview window. Read all about it at :help tag-preview Erik -- Erik Falor Registered Linux User #445632 http://counter.li.org --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
