From 2ab81c2bd2f5f9524fb7b17b5171e8c3236acba1 Mon Sep 17 00:00:00 2001 From: hedy Date: Thu, 2 Nov 2023 22:21:02 +0800 Subject: [PATCH] readme: Update PR status --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e92b061..29a9292 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ Key: - ✅ fix(icons): replace obsolete icons (#219 by loichyan) + **Superseded by #225** - ✅ Support ccls symbols @@ -141,6 +142,7 @@ Key: - ✅ Make close_outline idempotent (#200 by showermat) + **Superseded by #163** - Distinguish between public and private function display in Elixir @@ -172,11 +174,16 @@ Key: - ✅ feat: instant_preview (#116 by axieax) + **Superseded with an improved implementation** -- check if code_win is nill +- ✅ check if code_win is nill (#110 by i3Cheese) + **Superseded before this fork was created** + + (perhaps the PR ws forgotten to be closed) + - Floating window (Draft) (#101 by druskus20)