comparison src/version.c @ 14505:3f1a17863b73 v8.1.0266

patch 8.1.0266: parsing Ex address range is not a separate function commit https://github.com/vim/vim/commit/ee8415bc5998792fab6f4dcf289d027856e05b89 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 10 23:13:12 2018 +0200 patch 8.1.0266: parsing Ex address range is not a separate function Problem: Parsing Ex address range is not a separate function. Solution: Refactor do_one_cmd() to separate address parsing.
author Christian Brabandt <cb@256bit.org>
date Fri, 10 Aug 2018 23:15:04 +0200
parents 4825955cb706
children 5a10a0020c3e
comparison
equal deleted inserted replaced
14504:89b3aabf0a95 14505:3f1a17863b73
792 NULL 792 NULL
793 }; 793 };
794 794
795 static int included_patches[] = 795 static int included_patches[] =
796 { /* Add new patch number below this line */ 796 { /* Add new patch number below this line */
797 /**/
798 266,
797 /**/ 799 /**/
798 265, 800 265,
799 /**/ 801 /**/
800 264, 802 264,
801 /**/ 803 /**/