Update README

This commit is contained in:
Miao Jiang 2019-01-15 19:10:52 +08:00
parent 3c7fde2643
commit ea2fd8a2de

View File

@ -300,7 +300,7 @@ Multibyte Pairs
output: <?php?>| output: <?php?>|
pair: '[[':']]' pair: '[[':']]'
input: [[|]] (press <BR>) input: [[|]] (press <BS>)
output: | ([[ and ]] will be deleted the [['s priority is higher than [ for it's longer) output: | ([[ and ]] will be deleted the [['s priority is higher than [ for it's longer)
* Modifier * Modifier
@ -317,7 +317,7 @@ Multibyte Pairs
input: begin input: begin
output: begin|end output: begin|end
input: begin|end (press <BR> on |) input: begin|end (press <BS> on |)
output: | output: |
input: begin|end (press e on |) input: begin|end (press e on |)
@ -339,11 +339,11 @@ Multibyte Pairs
input: h< input: h<
output: h<|> output: h<|>
input: h<|> press <BR> input: h<|> press <BS>
output: h| output: h|
pair: '\ws<': '>' (WRONG pair which missed \zs) pair: '\ws<': '>' (WRONG pair which missed \zs)
input: h<|> press <BR> input: h<|> press <BS>
output: | (charactor 'h' is deleted) output: | (charactor 'h' is deleted)