neovim/test/functional/shada
Justin M. Keyes f05a2891d3 build: rename build-related dirs
Problem:
Dirs "config", "packaging", and "third-party" are all closely related
but this is not obvious from the layout. This adds friction for new
contributors.

Solution:
- rename config/ to cmake.config/
- rename test/config/ to test/cmakeconfig/ because it is used in Lua
  tests: require('test.cmakeconfig.paths').
- rename packaging/ to cmake.packaging/
- rename third-party/ to cmake.deps/ (parallel with .deps/)
2022-06-28 04:02:29 -07:00
..
buffers_spec.lua fix(tests): check for EOF on exit of nvim properly 2022-06-13 10:15:44 +02:00
compatibility_spec.lua
errors_spec.lua feat(shada): restore Blob globals properly 2021-09-15 21:19:30 +01:00
helpers.lua test: Minimize shada/helpers.lua #10728 2019-08-09 10:23:57 +02:00
history_spec.lua fix(tests): check for EOF on exit of nvim properly 2022-06-13 10:15:44 +02:00
marks_spec.lua fix(tests): check for EOF on exit of nvim properly 2022-06-13 10:15:44 +02:00
merging_spec.lua refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
registers_spec.lua fix(tests): check for EOF on exit of nvim properly 2022-06-13 10:15:44 +02:00
shada_spec.lua build: rename build-related dirs 2022-06-28 04:02:29 -07:00
variables_spec.lua fix(tests): check for EOF on exit of nvim properly 2022-06-13 10:15:44 +02:00