diff src/version.c @ 5066:d2f9f67924e7 v7.3.1276

updated for version 7.3.1276 Problem: When using a cscope connection resizing the window may send SIGWINCH to cscope and it quits. Solution: Call setpgid(0, 0) in the child process. (Narendran Gopalakrishnan)
author Bram Moolenaar <bram@vim.org>
date Sun, 30 Jun 2013 15:01:22 +0200
parents 8875401008da
children 6a7ae677d6a1
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 */
 /**/
+    1276,
+/**/
     1275,
 /**/
     1274,