NVIM v0.1.5-608-g8c1fb99
Build type: Release
Compilation: [Removed for the sake of brevity]
Optional features included (+) or not (-): +acl +iconv +jemalloc +tui
For differences from Vim, see :help vim-differences
System-vimrc-Datei: "$VIM/sysinit.vim"
Voreinstellung für $VIM: "
/usr/local/Cellar/neovim/HEAD-8c1fb99/share/nvim"
Note the line break after Voreinstellung für $VIM: "
This causes the makefile to fail with detecting the fallback VIM path.
This in turn causes the compilation to fail:
==> make NVIM=/usr/local/opt/neovim/bin/nvim
Last 15 lines from /Users/pA/Library/Logs/Homebrew/neovim-dot-app/01.make:
2016-07-20 11:01:12 +0200
make
NVIM=/usr/local/opt/neovim/bin/nvim
VIM= NVIM=/usr/local/opt/neovim/bin/nvim scons -Q
Please set VIM to Neovim's $VIM directory.
make: *** [all] Error 255
I do think that this is somewhat a bug in neovim (The line break makes little sense), but I wanted to give a heads up here nevertheless.
@PixelPirate please try #297.
I agree that the issue that you created in the Neovim repo is the best fix. This should fix it until your issue is resolved.
Referencing #212 and 210
My localized
nvim --version
output isNote the line break after
Voreinstellung für $VIM: "
This causes the makefile to fail with detecting the fallback VIM path.
This in turn causes the compilation to fail:
I do think that this is somewhat a bug in neovim (The line break makes little sense), but I wanted to give a heads up here nevertheless.