comparison src/version.c @ 10353:72d92c31b9f7 v8.0.0071

commit https://github.com/vim/vim/commit/c4d4ac22f78fb1394c79eccc8a1e6812c0c7d8a7 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 7 22:42:57 2016 +0100 patch 8.0.0071 Problem: Exit value from a shell command is wrong. (Hexchain Tong) Solution: Do not check for ended jobs while waiting for a shell command. (ichizok, closes https://github.com/vim/vim/issues/1196)
author Christian Brabandt <cb@256bit.org>
date Mon, 07 Nov 2016 22:45:04 +0100
parents ed658942a71c
children 9f88dba65a2d
comparison
equal deleted inserted replaced
10352:7cb9b1d055d5 10353:72d92c31b9f7
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 71,
767 /**/ 769 /**/
768 70, 770 70,
769 /**/ 771 /**/
770 69, 772 69,
771 /**/ 773 /**/