Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neovim, not NeoVim #206

Merged
merged 1 commit into from
Jun 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion thisweek/_posts/2021-07-19-changelog-86.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion thisweek/_posts/2022-06-13-changelog-133.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down