Open EarthCitizen opened 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.
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!
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:
Ctrl-R=
12
+100
12
is displayed, but+100
is not, but still112
is inserted into the buffer.