patch 8.2.1269: language and locale code spread out

Problem:    Language and locale code spread out.
Solution:   Move relevant code to src/locale.c. (Yegappan Lakshmanan,
            closes #6509)
This commit is contained in:
Bram Moolenaar
2020-07-22 19:11:19 +02:00
parent e7e4838f25
commit 054f14bbe5
14 changed files with 601 additions and 561 deletions

View File

@ -76,6 +76,7 @@ SRC_ALL = \
src/json_test.c \
src/kword_test.c \
src/list.c \
src/locale.c \
src/keymap.h \
src/macros.h \
src/main.c \
@ -247,6 +248,7 @@ SRC_ALL = \
src/proto/insexpand.pro \
src/proto/json.pro \
src/proto/list.pro \
src/proto/locale.pro \
src/proto/main.pro \
src/proto/map.pro \
src/proto/mark.pro \