comparison src/version.c @ 13758:63679d671ced v8.0.1751

patch 8.0.1751: #ifdef causes bad highlighting commit https://github.com/vim/vim/commit/4e601e3c82899b3a8334856397946efeaa007f29 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 24 13:29:51 2018 +0200 patch 8.0.1751: #ifdef causes bad highlighting Problem: #ifdef causes bad highlighting. Solution: Move code around. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/2731)
author Christian Brabandt <cb@256bit.org>
date Tue, 24 Apr 2018 13:30:07 +0200
parents c38f29387245
children aef8ba129a4f
comparison
equal deleted inserted replaced
13757:9e13085c80f6 13758:63679d671ced
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 1751,
764 /**/ 766 /**/
765 1750, 767 1750,
766 /**/ 768 /**/
767 1749, 769 1749,
768 /**/ 770 /**/