diff src/version.c @ 4230:90d72df431e5 v7.3.866

updated for version 7.3.866 Problem: Not serving the X selection during system() isn't nice. Solution: When using fork() do not loose the selection, keep serving it. Add a loop similar to handling I/O. (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Tue, 19 Mar 2013 12:35:42 +0100
parents 94342b0605fb
children 0fcb050fd79d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    866,
+/**/
     865,
 /**/
     864,