macvim-dev / macvim

Vim - the text editor - for macOS
https://macvim.org
Vim License
7.47k stars 680 forks source link

Remove unnecessary MacVim-specific window clear #1405

Closed ychin closed 1 year ago

ychin commented 1 year ago

During merging from upstream Vim, I noticed that MacVim is doing some unnecessary clears. From looking at them, I don't think they are really necessary (at least with the current source revision). Such MacVim-specific changes add merge conflicts and makes it difficult to diagnose issues (as we need to determine if they are MacVim-specific or Vim). Just remove it for now. Can always add back if we see issues.

The change was introduced in c6218461601.