I used neovim to edit the SSH config on a system today and ended up running the SSH process into the ground because it apparently opens files encoded in IBM-1047 fine but decides to convert it to UTF-8 if they're not tagged. I was able to get around this by tagging it in IBM-1047 and writing to the file with the settings again, but it's a bit dangerous that it decides to auto-convert if files are not tagged.
I used neovim to edit the SSH config on a system today and ended up running the SSH process into the ground because it apparently opens files encoded in IBM-1047 fine but decides to convert it to UTF-8 if they're not tagged. I was able to get around this by tagging it in IBM-1047 and writing to the file with the settings again, but it's a bit dangerous that it decides to auto-convert if files are not tagged.