]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1866: undo is synced after character find v9.0.1866
authorzeertzjq <zeertzjq@outlook.com>
Mon, 4 Sep 2023 20:25:07 +0000 (22:25 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 4 Sep 2023 20:25:07 +0000 (22:25 +0200)
commitdccc29c228f8336ef7dd069a447886639af4458e
tree407619ff91c36172c5fe25221a52905892a09061
parent3170342af3049852afb2fbca85df37baf5fec82f
patch 9.0.1866: undo is synced after character find

Problem:  Undo is synced after character find.
Solution: Set no_u_sync when calling gotchars_nop().

closes: #13022
closes: #13024

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
src/normal.c
src/testdir/test_undo.vim
src/version.c