commit | 66bb9ae70f7371456ed76518076d2a344f8ab417 | [log] [tgz] |
---|---|---|
author | Kota Kato <github@kat0h.com> | Tue Jan 17 18:31:56 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 17 18:31:56 2023 +0000 |
tree | 5906d7f03baeb9d2d5fd1c27f4eb7cbc5358f655 | |
parent | f7d1c6e1884c76680980571f1cf15e0928d247b5 [diff] [blame] |
patch 9.0.1212: cannot read back what setcellwidths() has done Problem: Cannot read back what setcellwidths() has done. Solution: Add getcellwidths(). (Kota Kato, closes #11837)
diff --git a/src/version.c b/src/version.c index a388019..3496b3a 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1212, +/**/ 1211, /**/ 1210,