mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
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:
@ -101,6 +101,7 @@ extern int _stricoll(char *a, char *b);
|
||||
# include "insexpand.pro"
|
||||
# include "json.pro"
|
||||
# include "list.pro"
|
||||
# include "locale.pro"
|
||||
# include "blob.pro"
|
||||
# include "main.pro"
|
||||
# include "map.pro"
|
||||
|
Reference in New Issue
Block a user