diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2024-09-18 00:26:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-18 00:26:01 -0700 |
commit | 44afd074430a7cb612f548e651df07651019e34c (patch) | |
tree | 7ddd358b74c41ec0fbdc4a8203c92374496b9675 /runtime | |
parent | 22479ce563d82b844a4226e1afaa41078676160b (diff) | |
download | rneovim-44afd074430a7cb612f548e651df07651019e34c.tar.gz rneovim-44afd074430a7cb612f548e651df07651019e34c.tar.bz2 rneovim-44afd074430a7cb612f548e651df07651019e34c.zip |
docs(tui): rename term.txt, nvim_terminal_emulator.txt #30398
Problem:
It has long been a convention that references to the builtin terminal UI
should mention "tui", not "term", in order to avoid ambiguity vs the
builtin `:terminal` feature. The final step was to rename term.txt;
let's that step.
Solution:
- rename term.txt => tui.txt
- rename nvim_terminal_emulator.txt => terminal.txt
- `gen_help_html.lua`: generate redirects for renamed pages.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/terminal.txt (renamed from runtime/doc/nvim_terminal_emulator.txt) | 2 | ||||
-rw-r--r-- | runtime/doc/tui.txt (renamed from runtime/doc/term.txt) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/nvim_terminal_emulator.txt b/runtime/doc/terminal.txt index 10658ff4ff..5d8dd484f9 100644 --- a/runtime/doc/nvim_terminal_emulator.txt +++ b/runtime/doc/terminal.txt @@ -1,4 +1,4 @@ -*terminal_emulator.txt* Nvim +*terminal.txt* Nvim NVIM REFERENCE MANUAL by Thiago de Arruda diff --git a/runtime/doc/term.txt b/runtime/doc/tui.txt index 8ef8675d13..9d73341797 100644 --- a/runtime/doc/term.txt +++ b/runtime/doc/tui.txt @@ -1,4 +1,4 @@ -*term.txt* Nvim +*tui.txt* Nvim NVIM REFERENCE MANUAL |