Patch 7.3.804 (after 7.3.799)
Problem: Compiler warning for tiny build. (Tony Mechelynck)
Solution: Add #ifdefs around variable.
Files: src/buffer.c
*** ../vim-7.3.803/src/buffer.c 2013-02-06 12:14:36.000000000 +0100
--- src/buffer.c 2013-02-06 18:42:05.000000000 +0100
***************
*** 1441,1447 ****
--- 1441,1449 ----
enter_buffer(buf)
buf_T *buf;
{
+ #ifdef FEAT_SYN_HL
long old_tw = curbuf->b_p_tw;
+ #endif
/* Copy buffer and window local option values. Not for a help buffer. */
buf_copy_options(buf, BCO_ENTER | BCO_NOHELP);
*** ../vim-7.3.803/src/version.c 2013-02-06 18:23:58.000000000 +0100
--- src/version.c 2013-02-06 18:42:59.000000000 +0100
***************
*** 727,728 ****
--- 727,730 ----
{ /* Add new patch number below this line */
+ /**/
+ 804,
/**/
--
Sorry, no fortune today.
/// 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/groups/opt_out.