1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2018-08-10 23:13:12 +02:00
parent 0ee81cb638
commit ee8415bc59
3 changed files with 179 additions and 163 deletions

View File

@@ -794,6 +794,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
266,
/**/
265,
/**/