In iterm when I do a normal git commit I get a python error which I assume is related to the above although they could be separate items.
Iterm info as follows.
:mes
nothing
:YcmDebugInfo
Printing YouCompleteMe debug information...
-- Server crashed, no debug info from server
-- Server running at: http://127.0.0.1:61190
-- Server process ID: 2327
Press ENTER or type command to continue
screenshot:

screenshot2:

possibly related to https://github.com/Valloric/YouCompleteMe/issues/1046
You probably misconfigured YCM (using wrong version of python etc). See the other issues related to Python/Macvim.
YCM doesn't crash when editing JavaScript files. Only when committing in git. If it was installed incorrectly wouldn't it still crash doing anything where YCM was involved?
Sent from my iPhone
On Aug 21, 2014, at 4:52 PM, Val Markovic [email protected] wrote:
Closed #1045.
—
Reply to this email directly or view it on GitHub.
That's an interesting point. Could you provide a detailed set of repro steps?
Still having this issue. Steps to repro are as follows.
git add -Agit commitI also have this issue. YCM works as expected in all other filetypes, but git commit filetypes break it.
I seem to have gotten it to work using this:
git config --global core.editor $(which vim)
This is on a Mac, though, so YMMV.
@hmschreck You're my life SAVIOR
new MacBook here and I forgot to set the editor. Thanks @hmschreck
Most helpful comment
I seem to have gotten it to work using this:
git config --global core.editor $(which vim)
This is on a Mac, though, so YMMV.