comparison src/version.c @ 6417:77fe94082f53 v7.4.539

updated for version 7.4.539 Problem: Crash when computing buffer count. Problem with range for user commands. Line range wrong in Visual area. Solution: Avoid segfault in compute_buffer_local_count(). Check for CMD_USER when checking type of range. (Marcin Szamotulski)
author Bram Moolenaar <bram@vim.org>
date Sun, 30 Nov 2014 14:50:16 +0100
parents 3421b24e419c
children 93aca8cdd7b8
comparison
equal deleted inserted replaced
6416:541e304c219b 6417:77fe94082f53
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 539,
744 /**/ 746 /**/
745 538, 747 538,
746 /**/ 748 /**/
747 537, 749 537,
748 /**/ 750 /**/