From 2dcb2d228f5a71bf4b275642085e638753ff11c7 Mon Sep 17 00:00:00 2001 From: Billie Cleek Date: Mon, 19 Mar 2018 13:43:38 -0700 Subject: [PATCH] update CHANGELOG.md for #1716 and #1721 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdfd39a774..28f5021ffe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,6 +67,11 @@ BUG FIXES: [[GH-1698]](https://github.com/fatih/vim-go/pull/1698) * Keep alternate filename when loading an autocreate template. [[GH-1675]](https://github.com/fatih/vim-go/pull/1675) +* Parse the column number in errors correctly in vim8 and neovim. + [[GH-1716]](https://github.com/fatih/vim-go/pull/1716) +* Fix race conditions in the terminal handling for neovim. + [[GH-1721]](https://github.com/fatih/vim-go/pull/1721) + BACKWARDS INCOMPATIBILITIES: