commit | 34820944ed101e1fbad16d552308f1486e715d27 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 19 20:28:38 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 19 20:28:38 2022 +0000 |
tree | 06520b05a8e83a392d72fd9d9e1b110c304dac69 | |
parent | afa3f1cc7258d34c32a299a3cc6aece89f67fb47 [diff] [blame] |
patch 9.0.1081: using "->" with split lines does not always work Problem: Using "->" with split lines does not always work. Solution: Avoid trying to get another line. (closes #11723)
diff --git a/src/version.c b/src/version.c index a237128..90522fd 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1081, +/**/ 1080, /**/ 1079,