mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
docs: inline wiki page Refactoring.md into MAINTAIN.md
This commit is contained in:
parent
b40170f7a3
commit
5ad3ed40ec
16
MAINTAIN.md
16
MAINTAIN.md
@ -168,6 +168,22 @@ Non-technical dependencies
|
|||||||
* pkgjson.org
|
* pkgjson.org
|
||||||
* DNS for the above domains is managed in https://cloudflare.com (not the domain registrar)
|
* DNS for the above domains is managed in https://cloudflare.com (not the domain registrar)
|
||||||
|
|
||||||
|
|
||||||
|
Refactoring
|
||||||
|
-----------
|
||||||
|
|
||||||
|
### Frozen legacy modules
|
||||||
|
|
||||||
|
Refactoring Vim structurally and aesthetically is an important goal of Neovim.
|
||||||
|
But there are some modules that should not be changed significantly, because
|
||||||
|
they are maintained Vim, at present. Until someone takes "ownership" of these
|
||||||
|
modules, the cost of any significant changes (including style or structural
|
||||||
|
changes that re-arrange the code) to these modules outweighs the benefit. The
|
||||||
|
modules are:
|
||||||
|
|
||||||
|
- `regexp.c`
|
||||||
|
- `indent_c.c`
|
||||||
|
|
||||||
Automation (CI)
|
Automation (CI)
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user