From 609c66f0436a1a77f4a8c0a1dded77116bf79c2e Mon Sep 17 00:00:00 2001 From: Vais Salikhov Date: Mon, 23 Oct 2017 22:14:30 +0700 Subject: [PATCH] Fix typo in documentation --- doc/emmet.txt | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/doc/emmet.txt b/doc/emmet.txt index 22ff28c..36ea398 100644 --- a/doc/emmet.txt +++ b/doc/emmet.txt @@ -152,14 +152,12 @@ You should copy this section and create new buffer, paste and write as When you want to expand word except html tokens like below, use this. > - foo + foo < This will be expanded like: > - - + +< 3. Update tag *emmet-update-tag* *u* The begining of tags '
' on below @@ -1266,14 +1264,14 @@ CUSTOMIZE *emmet-customize* 1. Key mapping *emmet-customize-key-mappings* To specify leading key for expanding or balance tag, or for all, - Add this line in your 'vimrc': > + Add this line in your 'vimrc': > let g:user_emmet_leader_key = '' < Note that to expand abbreviation a trailing ',' must be typed, so the resultant keymap is ','. - If you prefer to map for each actions separately, use following valuables: + If you prefer to map for each action separately, use following variables: > let g:user_emmet_expandabbr_key = ',' let g:user_emmet_expandword_key = ';' @@ -1334,7 +1332,7 @@ CUSTOMIZE *emmet-customize* 3. Define tag's behavior *emmet-define-tags-behavior* - User can create abbreviations and snippets for each filetypes + User can create abbreviations and snippets for each filetype using |g:user_emmet_settings|. For details, see official site of Emmet. For example, user can add following: >