Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help page for map #358

Closed
ratijas opened this issue Dec 20, 2015 · 1 comment
Closed

help page for map #358

ratijas opened this issue Dec 20, 2015 · 1 comment

Comments

@ratijas
Copy link
Contributor

ratijas commented Dec 20, 2015

at liberator://help/map#<Leader>:

<Leader>

            Expands to the value of the "mapleader" variable in key mapping. If
            "mapleader" is unset or empty then \ is used. Example:

        :map h :echo "Hello"

works like
        :map \h :echo "Hello"

but after
        let mapleader = ","

it works like
        :map ,h :echo "Hello"

i guess in first example there was "<Leader>" which was removed by html parser.

@gkatsev
Copy link
Member

gkatsev commented Jan 27, 2016

yeah, this is because out help files still use XML/XSLT. Going to close this as a duplicate of #73.

@gkatsev gkatsev closed this as completed Jan 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants