From 1145da7a53fb4055a35986996d198909cd1e31e8 Mon Sep 17 00:00:00 2001 From: Frothy <76622149+FrothyMarrow@users.noreply.github.com> Date: Mon, 15 Jul 2024 12:57:30 -0400 Subject: [PATCH] docs: add entry for buildPlug fix --- docs/release-notes/rl-0.7.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release-notes/rl-0.7.md b/docs/release-notes/rl-0.7.md index a124432f..d5f38537 100644 --- a/docs/release-notes/rl-0.7.md +++ b/docs/release-notes/rl-0.7.md @@ -25,6 +25,8 @@ Release notes for release 0.7 [vim.ui.smartcolumn.setupOpts.custom_colorcolumn](#opt-vim.ui.smartcolumn.setupOpts.custom_colorcolumn) using the wrong type `int` instead of the expected type `string`. +- Fix unused src and version attributes in `buildPlug`. + [horriblename](https://github.com/horriblename): - Fix broken treesitter-context keybinds in visual mode