1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2013-03-19 12:35:42 +01:00
parent ac7bd63844
commit 090cfc1b02
2 changed files with 66 additions and 10 deletions

View File

@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
866,
/**/
865,
/**/