summaryrefslogtreecommitdiffstats
path: root/src/README.md
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-07-22 19:11:19 +0200
committerBram Moolenaar <Bram@vim.org>2020-07-22 19:11:19 +0200
commit054f14bbe58fece17f1a74ca63f0b37518f0b4de (patch)
tree14d9accc3dbe2a22a9345257e0bb514eb8f183b9 /src/README.md
parente7e4838f25ac39177f3c3150ee53af8d6e8a0f28 (diff)
patch 8.2.1269: language and locale code spread outv8.2.1269
Problem: Language and locale code spread out. Solution: Move relevant code to src/locale.c. (Yegappan Lakshmanan, closes #6509)
Diffstat (limited to 'src/README.md')
-rw-r--r--src/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/README.md b/src/README.md
index f499c4cdb2..b4d9bdd89a 100644
--- a/src/README.md
+++ b/src/README.md
@@ -52,6 +52,7 @@ help.c | vim help related functions
highlight.c | syntax highlighting
indent.c | text indentation
insexpand.c | Insert mode completion
+locale.c | locale/language handling
map.c | mapping and abbreviations
mark.c | marks
match.c | highlight matching