Tagged Questions
2
votes
1answer
241 views
why doesn't my .gitconfig work? (for external diff)
I added this in ~/.gitconfig:
[diff]
external = mvimdiff
[difftool]
prompt = false
and made a 755 /bin/mvimdiff that:
#!/bin/sh
mvim -d "$2" "$5"
in order to invoke MacVim as my git ...
2
votes
1answer
168 views
Self Built MacVim on OSX 10.6 doesn't open a GUI window
I've noticed the MacVim downloads page has stopped uploading pre-compiled snapshots for OSX 10.6 (only 10.7 is supported now, with 10.6 considered LEGACY). I'm still using 10.6 and wanted to build it ...
0
votes
1answer
134 views
Git doesn't see the folder I'm trying to commit, though it's visible in NERDTree in MacVim
Trying to commit folder, but git just doesn't see one.
At the same time in MacVim's NERDTree (I have Janus distribution installed) all files from that folder are appearing with the wildcard at the ...