commit | c2af0afff5c44969ad7611ec2d47d0f52087fa7f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 23 21:06:02 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 23 21:06:02 2020 +0200 |
tree | c09fc32ee9687c3d10adb67550a53da54a6968d4 | |
parent | 2e80095501238e0c6b702ac7cdfa2e2b763dba28 [diff] [blame] |
patch 8.2.1519: Vim9: Ex command default range is not set Problem: Vim9: Ex command default range is not set. Solution: When range is not given use default. (closes #6779)
diff --git a/src/version.c b/src/version.c index 7b52e05..421e4a6 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1519, +/**/ 1518, /**/ 1517,