commit | bf981eeb6b4ee63ae8543a7f9865ab700159a79c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 28 13:20:31 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 28 13:20:31 2016 +0200 |
tree | b1b1480c2b36fb2bf813ababe30afdd00272b240 | |
parent | 5850a764eae74a4dae7238e4e76b4c24f062699b [diff] [blame] |
patch 7.4.1850 Problem: GUI freezes when using a job. (Shougo) Solution: Unregister the channel when there is an input error.
diff --git a/src/version.c b/src/version.c index 2a259a5..80793f1 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1850, +/**/ 1849, /**/ 1848,