Patch 7.4.2247 (after 7.4.2244)
Problem: Tiny build fails. (Tony Mechelynck)
Solution: Remove #ifdef.
Files: src/ex_cmds.c
*** ../vim-7.4.2246/src/ex_cmds.c 2016-08-24 00:30:49.470083766 +0200
--- src/ex_cmds.c 2016-08-24 00:37:37.990413268 +0200
***************
*** 8392,8398 ****
}
#endif
- #if defined(FEAT_QUICKFIX) || defined(FEAT_EVAL) || defined(PROTO)
/*
* Skip over the pattern argument of ":vimgrep /pat/[g][j]".
* Put the start of the pattern in "*s", unless "s" is NULL.
--- 8392,8397 ----
***************
*** 8444,8450 ****
}
return p;
}
- #endif
#if defined(FEAT_EVAL) || defined(PROTO)
/*
--- 8443,8448 ----
*** ../vim-7.4.2246/src/version.c 2016-08-24 00:30:49.474083730 +0200
--- src/version.c 2016-08-24 00:38:27.485968458 +0200
***************
*** 765,766 ****
--- 765,768 ----
{ /* Add new patch number below this line */
+ /**/
+ 2247,
/**/
--
I'm trying to be an optimist, but I don't think it'll work.
/// 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.