comparison src/version.c @ 6501:b7b3afcae90e v7.4.578

updated for version 7.4.578 Problem: Using getcurpos() after "$" in an empty line returns a negative number. Solution: Don't add one when this would overflow. (Hirohito Higashi)
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Jan 2015 19:00:38 +0100
parents bcf9d3a6007f
children 134a7d55f9fa
comparison
equal deleted inserted replaced
6500:58b810ec7d19 6501:b7b3afcae90e
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 578,
744 /**/ 746 /**/
745 577, 747 577,
746 /**/ 748 /**/
747 576, 749 576,
748 /**/ 750 /**/