summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-03-19 12:35:42 +0100
committerBram Moolenaar <Bram@vim.org>2013-03-19 12:35:42 +0100
commit090cfc1b02d5dcd98ba414ccf56e69cc38f272bd (patch)
treeb13253ee38f0e11e3f078e4de4928a9939f222b7 /src/version.c
parentac7bd63844fdc6696a48b69d7a42e23e30245980 (diff)
downloadvim-git-090cfc1b02d5dcd98ba414ccf56e69cc38f272bd.tar.gz
updated for version 7.3.866v7.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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 740e84159..c3e8f3773 100644
--- 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,