summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIke Devolder <ike.devolder@gmail.com>2019-11-18 13:38:04 +0100
committerGitHub <noreply@github.com>2019-11-18 13:38:04 +0100
commitd150bb5a90bc92f79b138bcdd602b7e0f492fa53 (patch)
tree52f90c1e23c4a490dde85f9b799e5296c06c6d45
parent550f69d1f06c56e8639c6d15f327e1daf01e95ec (diff)
parent04a8c7336e266fa2eccc533adf1bfcf5ba92b491 (diff)
downloadvdebug-d150bb5a90bc92f79b138bcdd602b7e0f492fa53.zip
Merge pull request #432 from skotos/fix-423
Fix #423 - Vim Hangs on exit if vdebug is running.
-rw-r--r--plugin/vdebug.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/vdebug.vim b/plugin/vdebug.vim
index 2f77daa..feb9fb8 100644
--- a/plugin/vdebug.vim
+++ b/plugin/vdebug.vim
@@ -315,6 +315,8 @@ function! Vdebug_statusline()
endfunction
augroup Vdebug
+augroup END
+augroup VdebugOut
autocmd VimLeavePre * python3 debugger.close()
augroup END