[qt/qt-creator/qt-creator]: Summary of bulk changes made

KDE Git Services - Bulk Change <[email protected]> Wed, 5 Aug 2026 06:14:55 +0000 (UTC)
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git repository change summary for qt/qt-creator/qt-creator
Pushed by mirror-service into branch 'master'.
Changed from 68cf0275d5b522e836522a1f6640dcb55fa7b913 to b785b97efc4e92fb024314ad44f8f803cccda6ea
Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository.

This change contains the following new commits:

Git commit c6a0c6a107b277821592188d2aaf88ed8b07e5ca by hjk on 05/08/2026 at 05:43..
FakeVim: Join lists with "+", and pass over ":echohl"

Adding two lists read them as numbers and gave a number, so the way a
script grows a list an item at a time - "let l += [x]" - left it holding
zero, and whatever came next asked for a list and found none. Both the
compound form and a plain "+" now put one list after the other.

":echohl" picks the colour the next message is drawn in. There is nothing
to draw it in here, but failing on it takes the rest of the script with
it, so it is accepted and passed over.

The expected values in the test were taken from Vim 9.1.

Assisted-by: Claude Code
Task-number: QTCREATORBUG-34817
Change-Id: I41c58ab2ffa5603918fe96984d5939cb41785469
Reviewed-by: Cristian Adam <[email protected]>
https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/c6a0c6a107b277821592188d2aaf88ed8b07e5ca

Git commit db3c7f4b78b9d7204ae73267af5fb7b8d6a60c2d by hjk on 05/08/2026 at 05:43..
FakeVim: Test a script-scope variable across a function

Settling a choice inside a function and reading it back from the script is
how a plugin remembers what it decided, and nothing covered it. It works;
the test is here because chasing a plugin that gets this far led to
suspecting it, and knowing it holds narrows where to look next.

Assisted-by: Claude Code
Task-number: QTCREATORBUG-34817
Change-Id: I6a95299521e1c2b81ee5a830bfadf013213a82f8
Reviewed-by: Cristian Adam <[email protected]>
https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/db3c7f4b78b9d7204ae73267af5fb7b8d6a60c2d

Git commit b785b97efc4e92fb024314ad44f8f803cccda6ea by hjk on 05/08/2026 at 05:43..
FakeVim: Test the if chain a plugin settles a choice with

A block that fills in a default, one that is skipped, then a chain whose
last arm reports not knowing what to do: reaching that arm anyway is what
a plugin failing here looks like. It does not; as with the script-scope
test, this is recorded because the shape was uncovered and knowing it
holds says where not to look.

Assisted-by: Claude Code
Task-number: QTCREATORBUG-34817
Change-Id: I65a38f4a4254710571e560281097f1f794f4e13b
Reviewed-by: Cristian Adam <[email protected]>
https://invent.kde.org/qt/qt-creator/qt-creator/-/commit/b785b97efc4e92fb024314ad44f8f803cccda6ea