comparison src/version.c @ 8285:e05e28dcb590 v7.4.1435

commit https://github.com/vim/vim/commit/8b1862a31639becadcbbca5dc2eaa92db73e8e5f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 27 19:21:24 2016 +0100 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().
author Christian Brabandt <cb@256bit.org>
date Sat, 27 Feb 2016 19:30:04 +0100
parents b8a56d4d83e0
children 56dbae4b73c6
comparison
equal deleted inserted replaced
8284:ded553b5751a 8285:e05e28dcb590
741 NULL 741 NULL
742 }; 742 };
743 743
744 static int included_patches[] = 744 static int included_patches[] =
745 { /* Add new patch number below this line */ 745 { /* Add new patch number below this line */
746 /**/
747 1435,
746 /**/ 748 /**/
747 1434, 749 1434,
748 /**/ 750 /**/
749 1433, 751 1433,
750 /**/ 752 /**/