diff src/version.c @ 20764:3c61d8ec36af v8.2.0934

patch 8.2.0934: lhelpgrep twice in help window doesn't jump to the help topic Commit: https://github.com/vim/vim/commit/ec98e93a82379ca9289d8021aec374aa6798afef Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 8 19:35:59 2020 +0200 patch 8.2.0934: lhelpgrep twice in help window doesn't jump to the help topic Problem: Running lhelpgrep twice in a help window doesn't jump to the help topic. Solution: Check whether any window with the location list is present. (Yegappan Lakshmanan, closes #6215)
author Bram Moolenaar <Bram@vim.org>
date Mon, 08 Jun 2020 19:45:04 +0200
parents 68170c89e355
children 821925509d8c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    934,
+/**/
     933,
 /**/
     932,