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 -~----------~----~----~----~------~----~------~--~---
