From 7a7611c31ea933c6610ac66f6bfdb89784737711 Mon Sep 17 00:00:00 2001 From: Billie Cleek Date: Sat, 12 Jan 2019 10:14:59 -0800 Subject: [PATCH] update CHANGELOG.md for #2125 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4606e3b233..396a5a287e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,8 @@ BUG FIXES: [[GH-2109]](https://github.com/fatih/vim-go/pull/2109) * Highlight return parameter types when g:go_highlight_function_arguments is set. [[GH-2116]](https://github.com/fatih/vim-go/pull/2116) +* Fix lockup in Neovim when trying to run `:GoDebugTest` when there are no tests. + [[GH-2125]](https://github.com/fatih/vim-go/pull/2125) ## 1.19 - (November 4, 2018)