commit | dedd1b0aba7e7125081fd3e71b629058d48dac1d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 14 13:06:17 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 14 13:06:17 2013 +0100 |
tree | e17d7260b8901deb52a29e3d0de399ed18cdb2f2 | |
parent | 0bd7b3f4ce0e70ff762689dc0fd9f41b54692694 [diff] [blame] |
updated for version 7.4.131 Problem: Syncbind causes E315 errors in some situations. (Liang Li) Solution: Set and restore curbuf in ex_syncbind(). (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 4f2cf9d..6d12c6a 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 131, +/**/ 130, /**/ 129,