onivim / oni

Oni: Modern Modal Editing - powered by Neovim
https://www.onivim.io
MIT License
11.36k stars 301 forks source link

Oni crashes on LSP call #2745

Open eyalk5 opened 5 years ago

eyalk5 commented 5 years ago

Oni Version: 0.3.6 Neovim Version (Linux only): Operating System:

Issue: Described in the image. Happens with vim lang server when editing vim file. Specifically, I typed "au VimEnter * nested c" and it crashed twice. Added: "language.vim.languageServer.command": "vim-language-server", "language.vim.languageServer.arguments" :[ "--stdio" ]

image

Expected behavior:

Actual behavior:

Steps to reproduce:

iamcco commented 5 years ago

It seems it's not vim-language-server's issue, the this.props.text.split seems react error of Oni.