| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | refactor: format test/* | Justin M. Keyes | 2024-01-03 |
| | | |||
| * | fix(runtime): don't use regexes inside lua require'mod' | Björn Linse | 2021-10-17 |
| | | | | | | | | | | | | | 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. | ||
| * | refactor(runtime): handle pack/foo/start/bar/after dirs properly | Björn Linse | 2021-09-18 |
| The order should be: XDG_CONFIG_HOME/nvim XDG_DATA_HOME/nvim/site/pack/foo/start/bar/ XDG_CONFIG_HOME/nvim/after XDG_DATA_HOME/nvim/site/pack/foo/start/bar/after | |||