I just edited a vhost file via command line
sudo vi /srv/.../vhost.conf
After saving and reopening to add something, strange chars where added to the file:
E.g.
AuthName "trac"n
was
AuthName "trac"
before.
Same with AuthUserFile
. A ns was added behind it and a path.
Any ideas why this happens and how to avoid it? I also can't remove this chars.