summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorelig0n <31196036+elig0n@users.noreply.github.com>2024-02-28 21:45:48 +0100
committerChristian Brabandt <cb@256bit.org>2024-02-28 21:46:15 +0100
commitb1289f19efb75a3234c8f22bdd303a6ebe56f78c (patch)
treef9093a42ba03b261bf0a9666022cd6db80864542
parent97a35ae356432c85b071505dc1b4c48ad170189f (diff)
runtime(doc): Fix typo under *kitty-terminal* in term.txt
closes: #14106 Signed-off-by: elig0n <31196036+elig0n@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
-rw-r--r--runtime/doc/term.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/term.txt b/runtime/doc/term.txt
index 8154ec596e..d958229bc4 100644
--- a/runtime/doc/term.txt
+++ b/runtime/doc/term.txt
@@ -1,4 +1,4 @@
-*term.txt* For Vim version 9.1. Last change: 2024 Jan 15
+*term.txt* For Vim version 9.1. Last change: 2024 Feb 28
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -345,7 +345,7 @@ versions (and will then also end up in terminfo/termcap).
*xterm-kitty* *kitty-terminal*
The Kitty terminal is a special case. Mainly because it works differently
-from most other terminals, but also because, instead of trying the fit in and
+from most other terminals, but also because, instead of trying to fit in and
make it behave like other terminals by default, it dictates how applications
need to work when using Kitty. This makes it very difficult for Vim to work
in a Kitty terminal. Some exceptions have been hard coded, but it is not at