comparison src/version.c @ 6424:de877dab1c31 v7.4.542

updated for version 7.4.542 Problem: Using a range for window and buffer commands has a few problems. Cannot specify the type of range for a user command. Solution: Add the -addr argument for user commands. Fix problems. (Marcin Szamotulski)
author Bram Moolenaar <bram@vim.org>
date Mon, 08 Dec 2014 04:16:44 +0100
parents 9fbb9c60ab41
children f673842874b6
comparison
equal deleted inserted replaced
6423:946876e24d5d 6424:de877dab1c31
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 542,
744 /**/ 746 /**/
745 541, 747 541,
746 /**/ 748 /**/
747 540, 749 540,
748 /**/ 750 /**/