On Sunday 03 May 2009 8:07 pm, Bill Moseley wrote:
> 
> On Sun, May 03, 2009 at 08:33:45PM -0400, Matt Wozniski wrote:
> > 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).
> 
> Says "No mapping found", so something must have changed to prevent the plugin
> from loading.
> 
> How do I check for the leader being changed?  That seems unlikely -- more that
> something is not allowing the plugin to load.
 
you can see the current leader with

    :echo g:mapleader

if it responds with 

    \

you'll know your leader is set appropriately -- if the response is
blank you need to add

    let mapleader = '\'

to your .vimrc before any <Leader> mappings

if it responds with something else you might want to look around
for what is setting it to that other value

sc


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

Reply via email to