Wednesday, December 11, 2013

Re: \h not working n perl-support

Егор wrote:
> Can't understand why, but if I try to use perldoc from vim it says
> that no documents. For example, i put cursor on word "foreach" and hit
> \h. I've got
> 1 No documentation found for perl module, perl function or perl FAQ
> keyword
> 2 'foreach'
>
Two things:

* don't highjack another thread. The result is that fewer people will
look at your issue because they aren't interested in the original thread
and so never even see it. Instead, start a new thread for your new
topic. You likely did this by "replying" to a message from the thread
and re-writing the subject.

* try running vim -u NONE -N whatever.pm and then hit "\h". You'll get
"No mapping found". So, look into whatever is providing your mapping for
\h: :verbose map \h and peruse the resulting file.

Regards,
C Campbell

--
--
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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment