Hello
My system recently updated vim (I think to 9.1). I do not know if it was 9.1 before. But on my system it included/includes patches (patch 794 on my system).
I am seeing something that I did not see before.
I am using git using the ! shell escape from within the editor (for status, commit, and push). When I run a ! command, the editor buffer was hidden, and the xterm was displayed. All the commands that were run previously and their results were seen. And a message "Press ENTER or type command to continue" was displayed. This was normal behavior.
But now when I run a ! command, the editor buffer output is not cleared, and the output of the command is overwritten onto the buffer contents, and the "Press ENTER ..." message is displayed. When you press enter, it just displays the buffer again, correctly
This new behavior happens most of the time.
Does anybody have this issue with VIM version 9.1?
Regards
Riza