macvim-dev / macvim

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

Clean up runtime dir after copying them to the app bundle #1418

Closed ychin closed 12 months ago

ychin commented 12 months ago

This cleans up some glaring ones like the syntax/indent's testdir folders in the runtime directory. The real issue is that MacVim just blindly copies the runtime folder to the app bundler but they should really be "installed" using the make install command which properly copies the necessary files only. See #1417 which will fix this.

ychin commented 12 months ago

Doing this before releasing r177 as I noticed from delta updates that we are adding a bunch of unnecessary testdir dump files in the runtime folder.