comparison 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
comparison
equal deleted inserted replaced
5065:b0f9e7a9c535 5066:d2f9f67924e7
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 1276,
731 /**/ 733 /**/
732 1275, 734 1275,
733 /**/ 735 /**/
734 1274, 736 1274,
735 /**/ 737 /**/