comparison src/version.c @ 12495:65f8c6fcfd83 v8.0.1127

patch 8.0.1127: Test_peek_and_get_char fails on 32 bit system commit https://github.com/vim/vim/commit/a8e93d63e308020ee06eb5782e766941ac417a5a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 18 21:50:47 2017 +0200 patch 8.0.1127: Test_peek_and_get_char fails on 32 bit system Problem: Test_peek_and_get_char fails on 32 bit system. (Eliminate Riesebieter) Solution: Avoid an integer overflow. (James McCoy, closes #2116)
author Christian Brabandt <cb@256bit.org>
date Mon, 18 Sep 2017 22:00:04 +0200
parents d83815e9ae47
children 93a849230c1c
comparison
equal deleted inserted replaced
12494:b08f916fec04 12495:65f8c6fcfd83
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1127,
764 /**/ 766 /**/
765 1126, 767 1126,
766 /**/ 768 /**/
767 1125, 769 1125,
768 /**/ 770 /**/