comparison src/version.c @ 11947:8b9a1be7bb82 v8.0.0853

patch 8.0.0853: crash when running terminal with unknown command commit https://github.com/vim/vim/commit/b4a6721a288438c96fbeb051b09ef90735ac70d6 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 3 19:22:36 2017 +0200 patch 8.0.0853: crash when running terminal with unknown command Problem: Crash when running terminal with unknown command. Solution: Check "term" not to be NULL. (Yasuhiro Matsumoto, closes https://github.com/vim/vim/issues/1932)
author Christian Brabandt <cb@256bit.org>
date Thu, 03 Aug 2017 19:30:05 +0200
parents f37815bb7417
children 74e45c11b754
comparison
equal deleted inserted replaced
11946:2e9cf6f47b11 11947:8b9a1be7bb82
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 853,
772 /**/ 774 /**/
773 852, 775 852,
774 /**/ 776 /**/
775 851, 777 851,
776 /**/ 778 /**/