diff options
Diffstat (limited to 'runtime/doc/ui.txt')
-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 3b7debd99e..872049b356 100644 --- a/runtime/doc/ui.txt +++ b/runtime/doc/ui.txt @@ -4,12 +4,12 @@ NVIM REFERENCE MANUAL -Nvim UI protocol *ui* +Nvim UI protocol *UI* *ui* Type |gO| to see the table of contents. ============================================================================== -UI Events *ui-events* +UI Events *ui-events* UIs can be implemented as external client processes communicating with Nvim over the RPC API. The default UI model is a terminal-like grid with a single, |