igrigorik / vimgolf

Real Vim ninjas count every keystroke - do you?
http://www.vimgolf.com/
MIT License
672 stars 65 forks source link

Unknown option argument: "-Z" #347

Closed Pivert closed 2 years ago

Pivert commented 2 years ago
10:00:30[francoisd-XPS-pynvim-21357][francoisd] /workdir
$vimgolf put 9v006233d72d000000000219
Downloading Vimgolf challenge: 9v006233d72d000000000219
Launching VimGolf session for challenge: 9v006233d72d000000000219
vim: Unknown option argument: "-Z"
More info with "vim -h"
          Uh oh, Vim did not exit properly.
          Please ensure you can execute 'Vim' from the commandline.
          If the problem persists, please report the error on github.com/igrigorik/vimgolf

10:01:04[francoisd-XPS-pynvim-21357][francoisd] /workdir
$vim --version
NVIM v0.6.1
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by root@6ca0f4b974f4

Features: +acl +iconv +tui
See ":help feature-compile"

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/local/share/nvim"

Run :checkhealth for more info

Problem: vim (neovim) does not have the -Z command line option

filbranden commented 2 years ago

Duplicate of #304