comparison src/version.c @ 10662:bc1c7e799e6e v8.0.0221

patch 8.0.0221: unnecessary condition on PROTO commit https://github.com/vim/vim/commit/6a8ede99dd76a7de92ce9f40df6198428a530dd0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 22 19:49:12 2017 +0100 patch 8.0.0221: unnecessary condition on PROTO Problem: Checking if PROTO is defined inside a function has no effect. Solution: Remove the check for PROTO. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Sun, 22 Jan 2017 20:00:04 +0100
parents 715836a72361
children 94db9c08e206
comparison
equal deleted inserted replaced
10661:f098faca8362 10662:bc1c7e799e6e
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 221,
767 /**/ 769 /**/
768 220, 770 220,
769 /**/ 771 /**/
770 219, 772 219,
771 /**/ 773 /**/