From 04a8c7336e266fa2eccc533adf1bfcf5ba92b491 Mon Sep 17 00:00:00 2001 From: Scott Tester Date: Fri, 15 Nov 2019 20:01:00 +1100 Subject: Fix #423 - Vim Hangs on exit if vdebug is running. --- plugin/vdebug.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/vdebug.vim b/plugin/vdebug.vim index 8d7962b..76d0f5f 100644 --- a/plugin/vdebug.vim +++ b/plugin/vdebug.vim @@ -314,6 +314,8 @@ function! Vdebug_statusline() endfunction augroup Vdebug +augroup END +augroup VdebugOut autocmd VimLeavePre * python3 debugger.close() augroup END -- cgit v1.2.3