On Apr 13, 7:00 am, "Yue Wu" <[email protected]> wrote:
> I created a help type of file, it has *foo.txt*, I find that in offical  
> help
> type of file, |foo.txt| would work as expected, so it will locate me to  
> foo.txt,
> but in my own help type of file, *foo.txt* can't work correctly, it would  
> try to
> locate to foo or . or txt, what's wrong? I don't think it's related to
> iskeyword.
>

Why don't you think it is related to iskeyword? That is certainly a
likely candidate for this problem! What is the value of your
'iskeyword' option for this file type?

Note the text is ":help 'iskeyword'" that says,

        For a help file it is set to all non-blank printable characters
except
        '*', '"' and '|' (so that CTRL-] on a command finds the help for that
        command).

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to