neovim/test/functional/fixtures/start/nvim-leftpad
Björn Linse ea2023f689 fix(runtime): don't use regexes inside lua require'mod'
Fixes #15147 and fixes #15497. Also sketch "subdir" caching. Currently
this only caches whether an rtp entry has a "lua/" subdir but we could
consider cache other subdirs potentially or even "lua/mybigplugin/"
possibly.

Note: the async_leftpad test doesn't actually fail on master, at least
not deterministically (even when disabling the fast_breakcheck
throttling). It's still useful as a regression test for further changes
and included as such.
2021-10-17 16:21:42 +02:00
..
autoload startup: load files from &packpath . '/start/{pluginname}' 2020-11-19 14:31:07 +01:00
lua fix(runtime): don't use regexes inside lua require'mod' 2021-10-17 16:21:42 +02:00