Mercurial > vim
view src/proto/locale.pro @ 22745:34e09ca2ddb7
Added tag v8.2.1920 for changeset f63d14eca5c4d3cf075230af2ba7bcfa11d2a695
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 28 Oct 2020 23:00:05 +0100 |
parents | b32b67a108f2 |
children |
line wrap: on
line source
/* locale.c */ char_u *get_mess_lang(void); void set_lang_var(void); void init_locale(void); void ex_language(exarg_T *eap); void free_locales(void); char_u *get_lang_arg(expand_T *xp, int idx); char_u *get_locales(expand_T *xp, int idx); /* vim: set ft=c : */