From 0d764b3d1011109dc854c58bece2b4bc03798f2d Mon Sep 17 00:00:00 2001 From: micbou Date: Sun, 29 Apr 2018 12:45:22 +0200 Subject: [PATCH] Use correct example in smart matching table --- README.md | 8 ++++---- doc/youcompleteme.txt | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1342c7a5..73e3e2e6 100644 --- a/README.md +++ b/README.md @@ -866,9 +866,9 @@ letter with or without marks: matches foo - føo + fôo fOo - fØo + fÔo foo @@ -878,7 +878,7 @@ letter with or without marks: ✔️ - føo + fôo ❌ ✔️ ❌ @@ -892,7 +892,7 @@ letter with or without marks: ✔️ - fØo + fÔo ❌ ❌ ❌ diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index 1b0d07ab..f6b4eb22 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -1118,15 +1118,15 @@ both). On top of that, a letter with no diacritic marks will match that letter with or without marks: --------------------------------------------- -| _matches_ | _foo_ | _føo_ | _fOo_ | _fØo_ | +| _matches_ | _foo_ | _fôo_ | _fOo_ | _fÔo_ | --------------------------------------------- | _foo_ | ✔️ | ✔️ | ✔️ | ✔️ | --------------------------------------------- -| _føo_ | ❌ | ✔️ | ❌ | ✔️ | +| _fôo_ | ❌ | ✔️ | ❌ | ✔️ | --------------------------------------------- | _fOo_ | ❌ | ❌ | ✔️ | ✔️ | --------------------------------------------- -| _fØo_ | ❌ | ❌ | ❌ | ✔️ | +| _fÔo_ | ❌ | ❌ | ❌ | ✔️ | ---------------------------------------------