diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-12-14 13:06:17 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-12-14 13:06:17 +0100 |
commit | dedd1b0aba7e7125081fd3e71b629058d48dac1d (patch) | |
tree | e17d7260b8901deb52a29e3d0de399ed18cdb2f2 /src/version.c | |
parent | 0bd7b3f4ce0e70ff762689dc0fd9f41b54692694 (diff) | |
download | vim-dedd1b0aba7e7125081fd3e71b629058d48dac1d.zip |
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)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 4f2cf9d4d..6d12c6a78 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 131, +/**/ 130, /**/ 129, |