comparison src/version.c @ 6721:7347229a646a v7.4.684

updated for version 7.4.684 Problem: When starting several Vim instances in diff mode, the temp files used may not be unique. (Issue 353) Solution: Add an argument to vim_tempname() to keep the file.
author Bram Moolenaar <bram@vim.org>
date Tue, 31 Mar 2015 13:33:08 +0200
parents 6f55637de261
children eefee03a37fe
comparison
equal deleted inserted replaced
6720:1f42458bf2e7 6721:7347229a646a
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 684,
744 /**/ 746 /**/
745 683, 747 683,
746 /**/ 748 /**/
747 682, 749 682,
748 /**/ 750 /**/