Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when moving cursor in Ex Command Menu #1554

Closed
ericluap opened this issue Apr 3, 2020 · 1 comment
Closed

Crash when moving cursor in Ex Command Menu #1554

ericluap opened this issue Apr 3, 2020 · 1 comment
Labels
A-vim Area: Vim/modal editing bug Something isn't working I-crash It crashes. Is very bad! U-libvim Upstream: Potentially dependent on changes in libvim

Comments

@ericluap
Copy link
Contributor

ericluap commented Apr 3, 2020

How to reproduce:
Type :e (note the space after the "e")
Press the left arrow key

This leads to oni2 crashing immediately.
By looking at the debug output, it appears it is crashing on this line

let completions = Vim.CommandLine.getCompletions();

@glennsl glennsl added A-vim Area: Vim/modal editing bug Something isn't working I-crash It crashes. Is very bad! U-libvim Upstream: Potentially dependent on changes in libvim labels Apr 3, 2020
@bryphe
Copy link
Member

bryphe commented Feb 12, 2021

I haven't been able to reproduce this in the latest builds - feel free to re-open if there is still a crash here, though .

I suspect this was fixed either in onivim/libvim@ce177a6 , or possibly onivim/libvim#226

@bryphe bryphe closed this as completed Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-vim Area: Vim/modal editing bug Something isn't working I-crash It crashes. Is very bad! U-libvim Upstream: Potentially dependent on changes in libvim
Projects
None yet
Development

No branches or pull requests

3 participants