comparison src/version.c @ 14443:e1c6aee62a72 v8.1.0235

patch 8.1.0235: more help tags that jump to the wrong location commit https://github.com/vim/vim/commit/3bf5e6a4c8eb84b44437d6148428565d44783eed Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 2 22:23:57 2018 +0200 patch 8.1.0235: more help tags that jump to the wrong location Problem: More help tags that jump to the wrong location. Solution: Add more exceptions and a table for "expr-" tags. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Aug 2018 22:30:05 +0200
parents 2d6703d4448a
children dda317774511
comparison
equal deleted inserted replaced
14442:6ae689a04195 14443:e1c6aee62a72
792 NULL 792 NULL
793 }; 793 };
794 794
795 static int included_patches[] = 795 static int included_patches[] =
796 { /* Add new patch number below this line */ 796 { /* Add new patch number below this line */
797 /**/
798 235,
797 /**/ 799 /**/
798 234, 800 234,
799 /**/ 801 /**/
800 233, 802 233,
801 /**/ 803 /**/