It's a bit confusing what you are looking for. You originally asked for an index of keywords, but here you're asking for contents. Both are indexed, either through the :help ^D or :help <TAB>, or virtually via regexp and "helpgrep".
If "helpgrep" doesn't find it, then it isn't part of the help system, since it does a regexp through everything regardless of structure. Of course, if you're unsure as to what to "grep" for, then you are stuck with reading the doc.s via the various tables of contents links until you have enough working knowledge to begin searching for related items. --- Eddy PetriÅor <[EMAIL PROTECTED]> wrote: > On 4/16/06, Eric Arnold <[EMAIL PROTECTED]> wrote: > > > > Search for help: Type ":help word", then hit CTRL-D to see matching > > help entries for "word". > > > On 4/16/06, Yakov Lerner <[EMAIL PROTECTED]> wrote: > > > > 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) > > I was refering to the contents, not only the topics, because as long > as you don't know what is the name of the topic, one will not be able > to find a topic as long as he/she does not know the name of the topic; > Is kind of chicken and egg issue. > > > > containing "window". That provided you have these setting: > > > set wildmode=list:longest > > > set wildmenu > > > In addition yuou can use :helpgrep as Eric mentioned. > > > > > > Yakov > > AFAICS, none of these issues do what I was referring to. > > -- > Regards, > EddyP > ============================================= > "Imagination is more important than knowledge" A.Einstein >