comparison src/version.c @ 12481:bcd9b3e4a5c8 v8.0.1120

patch 8.0.1120: :tm means :tmap instead of :tmenu commit https://github.com/vim/vim/commit/63c4e8a1986796094e6f15b893f2deccdf482617 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 17 20:32:20 2017 +0200 patch 8.0.1120: :tm means :tmap instead of :tmenu Problem: :tm means :tmap instead of :tmenu. (Taro Muraoka) Solution: Move the new entry below the old entry. (closes https://github.com/vim/vim/issues/2102)
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Sep 2017 20:45:04 +0200
parents 65c7769ef6d1
children 493752ef9f75
comparison
equal deleted inserted replaced
12480:0a1a85a06731 12481:bcd9b3e4a5c8
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1120,
764 /**/ 766 /**/
765 1119, 767 1119,
766 /**/ 768 /**/
767 1118, 769 1118,
768 /**/ 770 /**/