I have 2 Linux servers (SLES 12.5):
- On the first server I have vim version 7.4.326,
- On the other vim version 9.0.813.
If I open the same file on both servers, Vim behaves differently.
On server with Vim version 7.4.326 :
So, everything is fine.
But on server with Vim version 9.0.813 :

Could somebody explain me what I'm doing wrong ?
Many thanks
:set modified?)? – Vivian De Smedt Feb 16 '23 at 11:24vim --clean– Friedrich Feb 16 '23 at 12:09--cleanflag). – Vivian De Smedt Feb 16 '23 at 14:46type vimin your shell? Try to use the absolute path or\vim --cleanin order to avoid alias or function expansion. Also are you sure it's the same file on both servers? Can you confirm by comparing their checksum? (maybe one is corrupted or has different-n-strange encoding?) – gildux Feb 16 '23 at 20:22:set t_u7=works around it – Christian Brabandt Feb 17 '23 at 07:28