Mercurial > vim
view src/proto/vim9script.pro @ 19411:bc880a130120 v8.2.0263
patch 8.2.0263: a few new Vim9 messages are not localized
Commit: https://github.com/vim/vim/commit/df2ecddf9d0acc325c8290fbcff44de25b0c1e75
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Feb 16 15:03:48 2020 +0100
patch 8.2.0263: a few new Vim9 messages are not localized
Problem: A few new Vim9 messages are not localized.
Solution: Add the gettext wrapper. (Dominique Pelle, closes https://github.com/vim/vim/issues/5647)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 16 Feb 2020 15:15:04 +0100 |
parents | 94eda51ba9ba |
children | 17f0d6dc6a73 |
line wrap: on
line source
/* vim9script.c */ int in_vim9script(void); void ex_vim9script(exarg_T *eap); void ex_export(exarg_T *eap); void free_imports(int sid); void ex_import(exarg_T *eap); char_u *handle_import(char_u *arg_start, garray_T *gap, int sid); /* vim: set ft=c : */