Patch 8.2.0616
Problem: Build error when disabling the diff feature.
Solution: Move parenthesis outside of #ifdef. (Tom Ryder)
Files: src/drawline.c
*** ../vim-8.2.0615/src/drawline.c 2020-03-27 20:58:33.345005916 +0100
--- src/drawline.c 2020-04-21 22:21:34.755090415 +0200
***************
*** 3095,3103 ****
#ifdef FEAT_SYN_HL
if (!(cul_screenline
# ifdef FEAT_DIFF
! && diff_hlf == (hlf_T)0)
# endif
! )
saved_char_attr = char_attr;
else
#endif
--- 3095,3103 ----
#ifdef FEAT_SYN_HL
if (!(cul_screenline
# ifdef FEAT_DIFF
! && diff_hlf == (hlf_T)0
# endif
! ))
saved_char_attr = char_attr;
else
#endif
*** ../vim-8.2.0615/src/version.c 2020-04-21 22:19:26.059486839 +0200
--- src/version.c 2020-04-21 22:23:02.866836002 +0200
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 616,
/**/
--
I think that you'll agree that engineers are very effective in their social
interactions. It's the "normal" people who are nuts.
(Scott Adams - The Dilbert principle)
/// 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/202004212024.03LKO1Bq019815%40masaka.moolenaar.net.