Friday, May 2, 2025

Re: vim 9.1 does not hide screen when ! command is given

Hello Christian

My t_ti and t_te are as such

  t_ti=^[[?1049h^[[22;0;0t
  t_te=^[[?1049l^[[23;0;0t

The old vim version was (9.1.0366) where the patch number is 0366 on my system, the new one is 9.1.0794

Regards,
Riza

On Fri, May 2, 2025 at 12:57 PM Christian Brabandt <cblists@256bit.org> wrote:

On Fri, 02 May 2025, Riza Dindir wrote:

> 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?

Did your $TERM value change? Check also your 't_ti' and 't_te' values.
See also :h xterm-screens for an explanation.

Can you compare your :version output for the old and new Vim versions?

Thanks,
Christian
--
An optimist is a man who looks forward to marriage.
A pessimist is a married optimist.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/aBSXCcqLBHAAmhRx%40256bit.org.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/CA%2Bek4BEAGFAY8P658rcuwFw29Dvx%3DngunG97imSt3bWsy4Zipg%40mail.gmail.com.

No comments: