Hi,
I tried your plugin, but its hyperlinking behavior isn't working as expected.
For example:
When I have some cpp code with vector in it, I position the cursor on vector and press K, and it brings me to the correct std::vector page.
But then, when I scroll down to say, the constructors of vector and I want to use Ctrl-] to open the link, it doesnt find the ctor page of vector, but just opens the vector page again.
This does work when using cppman from the command line.
Also, when positioning on the begin() member function, the link will bring me to the wrong begin() function page.
Also, maybe give the help window a unique new filtype, something like helpcpp or something (dont know the conventions here). I have wrap set globally, but I would like to be able to disable it for the helpcpp window, but I only know how to do it easily with e.g. a autocmd with a filetype. I could adjust your plugin code and set nowrap I guess, but I also guess that setting some filetype for the window helps with other configurations like this.
Hi,
I tried your plugin, but its hyperlinking behavior isn't working as expected.
For example:
When I have some cpp code with
vectorin it, I position the cursor onvectorand pressK, and it brings me to the correct std::vector page.But then, when I scroll down to say, the constructors of vector and I want to use
Ctrl-]to open the link, it doesnt find the ctor page of vector, but just opens the vector page again.This does work when using cppman from the command line.
Also, when positioning on the
begin()member function, the link will bring me to the wrongbegin()function page.Also, maybe give the help window a unique new filtype, something like
helpcppor something (dont know the conventions here). I havewrapset globally, but I would like to be able to disable it for the helpcpp window, but I only know how to do it easily with e.g. aautocmdwith a filetype. I could adjust your plugin code and setnowrapI guess, but I also guess that setting some filetype for the window helps with other configurations like this.