commit | 4340fc95d50518c6eb199107e5f1144f210c7ee5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 28 22:06:49 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 28 22:06:49 2019 +0200 |
tree | 326e8a11f2ce433ab4998ae341d68bb8d13d438d | |
parent | 13b47c37a650ab6045680a9e5513ef6ad71ee93f [diff] [blame] |
patch 8.1.1605: Vim may delay processing messages on a json channel Problem: Vim may delay processing messages on a json channel. (Pontus Leitzler) Solution: Try parsing json when checking if there is readahead.
diff --git a/src/version.c b/src/version.c index 9c29b46..53c3c66 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1605, +/**/ 1604, /**/ 1603,