Patch 8.2.0001
Problem: #endif comments do not reflect corresponding #ifdef.
Solution: Update the comments. (Rene Nyffenegger, closes #5351)
Files: src/ui.c
*** ../vim-8.2.0000/src/ui.c 2019-12-05 21:39:28.000000000 +0100
--- src/ui.c 2019-12-13 18:03:38.352415858 +0100
***************
*** 2356,2364 ****
++inbufcount;
}
}
! #endif // UNIX or VMS
}
! #endif // defined(UNIX) || defined(FEAT_GUI) || defined(VMS)
/*
* Exit because of an input read error.
--- 2356,2364 ----
++inbufcount;
}
}
! #endif // UNIX || VMS || MACOS_X
}
! #endif // USE_INPUT_BUF
/*
* Exit because of an input read error.
*** ../vim-8.2.0000/src/version.c 2019-12-12 12:54:31.000000000 +0100
--- src/version.c 2019-12-12 18:08:25.749400719 +0100
***************
*** 744,745 ****
--- 744,747 ----
{ /* Add new patch number below this line */
+ /**/
+ 1,
/**/
--
hundred-and-one symptoms of being an internet addict:
266. You hear most of your jokes via e-mail instead of in person.
/// 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/201912131721.xBDHLpvV032536%40masaka.moolenaar.net.