From 05b9daa1e6e8d045f691b74441ebbc01f69a56aa Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sat, 8 Mar 2025 12:28:15 -0800 Subject: refactor(multiqueue): rename multiqueue_new_parent #32767 --- src/nvim/tui/tui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/tui') diff --git a/src/nvim/tui/tui.c b/src/nvim/tui/tui.c index 31f95a1006..7c93be844a 100644 --- a/src/nvim/tui/tui.c +++ b/src/nvim/tui/tui.c @@ -1,4 +1,4 @@ -// Terminal UI functions. Invoked (by ui_client.c) on the UI process. +// Terminal UI functions. Invoked by the UI process (ui_client.c), not the server. #include #include -- cgit