comparison src/version.c @ 10565:ea0dadb041c9 v8.0.0172

patch 8.0.0172: command line window does not work commit https://github.com/vim/vim/commit/1d669c233c97486555a34f7d3f069068d9ebdb63 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 11 22:40:19 2017 +0100 patch 8.0.0172: command line window does not work Problem: The command selected in the command line window is not executed. (Andrey Starodubtsev) Solution: Save and restore the command line at a lower level. (closes #1370)
author Christian Brabandt <cb@256bit.org>
date Wed, 11 Jan 2017 22:45:04 +0100
parents bac9cec298ed
children 82c2c450dad0
comparison
equal deleted inserted replaced
10564:4039ed145cfa 10565:ea0dadb041c9
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 172,
767 /**/ 769 /**/
768 171, 770 171,
769 /**/ 771 /**/
770 170, 772 170,
771 /**/ 773 /**/