Patch 8.0.0640
Problem: Mismatch between help and actual message for ":syn conceal".
Solution: Change the message to match the help. (Ken Takata)
Files: src/syntax.c
*** ../vim-8.0.0639/src/syntax.c 2017-06-04 21:06:05.082813802 +0200
--- src/syntax.c 2017-06-13 16:34:19.513855364 +0200
***************
*** 3436,3444 ****
if (*arg == NUL)
{
if (curwin->w_s->b_syn_conceal)
! MSG(_("syn conceal on"));
else
! MSG(_("syn conceal off"));
}
else if (STRNICMP(arg, "on", 2) == 0 && next - arg == 2)
curwin->w_s->b_syn_conceal = TRUE;
--- 3436,3444 ----
if (*arg == NUL)
{
if (curwin->w_s->b_syn_conceal)
! MSG(_("syntax conceal on"));
else
! MSG(_("syntax conceal off"));
}
else if (STRNICMP(arg, "on", 2) == 0 && next - arg == 2)
curwin->w_s->b_syn_conceal = TRUE;
*** ../vim-8.0.0639/src/version.c 2017-06-13 16:12:28.566518672 +0200
--- src/version.c 2017-06-13 16:33:50.786044799 +0200
***************
*** 766,767 ****
--- 766,769 ----
{ /* Add new patch number below this line */
+ /**/
+ 640,
/**/
--
hundred-and-one symptoms of being an internet addict:
32. You don't know what sex three of your closest friends are, because they
have neutral nicknames and you never bothered to ask.
normal GA<CR><Esc>
/// 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].
For more options, visit https://groups.google.com/d/optout.