comparison src/version.c @ 11892:50ad151a7482 v8.0.0826

patch 8.0.0826: cannot use text objects in Terminal mode commit https://github.com/vim/vim/commit/662d93866636995c0564d974e554f96e76fb2dd9 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 31 22:56:24 2017 +0200 patch 8.0.0826: cannot use text objects in Terminal mode Problem: Cannot use text objects in Terminal mode. Solution: Check for pending operator and Visual mode first. (Yasuhiro Matsumoto, closes #1906)
author Christian Brabandt <cb@256bit.org>
date Mon, 31 Jul 2017 23:00:05 +0200
parents 318ae82d8ba4
children 75a85e99f53e
comparison
equal deleted inserted replaced
11891:c978d21753e4 11892:50ad151a7482
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 826,
772 /**/ 774 /**/
773 825, 775 825,
774 /**/ 776 /**/
775 824, 777 824,
776 /**/ 778 /**/