From 2c34a1278f76b7399aae61d479cd9f8631b49659 Mon Sep 17 00:00:00 2001 From: anupamdubey8823 <59842200+anupamdubey8823@users.noreply.github.com> Date: Wed, 30 Sep 2020 22:11:47 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b6eae0..33cdf25 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CtrlP C matching extension -This is a [ctrlp.vim][ctrlp] extension which can be used to get different matching algorithm, written in C language with a small portion of Python (only to access C module). +This is a [ctrlp.vim][ctrlp] extension which can be used to get different matching algorithms, written in C language with a small portion of Python (only to access C module). This extension uses an adapted version of [CommandT][commandt] matching, big thanks to @wincent!