comparison src/main.c @ 1733:5a7384b9ca66 v7.2.031

updated for version 7.2-031
author vimboss
date Sun, 09 Nov 2008 12:46:09 +0000
parents 5950b03fc906
children 734d5bdae499
comparison
equal deleted inserted replaced
1732:f84061aa57e4 1733:5a7384b9ca66
643 init_SPAWNO("", SWAP_ANY); 643 init_SPAWNO("", SWAP_ANY);
644 #endif 644 #endif
645 645
646 #ifdef FEAT_VIMINFO 646 #ifdef FEAT_VIMINFO
647 /* 647 /*
648 * Read in registers, history etc, but not marks, from the viminfo file 648 * Read in registers, history etc, but not marks, from the viminfo file.
649 * This is where v:oldfiles gets filled.
649 */ 650 */
650 if (*p_viminfo != NUL) 651 if (*p_viminfo != NUL)
651 { 652 {
652 read_viminfo(NULL, TRUE, FALSE, FALSE); 653 read_viminfo(NULL, VIF_WANT_INFO | VIF_GET_OLDFILES);
653 TIME_MSG("reading viminfo"); 654 TIME_MSG("reading viminfo");
654 } 655 }
655 #endif 656 #endif
656 657
657 #ifdef FEAT_QUICKFIX 658 #ifdef FEAT_QUICKFIX