neovim/test/functional
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
..
api feat(api): named marks set, get, delete #15346 2021-10-05 08:49:20 -07:00
autocmd refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
core fix(runtime): don't use regexes inside lua require'mod' 2021-10-17 16:21:42 +02:00
editor fix(input): resolve isolated (non-ALT/META) mappings #13109 2021-10-02 14:27:37 -07:00
ex_cmds refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
fixtures fix(runtime): don't use regexes inside lua require'mod' 2021-10-17 16:21:42 +02:00
legacy feat(eval/method): partially port v8.1.1953 2021-10-03 20:06:32 +01:00
lua fix(runtime): don't use regexes inside lua require'mod' 2021-10-17 16:21:42 +02:00
options refactor(tests): use assert_alive() #15546 2021-09-01 09:42:53 -07:00
plugin chore(test): adapt healthcheck test to new css syntax 2021-10-16 19:17:28 +02:00
provider refactor(tests): use assert_alive() #15546 2021-09-01 09:42:53 -07:00
shada refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
terminal vim-patch:8.2.3461: distinguish Normal and Terminal-Normal mode #15878 2021-10-09 18:15:46 -07:00
treesitter feat(treesitter): add next, prev sibling method 2021-08-20 11:58:15 -04:00
ui fix(mouse): correct dragged position in composed layout 2021-10-04 21:00:42 +02:00
vimscript feat(eval/method): partially port v8.1.1954 2021-10-03 20:06:33 +01:00
example_spec.lua screen.lua: remove screen:_on_event #11488 2019-12-01 01:06:10 -08:00
helpers.lua refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
preload.lua test/functional/preload.lua: _set_fmode for Windows 2019-09-25 05:47:15 +02:00