commit | 8b1862a31639becadcbbca5dc2eaa92db73e8e5f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 19:21:24 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 19:21:24 2016 +0100 |
tree | 32ce5d730c990033e18518441cf654fca6a9a673 | |
parent | b6ff81188d27fae774d9ad2dfb498f596d697d4b [diff] [blame] |
patch 7.4.1435 Problem: It is confusing that ch_sendexpr() and ch_sendraw() wait for a response. Solution: Add ch_evalexpr() and ch_evalraw().
diff --git a/src/version.c b/src/version.c index afa926f..7384998 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1435, +/**/ 1434, /**/ 1433,