Skip to content

Commit d257b51

Browse files
committed
{help,os_win32,term}.txt: Update Vim 8.2.5077
1 parent e824bd6 commit d257b51

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

en/help.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*help.txt* For Vim version 8.2. Last change: 2022 Feb 26
1+
*help.txt* For Vim version 8.2. Last change: 2022 May 13
22

33
VIM - main help file
44
k
@@ -88,12 +88,15 @@ Tuning Vim ~
8888
|usr_43.txt| Using filetypes
8989
|usr_44.txt| Your own syntax highlighted
9090
|usr_45.txt| Select your language
91-
|usr_46.txt| Write plugins using Vim9 script
91+
92+
Writing Vim scripts ~
93+
|usr_50.txt| Advanced Vim script writing
94+
|usr_51.txt| Create a plugin
95+
|usr_52.txt| Write plugins using Vim9 script
9296

9397
Making Vim Run ~
9498
|usr_90.txt| Installing Vim
9599

96-
97100
REFERENCE MANUAL: These files explain every detail of Vim. *reference_toc*
98101

99102
General subjects ~

en/os_win32.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*os_win32.txt* For Vim version 8.2. Last change: 2022 Feb 14
1+
*os_win32.txt* For Vim version 8.2. Last change: 2022 May 24
22

33

44
VIM REFERENCE MANUAL by George Reilly
@@ -7,7 +7,7 @@
77
*win32* *Win32* *MS-Windows*
88
This file documents the idiosyncrasies of the Win32 version of Vim.
99

10-
The Win32 version of Vim works on Windows XP, Vista, 7, 8 and 10. There are
10+
The Win32 version of Vim works on Windows XP, Vista, 7, 8, 10 and 11. There are
1111
both console and GUI versions.
1212

1313
The 32 bit version also runs on 64 bit MS-Windows systems.
@@ -42,6 +42,11 @@ The GUI version was made by George V. Reilly and Robert Webb.
4242

4343
For compiling see "src/INSTALLpc.txt". *win32-compiling*
4444

45+
*WSL*
46+
When using Vim on WSL (Windows Subsystem for Linux) the remarks here do not
47+
apply, `has('win32')` will return false then. In case you need to know
48+
whether Vim is running on WSL you can use `exists('$WSLENV')`.
49+
4550
==============================================================================
4651
1. Known problems *win32-problems*
4752

en/term.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*term.txt* For Vim version 8.2. Last change: 2022 Apr 03
1+
*term.txt* For Vim version 8.2. Last change: 2022 Apr 23
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -386,9 +386,10 @@ Added by Vim (there are no standard codes for these):
386386
t_SR start replace mode (underline cursor shape) *t_SR* *'t_SR'*
387387
t_EI end insert or replace mode (block cursor shape) *t_EI* *'t_EI'*
388388
|termcap-cursor-shape|
389-
t_RV request terminal version string (for xterm) *t_RV* *'t_RV'*
390-
The response is stored in |v:termresponse|
391-
|xterm-8bit| |'ttymouse'| |xterm-codes|
389+
t_RV request terminal version string (works for *t_RV* *'t_RV'*
390+
xterm and other terminal emulators) The
391+
response is stored in |v:termresponse| |xterm-8bit|
392+
|'ttymouse'| |xterm-codes|
392393
t_u7 request cursor position (for xterm) *t_u7* *'t_u7'*
393394
see |'ambiwidth'|
394395
The response is stored in |v:termu7resp|

0 commit comments

Comments
 (0)