From b86b410a923ca0f7a43a747f528411d2f0311b2a Mon Sep 17 00:00:00 2001 From: Ghjuvan Lacambre Date: Fri, 25 Jun 2021 19:01:57 +0200 Subject: Update busy_start/busy_stop ui events documentation (#14415) Closes #14386 --- runtime/doc/ui.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/doc/ui.txt b/runtime/doc/ui.txt index 82406898c8..b385cab36f 100644 --- a/runtime/doc/ui.txt +++ b/runtime/doc/ui.txt @@ -219,8 +219,8 @@ the editor. ["busy_start"] ["busy_stop"] - Nvim started or stopped being busy, and possibly not responsive to - user input. This could be indicated to the user by hiding the cursor. + Indicates to the UI that it must stop rendering the cursor. This event + is misnamed and does not actually have anything to do with busyness. ["suspend"] |:suspend| command or |CTRL-Z| mapping is used. A terminal client (or -- cgit