diff options
| author | Robert Günzler <r@gnzler.io> | 2025-04-30 13:14:22 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2025-04-30 13:14:22 +0200 |
| commit | 6a1810f4dfe4ac22dfbaf2b98fb7618fd76eb761 (patch) | |
| tree | d9cc1046e3305476e2eea284fbdafde049cf3e10 /.vim/plugin/auto.lua | |
| parent | 59bdb9bc3f7b06b886a24def842f62f350f1411b (diff) | |
vim: misc updates
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.vim/plugin/auto.lua')
| -rw-r--r-- | .vim/plugin/auto.lua | 10 |
1 files changed, 5 insertions, 5 deletions
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('<abuf>') | endif ]], - group = group, - }) + -- autocmd('TermClose', { + -- pattern = { 'term://*' }, + -- command = [[ if !v:event.status | exe 'bdelete! '..expand('<abuf>') | endif ]], + -- group = group, + -- }) end |