diff options
author | bfredl <bjorn.linse@gmail.com> | 2024-05-31 20:36:16 +0200 |
---|---|---|
committer | bfredl <bjorn.linse@gmail.com> | 2024-06-01 10:52:43 +0200 |
commit | 6d6974eae685feeccac027287b4dee58730a7464 (patch) | |
tree | 1c1b0efb11da11a3f6121465172410941d999a56 /runtime/lua/vim | |
parent | 1d091e52f09c8167eeaa03a6e5c44070ea198c6b (diff) | |
download | rneovim-6d6974eae685feeccac027287b4dee58730a7464.tar.gz rneovim-6d6974eae685feeccac027287b4dee58730a7464.tar.bz2 rneovim-6d6974eae685feeccac027287b4dee58730a7464.zip |
refactor(input): don't use a ring for input
Since paste data is handled via a separate channel, the data processed via `input_buffer` is typically just explicit keys as typed in by the user. Therefore it should be fine to use `memmove()` to always put the remaining data in front when refilling the buffer.
Diffstat (limited to 'runtime/lua/vim')
0 files changed, 0 insertions, 0 deletions