]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(syntax-tests): Apply stronger synchronisation between buffers
authorAliaksei Budavei <0x000c70@gmail.com>
Sat, 1 Mar 2025 15:28:20 +0000 (16:28 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 1 Mar 2025 15:28:20 +0000 (16:28 +0100)
commit7003a5d63f099671886c235a83b3e4fb36fb6370
tree670a61d4b0c4321210e8a8f078b096246961124f
parentff159253eb55fa881e1fcfc45f1de5d73d15bdd4
runtime(syntax-tests): Apply stronger synchronisation between buffers

The current lightweight synchronisation with ":redraw" needs further
reinforcement in the light of v9.1.1110.  And, with v9.1.0820, make
another synchronisation point _before_ the first (or only) screenful is
dumped.

Also add a script to regenerate all screendumps.

closes: #16632

Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
Filelist
runtime/syntax/Makefile
runtime/syntax/testdir/runtest.vim
runtime/syntax/testdir/tools/regenerate_screendumps.sh [new file with mode: 0755]