comparison src/version.c @ 9197:847a709d04c1 v7.4.1882

commit https://github.com/vim/vim/commit/b37662a0fbb952838fca87aff4d26b596030b67b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 2 22:18:47 2016 +0200 patch 7.4.1882 Problem: Check for line break at end of line wrong. (Dominique Pelle) Solution: Correct the logic.
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Jun 2016 22:30:07 +0200
parents 543f068f3706
children 665d10cb3e6b
comparison
equal deleted inserted replaced
9196:ff3b26303303 9197:847a709d04c1
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 1882,
756 /**/ 758 /**/
757 1881, 759 1881,
758 /**/ 760 /**/
759 1880, 761 1880,
760 /**/ 762 /**/