Mercurial > vim
view src/proto/main.pro @ 27553:0ea5147a95f7 v8.2.4303
patch 8.2.4303: a few messages should not be translated
Commit: https://github.com/vim/vim/commit/cd53eed2c55f2256008962965b1de1d1df76d535
Author: Dominique Pelle <dominique.pelle@gmail.com>
Date: Sat Feb 5 18:53:06 2022 +0000
patch 8.2.4303: a few messages should not be translated
Problem: A few messages should not be translated.
Solution: Remove _(). (Dominique Pell?, closes https://github.com/vim/vim/issues/9702)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 05 Feb 2022 20:00:05 +0100 |
parents | 5e41b2e63c73 |
children | d8a962d7b008 |
line wrap: on
line source
/* main.c */ int vim_main2(void); void common_init(mparm_T *paramp); int is_not_a_term(void); int op_pending(void); void may_trigger_safestate(int safe); void state_no_longer_safe(char *reason); int get_was_safe_state(void); void may_trigger_safestateagain(void); void main_loop(int cmdwin, int noexmode); void getout_preserve_modified(int exitval); void getout(int exitval); int process_env(char_u *env, int is_viminit); void mainerr_arg_missing(char_u *str); /* vim: set ft=c : */