Mercurial > vim
view src/proto/locale.pro @ 25984:c8fcea636252 v8.2.3525
patch 8.2.3525: option variable name does not match option name
Commit: https://github.com/vim/vim/commit/d4c4bfa0078a959ff90ef30288fd31d9d38f23d7
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Oct 16 21:14:11 2021 +0100
patch 8.2.3525: option variable name does not match option name
Problem: Option variable name does not match option name. (Christ van
Willigen)
Solution: Rename the variable.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 16 Oct 2021 22:15:04 +0200 |
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 : */