HiPhish / info.vim

Browse info files from Vim (mirror)
https://gitlab.com/HiPhish/info.vim
MIT License
41 stars 6 forks source link

Fallback search. #5

Closed Milly closed 5 years ago

Milly commented 5 years ago

If target file not exists in :Info <target>, fallback to search target.

Before patch, ex.:

:Info dircolors
info: dircolors: No such file or directory

After patch, ex.:

:Info dircolors
=> "info:coreutils.info#dircolors%20invocation" will opened
HiPhish commented 5 years ago

Hello @Milly, I like the idea, but what happens if the reference is ambiguous, i.e. if there is more than one file that has a node with that name?

HiPhish commented 5 years ago

BTW, this repo is just a mirror. I would prefer pull-requests over GitLab: https://gitlab.com/HiPhish/info.vim

Milly commented 5 years ago

Thanks implement fallbacks. at c061e1d, 98b34be