commit | 6d8f9c6f59f49c3810e5336e1a558f3d61acd30e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 30 13:03:28 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 30 13:03:28 2011 +0100 |
tree | f8a364b8b69c1198cfe48a55bb5c90be5e0d5335 | |
parent | 49e4ec6eee224be8426cb9d10b9d6302f948a23e [diff] [blame] |
updated for version 7.3.356 Problem: Using "o" with 'cindent' set may freeze Vim. (lolilolicon) Solution: Skip over {} correctly. (Hari G)
diff --git a/src/version.c b/src/version.c index 8496ef4..7a13d13 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 356, +/**/ 355, /**/ 354,