Adding shell script to fix MacVim bug with external displays

(cherry picked from commit 479a0b5b714805218fa16ed91446d19bbebffcfd)
This commit is contained in:
Luiz Gonzaga dos Santos Filho 2014-11-20 19:55:00 -02:00
parent c2725078b6
commit adaf8cb243

View File

@ -0,0 +1,4 @@
#!/bin/sh
rm ~/Library/Preferences/org.vim.MacVim.LSSharedFileList.plist && \
rm ~/Library/Preferences/org.vim.MacVim.plist && \
echo "Files deleted sucessfully. You may have to restart OSX."