onivim / oni

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

Expression Register Input Box Not Displaying Characters after First Number #2409

Open EarthCitizen opened 6 years ago

EarthCitizen commented 6 years ago

Oni Version: 0.3.6

Neovim Version (Linux only):

Operating System: macOS 10.13.5

Issue: Expression register text input box does not display characters after first number. Though not displayed, the input box still accepts and processes the rest of the characters entered.

Expected behavior: Displays all characters entered.

Actual behavior: Stops displaying characters after first number.

Steps to reproduce:

  1. Go to Insert mode
  2. Type Ctrl-R=
  3. Type 12
  4. Type +100
  5. Type enter

12 is displayed, but +100 is not, but still 112 is inserted into the buffer.

oni-bot[bot] commented 6 years ago

Hello and welcome to the Oni repository! Thanks for opening your first issue here. To help us out, please make sure to include as much detail as possible - including screenshots and logs, if possible.

CrossR commented 6 years ago

Very odd! I've reproduced it on Windows as well.

Its interesting since the box is obviously aware of what is in it (since backspace also works for it). Cheers for the repro, makes it a lot easier to find whats wrong!