Fix typo in the quick move example.

The example results in the following output for me:

        input: |[foo, bar()] (press (<M-]> at |)
        output: foo, bar()][

I think you meant:

        input: (|)[foo, bar()] (press (<M-]> at |)
        output: ([foo, bar()]|)
This commit is contained in:
Shawn Anderson 2020-09-25 03:49:05 -07:00 committed by GitHub
parent 39f06b873a
commit b7a137348a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ Features
input: (|){["foo"]} (press <M-}> at |)
output: ({["foo"]}|)
input: |[foo, bar()] (press (<M-]> at |)
input: (|)[foo, bar()] (press (<M-]> at |)
output: ([foo, bar()]|)
* Quick jump to closed pair.