diff options
author | dundargoc <gocdundar@gmail.com> | 2023-12-12 17:56:06 +0100 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-12-12 18:19:26 +0100 |
commit | 5ad3ed40ec39eb7cbe38053e90f3ef5f75fee973 (patch) | |
tree | 8c4bda1f489f73e908601a0190116e15eb4cedcf | |
parent | b40170f7a3ca4bd157eeb52c9d57cb2ebfe3c562 (diff) | |
download | rneovim-5ad3ed40ec39eb7cbe38053e90f3ef5f75fee973.tar.gz rneovim-5ad3ed40ec39eb7cbe38053e90f3ef5f75fee973.tar.bz2 rneovim-5ad3ed40ec39eb7cbe38053e90f3ef5f75fee973.zip |
docs: inline wiki page Refactoring.md into MAINTAIN.md
-rw-r--r-- | MAINTAIN.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/MAINTAIN.md b/MAINTAIN.md index 5e64b885d2..7cdf3d61ad 100644 --- a/MAINTAIN.md +++ b/MAINTAIN.md @@ -168,6 +168,22 @@ Non-technical dependencies * pkgjson.org * 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) --------------- |