codota / tabnine-nvim

Tabnine Client for Neovim
https://tabnine.com
342 stars 31 forks source link

read lines #168

Closed amirbilu closed 6 months ago

aarondill commented 6 months ago

I wonder if the OS is buffering the input, causing the line to get split between data packets. that would certainly explain the issue. Whether this is the original source of #167 or not, if it doesn't cause any additional problems, it's probably a good safe guard to have in place.

amirbilu commented 6 months ago

@aarondill I kind of knew this is an issue, but left it to future releases since it never was an issue on my machine