Update README

This commit is contained in:
jiangfriend@gmail.com 2012-05-14 10:19:58 +08:00
parent 331060ff4b
commit dceeb70a93

View File

@ -84,7 +84,7 @@ Features
output: if(a[3])| (In Fly Mode) output: if(a[3])| (In Fly Mode)
output: if(a[3)]) (Without Fly Mode) output: if(a[3)]) (Without Fly Mode)
input: input:
{ {
hello();| hello();|
world(); world();
@ -92,7 +92,7 @@ Features
(press } at |) (press } at |)
output: output:
{ {
hello(); hello();
world(); world();
@ -116,7 +116,7 @@ Fly Mode
Default Options: Default Options:
let g:AutoPairs_FlyMode = 1 let g:AutoPairsFlyMode = 1
let g:AutoPairsShortcutBackInsert = '<M-b>' let g:AutoPairsShortcutBackInsert = '<M-b>'
Shortcuts Shortcuts