From baf6487eca50ab99c8908eef1c6fcf465b3cca1e Mon Sep 17 00:00:00 2001 From: Kim K Date: Sun, 17 Feb 2019 18:24:39 +0100 Subject: [PATCH] doc: Update README and AutoPairs.txt with updated equal-pair-detection when using --- README.md | 2 +- doc/AutoPairs.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be64843..ec56219 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Features }| -* Auto detect when to close by checking the equality of pairs within the buffer +* Auto detect how to close/delete pairs by checking the equality of pairs input: const user = getUser|id) diff --git a/doc/AutoPairs.txt b/doc/AutoPairs.txt index c35cfb3..6ac4ba5 100644 --- a/doc/AutoPairs.txt +++ b/doc/AutoPairs.txt @@ -103,7 +103,7 @@ Support ```, ''' and """: > output: '''|''' -Auto detect when to close by checking the equality of pairs within the buffer: > +Auto detect how to close/delete pairs by checking the equality of pairs: > input: const user = getUser|id)