commit | ee8415bc5998792fab6f4dcf289d027856e05b89 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 10 23:13:12 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 10 23:13:12 2018 +0200 |
tree | e4bab5f17f7f8b711e8e35c68d6a6109e16e97c4 | |
parent | 0ee81cb63876e6ec1b2a6e0125295b43f1c63c7d [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 9b39950..61dfc5f 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 266, +/**/ 265, /**/ 264,