Patch 7.4.1921 (after 7.4.1919)
Problem: vim_time() not included when needed.
Solution: Adjust #ifdef.
Files: src/ex_cmds.c
*** ../vim-7.4.1920/src/ex_cmds.c 2016-06-11 21:04:34.927761279 +0200
--- src/ex_cmds.c 2016-06-11 22:20:41.954437616 +0200
***************
*** 2818,2824 ****
}
#endif /* FEAT_VIMINFO */
! #if defined(FEAT_VIMINFO) || defined(PROTO)
/*
* Return the current time in seconds. Calls time(), unless test_settime()
* was used.
--- 2818,2824 ----
}
#endif /* FEAT_VIMINFO */
! #if defined(FEAT_CMDHIST) || defined(FEAT_VIMINFO) || defined(PROTO)
/*
* Return the current time in seconds. Calls time(), unless test_settime()
* was used.
*** ../vim-7.4.1920/src/version.c 2016-06-11 21:14:14.125484777 +0200
--- src/version.c 2016-06-11 22:20:09.966776955 +0200
***************
*** 755,756 ****
--- 755,758 ----
{ /* Add new patch number below this line */
+ /**/
+ 1921,
/**/
--
How many light bulbs does it take to change a 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].
For more options, visit https://groups.google.com/d/optout.