commit | 2435adf8eb13736e2b3d012bb70df9ef960ffd60 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 21 12:05:46 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 21 12:05:46 2022 +0100 |
tree | aac9e128bd75430ccfa29b9bd0c651f427d6eef7 | |
parent | 5b2a3d77d320d76f12b1666938a9d58c2a848205 [diff] [blame] |
patch 9.0.0811: error if :echowin is preceded by a command modifier Problem: Error if :echowin is preceded by a command modifier. Solution: Do not give an error for range when there is a modifier. (closes #11414)
diff --git a/src/version.c b/src/version.c index 4017c47..662835e 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 811, +/**/ 810, /**/ 809,