commit | 9fda81515b26ecd3c1e99f95334aaed3f7b6fea3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 19 13:14:10 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 19 13:14:10 2022 +0000 |
tree | 12a4d3d606b0ee1d1dda7aa9799f5286462153cb | |
parent | 361895d2a15b4b0bbbb4c009261eab5b3d69ebf1 [diff] [blame] |
patch 9.0.0909: error message for layout change does not match action Problem: Error message for layout change does not match action. Solution: Pass the command to where the error is given. (closes #11573)
diff --git a/src/version.c b/src/version.c index f6640c3..b642be9 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 909, +/**/ 908, /**/ 907,