commit | c168bd4bd3a9b856fc410fc4515dcca1d10d7461 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 10 17:34:35 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 10 17:34:35 2017 +0200 |
tree | 03b405fbbad695745400ace91e3d1a0ed8275364 | |
parent | 414168d97fad45387a3d7dd16449d15b27079ad8 [diff] [blame] |
patch 8.0.1089: cannot get range count in user command Problem: Cannot get range count in user command. Solution: Add <range> argument.
diff --git a/src/version.c b/src/version.c index c86b7dc..b10216f 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1089, +/**/ 1088, /**/ 1087,