move macvim to recipes and add options to override sytem vim#73
move macvim to recipes and add options to override sytem vim#73CodisRedding wants to merge 1 commit intocowboy:masterfrom
Conversation
|
I'll look into this, thanks! |
|
I do think that the spaces in the macvim args are causing an issue with the way the array is iterated over during installation. I tried wrapping it in double quotes but after setdiff the args are iterated over instead of the double quoted macvim line with args. |
|
so, because of the wild way that bash handles arrays I ended up having to run a string replacement to handle args in brew recipes.
This ended up working BUT macvim now does require the full xcode install, no longer can you use just the tools. =/ |
options override the default system vim and others are needed with macos