From 592130788fe7182bd1c8d71cfefde11a8beab4c2 Mon Sep 17 00:00:00 2001 From: Angel Ortega Date: Wed, 23 Nov 2011 09:10:03 +0100 Subject: [PATCH] Do not mark the help topic as the last search. --- mp_syntax.mpsl | 3 --- 1 file changed, 3 deletions(-) diff --git a/mp_syntax.mpsl b/mp_syntax.mpsl index b406e0a..abe5ff6 100644 --- a/mp_syntax.mpsl +++ b/mp_syntax.mpsl @@ -751,9 +751,6 @@ sub mp.help(doc, word) if (h == NULL && doc.syntax.help_func) h = doc.syntax.help_func(word); - if (h) - mp.last_search = mp.prefix_regex(word); - return h; } -- 2.11.4.GIT