diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-03-15 00:12:21 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-08-03 00:29:51 +0200 |
commit | 8aa0dfd684266f8b3ab87018d6b59ff66e3ad1cf (patch) | |
tree | 75572339c023a4b27f0a0a5f8df58583ae3c0745 /runtime/doc/vim_diff.txt | |
parent | eb40b7ec404e8651137513ced43d503bc6656f17 (diff) | |
download | rneovim-8aa0dfd684266f8b3ab87018d6b59ff66e3ad1cf.tar.gz rneovim-8aa0dfd684266f8b3ab87018d6b59ff66e3ad1cf.tar.bz2 rneovim-8aa0dfd684266f8b3ab87018d6b59ff66e3ad1cf.zip |
doc: "terminal" always means "embedded terminal emulator"
- Prefer "TUI" where possible to refer to the host terminal.
- Remove obsolete tags and ancient TTY exposition.
- Establish "terminal" to consistently mean "terminal emulator" in all
Nvim documentation. This removes the need for verbose qualifiers in
tags and prose.
References #6280
References #6803
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 1f94a45c74..7f1e5ce543 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -61,7 +61,7 @@ these differences. MAJOR COMPONENTS ~ -Embedded terminal emulator |terminal-emulator| +Embedded terminal emulator |terminal| RPC API |RPC| Shared data |shada| XDG base directories |xdg| |