mirror of
https://github.com/neovim/neovim.git
synced 2024-12-27 14:21:31 -07:00
f05a2891d3
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/) |
||
---|---|---|
.. | ||
buffers_spec.lua | ||
compatibility_spec.lua | ||
errors_spec.lua | ||
helpers.lua | ||
history_spec.lua | ||
marks_spec.lua | ||
merging_spec.lua | ||
registers_spec.lua | ||
shada_spec.lua | ||
variables_spec.lua |