commit | eaa330e8e913823f1514bc419f23b885d6028cb9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 17 12:17:14 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 17 12:17:14 2015 +0100 |
tree | c0b7080572bea4d4546e06b6c4df2fa93a31dbfa | |
parent | 4a427106954857c6f84c0b0dc07725e302a433c6 [diff] [blame] |
updated for version 7.4.632 Problem: 7.4.592 breaks the netrw plugin, because the autocommands are skipped. Solution: Roll back the change.
diff --git a/src/version.c b/src/version.c index 03507f6..9b17070 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 632, +/**/ 631, /**/ 630,