Files
neovim/runtime/lua/vim/_defaults.lua
Evgeni Chasnovski 85cb0b0ddc fix(defaults): make terminal autoclose not block other events (#27581)
Problem: When terminal is autocloses, it blocks other events, like
  `BufEnter`.

Solution: Use `nested = true`.
2024-02-22 13:54:21 -06:00

15 KiB