comparison src/version.c @ 9234:6e80397a592c v7.4.1900

commit https://github.com/vim/vim/commit/28b942a064dd486cc241894b625ab72f5a5c6d1b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 4 22:31:27 2016 +0200 patch 7.4.1900 Problem: Using CTRL-] in the help on "{address}." doesn't work. Solution: Recognize an item in {}. (Hirohito Higashi, closes https://github.com/vim/vim/issues/814)
author Christian Brabandt <cb@256bit.org>
date Sat, 04 Jun 2016 22:45:04 +0200
parents a64e2a624fbe
children 9940e9b2a725
comparison
equal deleted inserted replaced
9233:70540cbb10a8 9234:6e80397a592c
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 1900,
756 /**/ 758 /**/
757 1899, 759 1899,
758 /**/ 760 /**/
759 1898, 761 1898,
760 /**/ 762 /**/