commit | 105bc355a6713b5c09b52776bf8f92a15a81f49c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 17 16:03:57 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 17 16:03:57 2013 +0200 |
tree | 5b87ec43fc4b9c4c59cfe40a8167f117274a0b6d | |
parent | 55b8ad3dabc16451f0ae59a7ae8ab9edb67f84e6 [diff] [blame] |
updated for version 7.3.963 Problem: Setting curbuf without curwin causes trouble. Solution: Add switch_buffer() and restore_buffer(). Block autocommands to avoid trouble.
diff --git a/src/version.c b/src/version.c index c57d2a4..b20a4f5 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 963, +/**/ 962, /**/ 961,