rogual / neovim-dot-app

Mac OS X GUI for Neovim
1.13k stars 62 forks source link

Compilation fails because of localized nvim --version output #282

Open PixelPirate opened 8 years ago

PixelPirate commented 8 years ago

Referencing #212 and 210

My localized nvim --version output is

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 commented 8 years ago

#neovim:5095

bambu commented 7 years ago

@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.

PVCODEVERMA commented 1 year ago

hiii