From f903354df169e9a99be8719b2ea602c2ef50d0d3 Mon Sep 17 00:00:00 2001 From: Billie Cleek Date: Wed, 31 Jul 2019 20:45:10 -0700 Subject: [PATCH] update CHANGELOG.md for #2434 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a4a639b6a..331d17d847 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,6 +60,9 @@ IMPROVEMENTS: * Add a new option, `g:go_term_close_on_exit`, to control whether jobs run in a terminal window will close the terminal window when the job exits. [[GH-2409]](https://github.com/fatih/vim-go/pull/2409) +* Allow `g:go_template_file` and `g:go_template_test_files` to reside outside + of vim-go's template directory. + [[GH-2434]](https://github.com/fatih/vim-go/pull/2434) BUG FIXES: * display info about function and function types whose parameters are