Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up runtime dir after copying them to the app bundle
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.
- Loading branch information