Repository :
https://github.com/FarGroup/FarManager
On branch : master
Link :
https://github.com/FarGroup/FarManager/commit/73716a5d9228280287715f26bc7ded782ec97502
>---------------------------------------------------------------
commit 73716a5d9228280287715f26bc7ded782ec97502
Author: Alex Alabuzhev <
alab...@gmail.com>
Date: Mon Feb 23 18:18:03 2026 +0000
Correction of 6070
>---------------------------------------------------------------
73716a5d9228280287715f26bc7ded782ec97502
far/changelog | 5 +++++
far/help.cpp | 2 +-
far/vbuild.m4 | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/far/changelog b/far/changelog
index 92a479489..8a96c343f 100644
--- a/far/changelog
+++ b/far/changelog
@@ -1,3 +1,8 @@
+--------------------------------------------------------------------------------
+drkns 2026-02-23 18:17:42+00:00 - build 6647
+
+1. Correction of 6070.
+
--------------------------------------------------------------------------------
drkns 2026-02-21 19:21:50+00:00 - build 6646
diff --git a/far/help.cpp b/far/help.cpp
index 9089f5184..c268fb43a 100644
--- a/far/help.cpp
+++ b/far/help.cpp
@@ -1566,7 +1566,7 @@ bool Help::JumpTopic()
!StackData.strHelpPath.empty() &&
StackData.strSelTopic.front() != HelpBeginLink &&
StackData.strSelTopic != HelpOnHelpTopic &&
- !is_generated_topic(StackData.strSelTopic)
+ StackData.strSelTopic != PluginContents
)
{
if (StackData.strSelTopic.starts_with(L':'))
diff --git a/far/vbuild.m4 b/far/vbuild.m4
index 28180d18c..1ef1be1cd 100644
--- a/far/vbuild.m4
+++ b/far/vbuild.m4
@@ -1 +1 @@
-6646
+6647