comparison src/version.c @ 19087:e3848b251a01 v8.2.0104

patch 8.2.0104: using channel or job with ":execute" has strange effects Commit: https://github.com/vim/vim/commit/b662591e505e8523634a1c8ddfb7fe44fae880c6 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 8 20:09:01 2020 +0100 patch 8.2.0104: using channel or job with ":execute" has strange effects Problem: Using channel or job with ":execute" has strange effects. Solution: Give an error message for Job and Channel.
author Bram Moolenaar <Bram@vim.org>
date Wed, 08 Jan 2020 20:15:03 +0100
parents fd1070ff696b
children 9185ddf4cded
comparison
equal deleted inserted replaced
19086:8225fdd8fe14 19087:e3848b251a01
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 104,
745 /**/ 747 /**/
746 103, 748 103,
747 /**/ 749 /**/
748 102, 750 102,
749 /**/ 751 /**/