ref: 6949cc1d5185d10de1c78e5a10526b2949f3e35a
parent: dd360bcd3bf1fbbb1009d4b49c847facb929030b
author: phil9 <telephil9@gmail.com>
date: Thu Sep 2 15:10:12 EDT 2021
Add plumber support Vim now opens files sent through the plumber. This is done by spawning a dedicated thread that listens on the plumber 'edit' port and runs an edit command when receiving a file. In order for the screen to properly refresh we call the shell_resized() function but this is a bit overkill and we should find a better way to have the refresh occur without recreating the whole term screen.