comparison src/version.c @ 3070:880b7dd69331 v7.3.307

updated for version 7.3.307 Problem: Python 3 doesn't support slice assignment. Solution: Implement slices. (Brett Overesch, Roland Puntaier)
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Sep 2011 15:01:58 +0200
parents 0787bb5f387b
children 61c5e1527bd8
comparison
equal deleted inserted replaced
3069:c5ee8a44738a 3070:880b7dd69331
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 307,
712 /**/ 714 /**/
713 306, 715 306,
714 /**/ 716 /**/
715 305, 717 305,
716 /**/ 718 /**/