From e78c877688123c092b1be9f11d2e8c85b70d63e8 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Tue, 24 Jun 2025 22:11:24 +0200 Subject: [PATCH] docs: rename ui.txt => api-ui-events.txt --- runtime/doc/{ui.txt => api-ui-events.txt} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename runtime/doc/{ui.txt => api-ui-events.txt} (99%) diff --git a/runtime/doc/ui.txt b/runtime/doc/api-ui-events.txt similarity index 99% rename from runtime/doc/ui.txt rename to runtime/doc/api-ui-events.txt index 576c5b6842..c221521af8 100644 --- a/runtime/doc/ui.txt +++ b/runtime/doc/api-ui-events.txt @@ -1,4 +1,4 @@ -*ui.txt* Nvim +*api-ui-events.txt* Nvim NVIM REFERENCE MANUAL @@ -6,6 +6,9 @@ Nvim UI protocol *UI* *ui* *api-ui-events* +This document describes the UI protocol. See |gui| and |tui| for user-facing +UI components and features. + Type |gO| to see the table of contents. ==============================================================================