Re: More survivors of 'make distclean' on MacVim and BramVim

2013-06-13 Thread Bram Moolenaar
Hello Björn and Bram, These files: src/xxd/xxd.dSYM/Contents/Info.plist src/xxd/xxd.dSYM/Contents/Resources/DWARF/xxd ...survive 'make distclean' in both BramVim and MacVim. Shouldn't they be deleted by 'make distclean'? Why don't you tell Apple they should not throw files

Macvim and vimrc

2013-06-13 Thread Zoltan Kiraly
Hi, I'm using vim on a linux computer, and I would like to use the same .vimrc with Macvim. Is it possible? Where to put the .vimrc file on OS X for MacVim? Thank you! -- -- You received this message from the vim_mac maillist. Do not top-post! Type your reply below the text you are replying

Re: Macvim and vimrc

2013-06-13 Thread Chris Schneider
Your .vimrc will go in your home directory (on a mac that's /Users/username), but otherwise it's just ~ and will get picked up by macvim. If you need to do different configuration in your mac's .vimrc, you can do an if block like this to separate out the code. if has('gui_macvim') endif