Re: [viml help] getting the behavior of `helpgrep` quickfixlist

2015-01-18 Thread Yegappan Lakshmanan
Hi, On Sun, Jan 18, 2015 at 3:45 AM, Bruno Sutic wrote: > Hi group! > I'm working on a small "grep for manpages" plugin. Ideally, it whould mimic > how vim's `helpgrep` functionality works. > > Here's the helpgrep quick highlight to describe the wanted feature: > - a user enters `helpgrep some_p

[viml help] getting the behavior of `helpgrep` quickfixlist

2015-01-18 Thread Bruno Sutic
Hi group! I'm working on a small "grep for manpages" plugin. Ideally, it whould mimic how vim's `helpgrep` functionality works. Here's the helpgrep quick highlight to describe the wanted feature: - a user enters `helpgrep some_pattern` in vim's command line. Vim performs search and populates qui