From ea2fd8a2deb77a33dd8849c7fa7383b84317b684 Mon Sep 17 00:00:00 2001 From: Miao Jiang Date: Tue, 15 Jan 2019 19:10:52 +0800 Subject: [PATCH] Update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3aa8cb8..c80af60 100644 --- a/README.md +++ b/README.md @@ -300,7 +300,7 @@ Multibyte Pairs output: | pair: '[[':']]' - input: [[|]] (press
) + input: [[|]] (press ) output: | ([[ and ]] will be deleted the [['s priority is higher than [ for it's longer) * Modifier @@ -317,7 +317,7 @@ Multibyte Pairs input: begin output: begin|end - input: begin|end (press
on |) + input: begin|end (press on |) output: | input: begin|end (press e on |) @@ -339,11 +339,11 @@ Multibyte Pairs input: h< output: h<|> - input: h<|> press
+ input: h<|> press output: h| pair: '\ws<': '>' (WRONG pair which missed \zs) - input: h<|> press
+ input: h<|> press output: | (charactor 'h' is deleted)