Re: [vim/vim] patch 9.1.1905: tabpanel: truncates terminal output (1ff3e70)

9 views
Skip to first unread message

hokorobi

unread,
Nov 12, 2025, 8:26:48 AM (20 hours ago) Nov 12
to vim/vim, Subscribed

Thank you for the correction!


Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/commit/1ff3e701e49c04162c1bd68b58fb6588dda89fe0/170351599@github.com>

Tony Mechelynck

unread,
Nov 12, 2025, 10:29:46 PM (6 hours ago) Nov 12
to vim...@googlegroups.com, reply+ACY5DGB4QBHV35P556...@reply.github.com, vim/vim, Subscribed
Patch 9.1.1905 ? I went over from Mercurial to git after patch 9.1.1896 plus two runtime changes, and "git status" never told me anything other than the following:

On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean

so if there exists a patch 9.1.1905 I'm missing at least nine patchlevels. Where are they ?

Best regards,
Tony.

--
--
You received this message from the "vim_dev" 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_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_dev/vim/vim/commit/1ff3e701e49c04162c1bd68b58fb6588dda89fe0/170351599%40github.com.

vim-dev ML

unread,
Nov 12, 2025, 10:30:20 PM (6 hours ago) Nov 12
to vim/vim, vim-dev ML, Your activity

Patch 9.1.1905 ? I went over from Mercurial to git after patch 9.1.1896
plus two runtime changes, and "git status" never told me anything other
than the following:

On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean

so if there exists a patch 9.1.1905 I'm missing at least nine patchlevels.
Where are they ?

Best regards,
Tony.

On Wed, Nov 12, 2025 at 2:26 PM hokorobi ***@***.***> wrote:

> Thank you for the correction!
>
> —
> Reply to this email directly, view it on GitHub
> <https://github.com/vim/vim/commit/1ff3e701e49c04162c1bd68b58fb6588dda89fe0#commitcomment-170351599>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: <vim/vim/commit/1ff3e701e49c04162c1bd68b58fb6588dda89fe0/170351599@
> github.com>
>
> --
> --
> You received this message from the "vim_dev" 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_dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to ***@***.***
> <https://groups.google.com/d/msgid/vim_dev/vim/vim/commit/1ff3e701e49c04162c1bd68b58fb6588dda89fe0/170351599%40github.com?utm_medium=email&utm_source=footer>
> .
>


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/commit/1ff3e701e49c04162c1bd68b58fb6588dda89fe0/170422391@github.com>

Maxim Kim

unread,
12:08 AM (5 hours ago) 12:08 AM
to vim_dev
Did you `git pull` ?

Christian Brabandt

unread,
3:12 AM (2 hours ago) 3:12 AM
to vim...@googlegroups.com, reply+ACY5DGB4QBHV35P556...@reply.github.com, vim/vim, Subscribed

On Do, 13 Nov 2025, Tony Mechelynck wrote:

> Patch 9.1.1905 ? I went over from Mercurial to git after patch 9.1.1896 plus two runtime changes, and "git status" never told me anything other than the following:
>
> On branch master
> Your branch is up to date with 'origin/master'.
>
> nothing to commit, working tree clean
>
> so if there exists a patch 9.1.1905 I'm missing at least nine patchlevels. Where are they ?

If you don't want to change your current checked out repo, use git
fetch. This fetches the latest information from the remote repo, without
touching it. git status should then tell you, you are behind.

Since I seem to remember you have some local changes (I suppose commited
on top of the checkout master branch), you can then update your local
branch and re-apply your changes on top of it using
git rebase origin/master

Thanks,
Christian
--
It'll be a nice world if they ever get it finished.

vim-dev ML

unread,
3:12 AM (2 hours ago) 3:12 AM
to vim/vim, vim-dev ML, Your activity


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/commit/1ff3e701e49c04162c1bd68b58fb6588dda89fe0/170432864@github.com>

Reply all
Reply to author
Forward
0 new messages