Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangmiao committed May 14, 2012
1 parent 331060f commit dceeb70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -84,15 +84,15 @@ Features
output: if(a[3])| (In Fly Mode)
output: if(a[3)]) (Without Fly Mode)

input:
input:
{
hello();|
world();
}

(press } at |)

output:
output:
{
hello();
world();
@@ -116,7 +116,7 @@ Fly Mode

Default Options:

let g:AutoPairs_FlyMode = 1
let g:AutoPairsFlyMode = 1
let g:AutoPairsShortcutBackInsert = '<M-b>'

Shortcuts

0 comments on commit dceeb70

Please sign in to comment.