Patch 7.4.2338
Problem: Can't build with small features. (John Marriott)
Solution: Nearly always define FEAT_TAG_BINS.
Files: src/feature.h, src/tag.c
*** ../vim-7.4.2337/src/feature.h 2016-08-29 22:48:12.129106353 +0200
--- src/feature.h 2016-09-06 21:18:24.213998922 +0200
***************
*** 332,338 ****
* sorted by character values. I'm not sure how to fix this. Should we really
* do a EBCDIC to ASCII conversion for this??
*/
! #if defined(FEAT_NORMAL) && !defined(EBCDIC)
# define FEAT_TAG_BINS
#endif
--- 332,338 ----
* sorted by character values. I'm not sure how to fix this. Should we really
* do a EBCDIC to ASCII conversion for this??
*/
! #if !defined(EBCDIC)
# define FEAT_TAG_BINS
#endif
*** ../vim-7.4.2337/src/tag.c 2016-09-06 21:14:24.628004769 +0200
--- src/tag.c 2016-09-06 21:20:44.788817109 +0200
***************
*** 1578,1587 ****
--- 1578,1589 ----
*/
for (;;)
{
+ #ifdef FEAT_TAG_BINS
/* check for CTRL-C typed, more often when jumping around */
if (state == TS_BINARY || state == TS_SKIP_BACK)
line_breakcheck();
else
+ #endif
fast_breakcheck();
#ifdef FEAT_INS_EXPAND
if ((flags & TAG_INS_COMP)) /* Double brackets for gcc */
*** ../vim-7.4.2337/src/version.c 2016-09-06 21:14:24.628004769 +0200
--- src/version.c 2016-09-06 21:19:11.513601176 +0200
***************
*** 765,766 ****
--- 765,768 ----
{ /* Add new patch number below this line */
+ /**/
+ 2338,
/**/
--
hundred-and-one symptoms of being an internet addict:
184. You no longer ask prospective dates what their sign is, instead
your line is "Hi, what's your URL?"
/// 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.