commit | 5075aad6a8ec0f8640f4b873a619e42a182cc88d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 27 15:58:13 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 27 15:58:13 2010 +0100 |
tree | 387d11b771f457b805f546e8819889212cb911b7 | |
parent | 7ad01410dab090dde43788671879d60a8b09d80f [diff] [blame] |
updated for version 7.2.345 Problem: Tab line is not updated when the value of 'bt' is changed. Solution: Call redraw_titles(). (Lech Lorens)
diff --git a/src/version.c b/src/version.c index 00c77ba..1fea40f 100644 --- a/src/version.c +++ b/src/version.c
@@ -682,6 +682,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 345, +/**/ 344, /**/ 343,