comparison src/version.c @ 2949:7fe2c092913e v7.3.247

updated for version 7.3.247 Problem: Running tests changes the users viminfo file. Test for patch 7.3.245 missing. Solution: Add "nviminfo" to the 'viminfo' option. Include the test.
author Bram Moolenaar <bram@vim.org>
date Fri, 15 Jul 2011 13:33:21 +0200
parents 3f1a4ed36d1b
children 57a7998e0fa8
comparison
equal deleted inserted replaced
2948:e647820bb6ef 2949:7fe2c092913e
707 NULL 707 NULL
708 }; 708 };
709 709
710 static int included_patches[] = 710 static int included_patches[] =
711 { /* Add new patch number below this line */ 711 { /* Add new patch number below this line */
712 /**/
713 247,
712 /**/ 714 /**/
713 246, 715 246,
714 /**/ 716 /**/
715 245, 717 245,
716 /**/ 718 /**/