commit | 93c88e0f6a4a8f7634ed84721daf4af46fc0d5db | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 15 14:12:05 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 15 14:12:05 2015 +0200 |
tree | b325606d26d69c3804a9007cf7d1fa4a8034f4aa | |
parent | ed84b76021df763619cabaedddc44eb5ee849136 [diff] [blame] |
patch 7.4.866 Problem: Crash when changing the 'tags' option from a remote command. (Benjamin Fritz) Solution: Instead of executing messages immediately, use a queue, like for netbeans. (James Kolb)
diff --git a/src/version.c b/src/version.c index a9b20dc..e503826 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 866, +/**/ 865, /**/ 864,