Document g:user_emmet_leader_key's trailing ','.

README.mkd, doc/emmet.txt
	-Add some text to clarify that any keymap specified with
	`g:user_emmet_leader_key` must be followed by a `,`.
This commit is contained in:
Severyn Kozak
2014-06-25 00:23:20 -04:00
parent 39a5ba0eca
commit 23bb8c0175
2 changed files with 9 additions and 2 deletions

View File

@@ -334,7 +334,10 @@ CUSTOMIZE *emmet-customize*
>
let g:user_emmet_leader_key = '<c-y>'
<
Or if you prefer to map for each actions, then you set each variables.
Note that a trailing ',' must be entered, so the resultant keymap is
'<c-y>,'.
If you prefer to map for each actions, then you set each variables.
'user_emmet_expandabbr_key'
'user_emmet_expandword_key'