Patch 8.2.0037
Problem: Missing renamed message.
Solution: Now really add the error number.
Files: src/highlight.c
*** ../vim-8.2.0036/src/highlight.c 2019-12-23 22:59:14.264820697 +0100
--- src/highlight.c 2019-12-24 15:10:08.472050533 +0100
***************
*** 3796,3802 ****
}
else
{
! emsg(_("List or number required"));
goto fail;
}
if (toplnum == 0 || lnum < toplnum)
--- 3796,3802 ----
}
else
{
! emsg(_("E290: List or number required"));
goto fail;
}
if (toplnum == 0 || lnum < toplnum)
*** ../vim-8.2.0036/src/version.c 2019-12-24 15:16:57.358064208 +0100
--- src/version.c 2019-12-24 15:38:07.112040414 +0100
***************
*** 744,745 ****
--- 744,747 ----
{ /* Add new patch number below this line */
+ /**/
+ 37,
/**/
--
"A mouse can be just as dangerous as a bullet or a bomb."
(US Representative Lamar Smith, R-Texas)
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/201912241444.xBOEiH5Y016218%40masaka.moolenaar.net.