mhinz / neovim-remote

:ok_hand: Support for --remote and friends.
MIT License
1.73k stars 83 forks source link

Prevent whitespace trimming for stdin input #168

Closed gbrlsnchs closed 2 years ago

gbrlsnchs commented 3 years ago

Let's only remove null terminators, not whitespaces.

mhinz commented 2 years ago

Thanks!