Raku / vim-raku

Vim runtime files for Raku support
MIT License
45 stars 12 forks source link

Fix file search (gf, [I, etc: path & suffixesadd settings) #24

Closed softmoth closed 3 years ago

softmoth commented 3 years ago

Closes #12

This is a stripped down and improved version of the patch in #12, so credit belongs to @eiro and @zostay for the main idea.

After this patch, 'gf' for example will search:

A search for Foo::Bar will look in those lib dirs for one of Foo/Bar.{rakumod,rakudoc,pm6,pm}.

zostay commented 3 years ago

Thanks.