commit | b88adbf844612281d3ed11166bbf03368f7ed704 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 14 05:20:12 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 14 05:20:12 2012 +0200 |
tree | d6d9dacf4d3451f85c7ad6bfe667c843900111be | |
parent | dac7569612d4088084ef81dfc32c3bb86aec090f [diff] [blame] |
updated for version 7.3.691 Problem: State specific to the Python thread is discarded. Solution: Keep state between threads. (Paul)
diff --git a/src/version.c b/src/version.c index 01d6793..2d9529c 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 691, +/**/ 690, /**/ 689,