summaryrefslogtreecommitdiffstats
path: root/runtime/doc/term.txt
diff options
context:
space:
mode:
authorh_east <h.east.727@gmail.com>2023-11-21 21:24:23 +0900
committerGitHub <noreply@github.com>2023-11-21 12:24:23 +0000
commit596a9f29c83af85ace1a2702c88591851ad14df8 (patch)
treefdee024e25587109971bcf26ff474f86903f0e40 /runtime/doc/term.txt
parentaabca259fa48865e93d58b798233b19e0cb3ec7b (diff)
runtime(doc): Fix whitespace and formatting of some help files (#13549)
Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/term.txt')
-rw-r--r--runtime/doc/term.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/term.txt b/runtime/doc/term.txt
index 9526f2b802..95d1cffa97 100644
--- a/runtime/doc/term.txt
+++ b/runtime/doc/term.txt
@@ -1,4 +1,4 @@
-*term.txt* For Vim version 9.0. Last change: 2023 Nov 04
+*term.txt* For Vim version 9.0. Last change: 2023 Nov 20
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -757,8 +757,9 @@ For Windows Terminal you can use something like this: >
let &t_SI = "\e[5 q" " blink bar
let &t_SR = "\e[3 q" " blink underline
let &t_EI = "\e[1 q" " blink block
- let &t_ti ..= "\e[1 q" " blink block
- let &t_te ..= "\e[0 q" " default (depends on terminal, normally blink block)
+ let &t_ti ..= "\e[1 q" " blink block
+ let &t_te ..= "\e[0 q" " default (depends on terminal, normally blink
+ " block)
endif
{not available when compiled without the |+cursorshape| feature}