macvim icon indicating copy to clipboard operation
macvim copied to clipboard

Move from manual reference counting to ARC

Open ychin opened this issue 3 years ago • 1 comments

Apple has introduced ARC (Automatic Reference Counting) a long time ago. However, MacVim still mostly uses manual reference counting, which actually introduces bugs like #1164. ARC will not solve everything but should help reduce this class of bugs, and even the lowest required macOS (10.9 at the moment) has long supported it.

ychin avatar Mar 30 '21 02:03 ychin

I have started working on this.

s4y avatar Mar 30 '21 03:03 s4y