toggleterm.nvim
toggleterm.nvim copied to clipboard
[Bug] horizontal term's size goes wrong after a special exit pattern
https://user-images.githubusercontent.com/71810726/127414090-4d99a486-51ab-4f65-9af4-13a47cb44e97.mp4
Steps to reproduce :
- open horizontal term
- change to non-terminal buffer
- :q
- open horizontal term
- use exit command
- open horizontal term <-- bug happens
Setting persist_size = false seems to fix the problem(but idk why).