>> This was fixed with 7.2.335 patch.
>>
>
> Then why does it still fail (at least for help tags) in 7.2.394? -- See my
> earlier post in this thread.
Short answer: because help files are different.
Longer answer: you can apply patch below. Although I am not sure
whether it exposes intended behaviour or not.
diff -r aab202d244b6 src/normal.c
--- a/src/normal.c Wed Mar 10 17:16:12 2010 +0100
+++ b/src/normal.c Sat Mar 13 09:15:01 2010 +0300
@@ -5526,11 +5526,11 @@
break;
default:
+ tag_cmd = TRUE;
if (curbuf->b_help)
STRCPY(buf, "he! ");
else
{
- tag_cmd = TRUE;
if (g_cmd)
STRCPY(buf, "tj ");
else
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php