> On 4/16/06, Eddy Petrişor <[EMAIL PROTECTED]> wrote: > > My question is: how hard would it be to add an index for help topics > > so one could say something like: > > > > :indexsearch <keyword list>
Help topics *are* indexed, Eddy. If you do :he window and press <Tab>, you'll get list of topics (help tags) containing "window". That provided you have these setting: set wildmode=list:longest set wildmenu In addition yuou can use :helpgrep as Eric mentioned. Yakov