diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-28 09:05:13 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-28 09:05:13 -0300 |
commit | e4fe2dbd777a59a9a9b386d960eb9dddc459e84e (patch) | |
tree | aa99bd39c8a87c95f93457dcf4456caab45f7310 /scripts/run-api-tests.exp | |
parent | 1faf546ea286ae324c79cfef3b5613a0004182bb (diff) | |
parent | cd8421537034d0b5cc567d81afc4fa5316da171e (diff) | |
download | rneovim-e4fe2dbd777a59a9a9b386d960eb9dddc459e84e.tar.gz rneovim-e4fe2dbd777a59a9a9b386d960eb9dddc459e84e.tar.bz2 rneovim-e4fe2dbd777a59a9a9b386d960eb9dddc459e84e.zip |
Merge 'Refactor WStream to enable writing the same buffer to multiple targets'
Diffstat (limited to 'scripts/run-api-tests.exp')
-rwxr-xr-x | scripts/run-api-tests.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/run-api-tests.exp b/scripts/run-api-tests.exp index 6a568e17cb..0cfa512626 100755 --- a/scripts/run-api-tests.exp +++ b/scripts/run-api-tests.exp @@ -28,9 +28,9 @@ send { for group in split(groups) exe 'augroup '.group autocmd! - augroup NONE - exe 'augroup! '.group + augroup END endfor + autocmd! tabnew let curbufnum = eval(bufnr('%')) redir => buflist |