terrychou / iVim

A vim port to iOS.
598 stars 35 forks source link

Terminal is one key behind #213

Closed b- closed 3 years ago

b- commented 3 years ago

If I run :terminal my key input is always one key ahead of what's happening on screen. By this I mean, if I type exit<Enter> the window doesn't press <Enter> unless I press any other key after.

To be clear, it's not just Enter (or Return, rather?) but also any other key at all — as I type exit<Enter> each letter only shows up after I type the next one; the t isn't there until I press <Enter> in the first place.

I'm using iVim 2.40(5) according to :version running on Developer beta iOS 15.0 (19A5337a)

terrychou commented 3 years ago

Although I could not test it on a device since I don't have one with iOS 15 beta installed, I tried to re-produce it in the simulator but failed.

Anyone else has a iOS 15 beta device? Please tell us whether this happens to you too?

b- commented 3 years ago

Hm, it was a weird fluke. It's not doing it now. Closing the issue… I'll comment if it happens again.