From 4b9fed03672baef659d78962927d0cdfbc4e1585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Sat, 24 Jun 2023 16:52:10 +0200 Subject: [PATCH] Neovim, not NeoVim --- thisweek/_posts/2021-07-19-changelog-86.adoc | 2 +- thisweek/_posts/2022-06-13-changelog-133.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/thisweek/_posts/2021-07-19-changelog-86.adoc b/thisweek/_posts/2021-07-19-changelog-86.adoc index 1356389f..aefd73d3 100644 --- a/thisweek/_posts/2021-07-19-changelog-86.adoc +++ b/thisweek/_posts/2021-07-19-changelog-86.adoc @@ -28,7 +28,7 @@ image::https://user-images.githubusercontent.com/308347/126110831-5a16d375-b7fa- * pr:9599[] (first contribution) complete `true` and `false` keywords. * pr:9600[] (first contribution) fix "Unwrap block" assist on single-line and nested blocks. -* pr:9621[] (first contribution) update manual after NeoVim 0.5 release. +* pr:9621[] (first contribution) update manual after Neovim 0.5 release. * pr:9579[] set more ``CARGO_`` env vars. * pr:9604[] don't fold consecutive modules with item lists. diff --git a/thisweek/_posts/2022-06-13-changelog-133.adoc b/thisweek/_posts/2022-06-13-changelog-133.adoc index 568a1c97..45114a6c 100644 --- a/thisweek/_posts/2022-06-13-changelog-133.adoc +++ b/thisweek/_posts/2022-06-13-changelog-133.adoc @@ -14,7 +14,7 @@ Release: release:2022-06-13[] == Fixes * pr:12487[] (first contribution) hide parameter inlay hint when argument is function-like macro with similar name. -* pr:12508[] don't respond to cancelled requests when retrying them, thus fixing `NO_RESULT_CALLBACK_FOUND` errors in NeoVim. +* pr:12508[] don't respond to cancelled requests when retrying them, thus fixing `NO_RESULT_CALLBACK_FOUND` errors in Neovim. * pr:12455[] fix false-positive type-mismatch error with generic future. * pr:12515[] pass the build data to `rustc_private` crates. * pr:12464[] fix `Inline variable` producing a type mismatch.