commit | 371932a7754453b5a3adbd41959056fc9a45a9fd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 09 16:59:38 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 09 16:59:38 2014 +0200 |
tree | dd9fc88fa357005a203cd9fa5fd7852d32f2f498 | |
parent | 0026d47d8cb6e6b135527ca489bbf81ac8e0045a [diff] [blame] |
updated for version 7.4.436 Problem: ml_get error for autocommand that moves the cursor of the current window. Solution: Check the cursor position after switching back to the current buffer. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 5025c68..521f2d8 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 436, +/**/ 435, /**/ 434,