comparison 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
comparison
equal deleted inserted replaced
20763:10eb3da35cd6 20764:3c61d8ec36af
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 934,
757 /**/ 759 /**/
758 933, 760 933,
759 /**/ 761 /**/
760 932, 762 932,
761 /**/ 763 /**/