comparison src/globals.h @ 9240:636cfa97200e v7.4.1903

commit https://github.com/vim/vim/commit/45d2eeaad66939348893b9254171067b0457cd9d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 6 21:07:52 2016 +0200 patch 7.4.1903 Problem: When writing viminfo merging current history with history in viminfo may drop recent history entries. Solution: Add new format for viminfo lines, use it for history entries. Use a timestamp for ordering the entries. Add test_settime(). Add the viminfo version. Does not do merging on timestamp yet.
author Christian Brabandt <cb@256bit.org>
date Mon, 06 Jun 2016 21:15:07 +0200
parents 5e18efdad322
children 25c562442f8c
comparison
equal deleted inserted replaced
9239:a744b63c4ed0 9240:636cfa97200e
1637 1637
1638 #ifdef FEAT_TIMERS 1638 #ifdef FEAT_TIMERS
1639 EXTERN int did_add_timer INIT(= FALSE); 1639 EXTERN int did_add_timer INIT(= FALSE);
1640 #endif 1640 #endif
1641 1641
1642 #ifdef FEAT_EVAL
1643 EXTERN time_t time_for_testing INIT(= 0);
1644 #endif
1645
1642 /* 1646 /*
1643 * Optional Farsi support. Include it here, so EXTERN and INIT are defined. 1647 * Optional Farsi support. Include it here, so EXTERN and INIT are defined.
1644 */ 1648 */
1645 #ifdef FEAT_FKMAP 1649 #ifdef FEAT_FKMAP
1646 # include "farsi.h" 1650 # include "farsi.h"