Thanks very much pansz... g<C-]> key strokes did the trick... but is there any way of making this behaviour the default for vim??? i.e at pressing <c-]> only...
Thanks for the help... Best Regards. On Feb 4, 1:53 pm, pansz <[email protected]> wrote: > ashjas 写道: > > > Hi, > > I am using ctags for my programming needs. > > any idea how to get the taglist prompt by default upon multiple keward > > matches??? > > It depends on how you search: > > for ctags: > > <C-]>, :tag will not prompt for multiple matches. > g<C-]>, :tjump, will prompt for selection when there's multiple matches. > :tselect will always prompt for selection > > If you're using cscope, set :cstag will automatically does :tjump for > <c-]> so it will prompt for multiple matches. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
