diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    235,
+/**/
     234,
 /**/
     233,