Open qadzek opened 12 months ago
Thanks for this plugin.
Executing e.g. :Info ls returns the error Info.vim: falling back to manpage. Running info ls on the regular command line shows the expected page.
:Info ls
Info.vim: falling back to manpage
info ls
Executing :Info works without issues, and following a couple of links I am able to reach that page about ls (info:coreutils.info#ls%20invocation).
:Info
ls
info:coreutils.info#ls%20invocation
By the way, the tutorial mentions :InfoGoto XRef-Navigation. I think this should be :Goto XRef-Navigation.
:InfoGoto XRef-Navigation
:Goto XRef-Navigation
Thanks for this plugin.
Executing e.g.
:Info ls
returns the errorInfo.vim: falling back to manpage
. Runninginfo ls
on the regular command line shows the expected page.Executing
:Info
works without issues, and following a couple of links I am able to reach that page aboutls
(info:coreutils.info#ls%20invocation
).By the way, the tutorial mentions
:InfoGoto XRef-Navigation
. I think this should be:Goto XRef-Navigation
.