diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-07-22 19:11:19 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-07-22 19:11:19 +0200 |
commit | 054f14bbe58fece17f1a74ca63f0b37518f0b4de (patch) | |
tree | 14d9accc3dbe2a22a9345257e0bb514eb8f183b9 /src/README.md | |
parent | e7e4838f25ac39177f3c3150ee53af8d6e8a0f28 (diff) | |
download | vim-git-054f14bbe58fece17f1a74ca63f0b37518f0b4de.tar.gz |
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.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/README.md b/src/README.md index f499c4cdb..b4d9bdd89 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 |