comparison src/version.c @ 6398:5a76e36f07b1 v7.4.530

updated for version 7.4.530 Problem: Many commands take a count or range that is not using line numbers. Solution: For each command specify what kind of count it uses. For windows, buffers and arguments have "$" and "." have a relevant meaning. (Marcin Szamotulski)
author Bram Moolenaar <bram@vim.org>
date Thu, 27 Nov 2014 16:22:48 +0100
parents 72d5a533ec87
children 2c0cddd0df8c
comparison
equal deleted inserted replaced
6397:7f8c4ace6f97 6398:5a76e36f07b1
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 530,
744 /**/ 746 /**/
745 529, 747 529,
746 /**/ 748 /**/
747 528, 749 528,
748 /**/ 750 /**/