You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to the zoslib heuristic for untagged files. You can try setting export __UNTAGGED_READ_MODE=ASCII to force conversion of untagged files to ASCII. This setting will affect all untagged files and all tools linking to zoslib (which is probably 80% of the tools). If most/all of your untagged files contain 1047 content then this setting is probably preffered for you.
@IgorTodorovskiIBM this is a borderline bug I would say since vim gets confused pretty easily, but presumably this also belongs under zoslib and not vim? You ok if we open an issue in zoslib and then close this one?
bash-5.2$ /bin/touch OP
bash-5.2$ ls -lT OP
bash-5.2$ /bin/echo hello >> OP
bash-5.2$ ls -lT OP
bash-5.2$ /bin/cat OP
hello
--
bash-5.2$ vim OP
1 <88><85><93><93><96>^U
The text was updated successfully, but these errors were encountered: