Mercurial > vim
changeset 23880:6559c0d6eb4c v8.2.2482
patch 8.2.2482: build error
Commit: https://github.com/vim/vim/commit/a5a1ec1826c0e43d0282ba4d35c155a97bab3e27
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Feb 7 16:05:47 2021 +0100
patch 8.2.2482: build error
Problem: Build error.
Solution: Add new error message.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 07 Feb 2021 16:15:04 +0100 |
parents | 9ddf1a537fc2 |
children | 8ad1d2eaef23 |
files | src/errors.h src/version.c |
diffstat | 2 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/errors.h +++ b/src/errors.h @@ -355,3 +355,5 @@ EXTERN char e_cannot_use_flatten_in_vim9 INIT(= N_("E1158: Cannot use flatten() in Vim9 script")); EXTERN char e_cannot_split_window_when_closing_buffer[] INIT(= N_("E1159: Cannot split a window when closing the buffer")); +EXTERN char e_cannot_use_default_for_variable_arguments[] + INIT(= N_("E1160: Cannot use a default for variable arguments"));