commit | 1500a42c42b26cb63659d90883f7a438895cd273 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 24 15:38:21 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 24 15:38:21 2019 +0100 |
tree | de6dddf2e380abd69377b7c065ec00b48fd8e1cf | |
parent | 49d68bf5e4d9306269b141f0576bbf44631f4ff0 [diff] [blame] |
patch 8.2.0037: missing renamed message Problem: Missing renamed message. Solution: Now really add the error number.
diff --git a/src/highlight.c b/src/highlight.c index 564cf3a..40dda64 100644 --- a/src/highlight.c +++ b/src/highlight.c
@@ -3796,7 +3796,7 @@ } else { - emsg(_("List or number required")); + emsg(_("E290: List or number required")); goto fail; } if (toplnum == 0 || lnum < toplnum)