From e8c18054cc44973ee4f59ee463dda4bf6439713c Mon Sep 17 00:00:00 2001 From: Billie Cleek Date: Tue, 5 Dec 2023 15:41:08 -0800 Subject: [PATCH] fix changelog pull request reference 3601 -> 3603 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08ac9dc4f0..e1a2fefe0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,7 +59,7 @@ BUG FIXES: [[GH-3587]](https://github.com/fatih/vim-go/pull/3587) * Avoid creating an anonymous snippet when selected completion lacks placeholders. - [[GH-3601]](https://github.com/fatih/vim-go/pull/3601) + [[GH-3603]](https://github.com/fatih/vim-go/pull/3603) * Fix sameids highlighting when identifier immediately precedes newline. [[GH-3606]](https://github.com/fatih/vim-go/pull/3606)