]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0679: Rename from w_closing to w_locked is incomplete v9.1.0679
authorzeertzjq <zeertzjq@outlook.com>
Fri, 16 Aug 2024 19:11:31 +0000 (21:11 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 16 Aug 2024 19:11:31 +0000 (21:11 +0200)
commitbc11f6d9d4f580179d3963f3c489881904d6cd62
tree6c76466d5c65a5a62e2a6f09ee080c5c388cd075
parent6908db475603c0f37aaf4c3ba13dfdbebd340003
patch 9.1.0679: Rename from w_closing to w_locked is incomplete

Problem:  Rename from w_closing to w_locked is incomplete
          (after 9.1.0678).
Solution: Rename remaining occurrences of w_closing to w_locked and
          update comments (zeertzjq).

closes: #15504

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/ex_cmds.c
src/structs.h
src/terminal.c
src/version.c