To: vim_dev@googlegroups.com Subject: Patch 7.4.1921 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///