Patch 8.0.1175 (after  8.0.1174)
Problem:    Build failure without +termresponse.
Solution:   Add #ifdef.
Files:      src/syntax.c


*** ../vim-8.0.1174/src/syntax.c        2017-10-04 18:04:09.401665188 +0200
--- src/syntax.c        2017-10-04 19:32:41.280479551 +0200
***************
*** 7350,7359 ****
--- 7350,7361 ----
            else
                color = color_numbers_8[idx];
        }
+ #ifdef FEAT_TERMRESPONSE
        if (t_colors >= 256 && color == 15 && is_mac_terminal)
            /* Terminal.app has a bug: 15 is light grey. Use white
             * from the color cube instead. */
            color = 231;
+ #endif
      }
      return color;
  }
*** ../vim-8.0.1174/src/version.c       2017-10-04 18:04:09.401665188 +0200
--- src/version.c       2017-10-04 19:34:42.159826852 +0200
***************
*** 763,764 ****
--- 763,766 ----
  {   /* Add new patch number below this line */
+ /**/
+     1175,
  /**/

-- 
hundred-and-one symptoms of being an internet addict:
257. Your "hundred-and-one" lists include well over 101 items, since you
     automatically interpret all numbers in hexadecimal notation.
     (hex 101 = decimal 257)

 /// Bram Moolenaar -- b...@moolenaar.net -- 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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui