commit | a40aa760a1f49defccf2f8090d9f5ddf463e3303 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 25 22:55:38 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 25 22:55:38 2014 +0200 |
tree | fb0f709956bd1dbdb1da6831ea9c5b62869bb25a | |
parent | 946e27ab65d6f5d25c449a1bf6aedd808149601f [diff] [blame] |
updated for version 7.4.345 Problem: Indent is not updated when deleting indent. Solution: Remember changedtick.
diff --git a/src/version.c b/src/version.c index adb9ef4..a9d39df 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 345, +/**/ 344, /**/ 343,