From 6a1810f4dfe4ac22dfbaf2b98fb7618fd76eb761 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 30 Apr 2025 13:14:22 +0200 Subject: vim: misc updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .vim/plugin/auto.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.vim/plugin/auto.lua') diff --git a/.vim/plugin/auto.lua b/.vim/plugin/auto.lua index ab4e159..98f0ef1 100644 --- a/.vim/plugin/auto.lua +++ b/.vim/plugin/auto.lua @@ -30,9 +30,9 @@ do end, group = group, }) - autocmd('TermClose', { - pattern = { 'term://*' }, - command = [[ if !v:event.status | exe 'bdelete! '..expand('') | endif ]], - group = group, - }) + -- autocmd('TermClose', { + -- pattern = { 'term://*' }, + -- command = [[ if !v:event.status | exe 'bdelete! '..expand('') | endif ]], + -- group = group, + -- }) end -- cgit 1.4.1