Files
neovim/src/nvim/locale.h
zeertzjq 523600ea6c vim-patch:8.2.1269: language and locale code spread out (#19964)
Problem:    Language and locale code spread out.
Solution:   Move relevant code to src/locale.c. (Yegappan Lakshmanan,
            closes vim/vim#6509)
054f14bbe5

Also remove redundant <locale.h> includes.
2022-08-27 11:26:47 +08:00

11 lines
204 B
C

#ifndef NVIM_LOCALE_H
#define NVIM_LOCALE_H
#include "nvim/ex_cmds_defs.h"
#include "nvim/types.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "locale.h.generated.h"
#endif
#endif // NVIM_LOCALE_H