On Sun, May 3, 2009 at 8:03 PM, Bill Moseley wrote:
>
> I upgraded to Ubunto 9.04 and now my perl-support plugin fails to work.
> Seems like my leader ("\") has no effect.  Before the upgrade I could run
> "\rs" and get a syntax check.  Now it just replaces whatever with "s".
>
> Everything seems installed correctly, but I need a bit of hand-holding to 
> debug
> as I don't really understand how the parts fit together.  What things can I
> look at?

Things to check:

Does
  :map \rs
show some map bound to that combination?  If not, something must be
installed wrong (or your <Leader> has changed).

If that shows that it's bound, then the plugin must be getting loaded,
and the problem must be that you're not hitting the keys fast enough,
so check the output of
  :verbose set timeout? ttimeout? timeoutlen? ttimeoutlen?
to query the values of all the timeout-related settings, and where
they were last set, and make sure that those seem reasonable.

~Matt

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

Reply via email to