diff options
author | Ghjuvan Lacambre <code@lacamb.re> | 2021-06-25 19:01:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-25 13:01:57 -0400 |
commit | b86b410a923ca0f7a43a747f528411d2f0311b2a (patch) | |
tree | a26669cf4056afb8cb906207508bb225bacdc2af | |
parent | 5d792701cf3c8b9a0299ff1e90c843082c590d04 (diff) | |
download | rneovim-b86b410a923ca0f7a43a747f528411d2f0311b2a.tar.gz rneovim-b86b410a923ca0f7a43a747f528411d2f0311b2a.tar.bz2 rneovim-b86b410a923ca0f7a43a747f528411d2f0311b2a.zip |
Update busy_start/busy_stop ui events documentation (#14415)
Closes #14386
-rw-r--r-- | runtime/doc/ui.txt | 4 |
1 files 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 |