diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-28 08:42:14 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-05-28 08:52:54 -0300 |
commit | a001b8cb0ca87a90e89b74440ee3d8d5f41044d3 (patch) | |
tree | 4d52f0125bfc078e1476d36737bce4ed90d985c1 /scripts | |
parent | c3c826da34be63543f3bf54f31c2ff38bfcd715a (diff) | |
download | rneovim-a001b8cb0ca87a90e89b74440ee3d8d5f41044d3.tar.gz rneovim-a001b8cb0ca87a90e89b74440ee3d8d5f41044d3.tar.bz2 rneovim-a001b8cb0ca87a90e89b74440ee3d8d5f41044d3.zip |
Build: Fix autocmd removal from cleanup function
Diffstat (limited to 'scripts')
-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 |