neovim-dot-app icon indicating copy to clipboard operation
neovim-dot-app copied to clipboard

Compilation fails because of localized nvim --version output

Open PixelPirate opened this issue 8 years ago • 3 comments

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 avatar Jul 20 '16 09:07 PixelPirate

#neovim:5095

PixelPirate avatar Jul 20 '16 09:07 PixelPirate

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

bambu avatar Sep 09 '16 00:09 bambu

~~hiii~~

PVCODEVERMA avatar Nov 15 '22 08:11 PVCODEVERMA