]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1571: RedrawingDisabled not used consistently v9.0.1571
authorBram Moolenaar <Bram@vim.org>
Sat, 20 May 2023 13:07:00 +0000 (14:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 20 May 2023 13:07:00 +0000 (14:07 +0100)
commit79cdf026f1b8a16298ee73be497c4bd5f3458cde
tree2f2381a497126df7030b96450b1b1bfd4257c487
parentbf63011a52a3cc32609ae5945665875062a5ae50
patch 9.0.1571: RedrawingDisabled not used consistently

Problem:    RedrawingDisabled not used consistently.
Solution:   Avoid RedrawingDisabled going negative.  Set RedrawingDisabled in
            win_split_ins(). (closes #11961)
16 files changed:
src/autocmd.c
src/buffer.c
src/cmdexpand.c
src/debugger.c
src/edit.c
src/ex_cmds.c
src/ex_docmd.c
src/ex_getln.c
src/insexpand.c
src/os_unix.c
src/popupmenu.c
src/screen.c
src/tag.c
src/userfunc.c
src/version.c
src/window.c