diff options
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 |