Skip to content

Commit ae6b9ce

Browse files
authored
Merge pull request #1104 from tsuyoshicho/update/20220612/misc2
Update {help,os_win32,term}.{txt,jax}
2 parents b43cfd8 + 67eb80a commit ae6b9ce

File tree

6 files changed

+36
-19
lines changed

6 files changed

+36
-19
lines changed

doc/help.jax

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

33
VIM - メインヘルプファイル
44
k
@@ -90,12 +90,15 @@ Vim は Vi IMproved の略です。Vim の大部分は Bram Moolenaar によっ
9090
|usr_43.txt| ファイルタイプを使う
9191
|usr_44.txt| 構文ファイルを作成する
9292
|usr_45.txt| 言語を選択する
93-
|usr_46.txt| Vim9 script でプラグインを作る
93+
94+
Vim script を書く ~
95+
|usr_50.txt| 高度な Vim script の書き方
96+
|usr_51.txt| プラグインを作る
97+
|usr_52.txt| Vim9 script でプラグインを作る
9498

9599
インストール ~
96100
|usr_90.txt| Vim のインストール
97101

98-
99102
リファレンスマニュアルでは Vim の詳細を説明します。 *reference_toc*
100103

101104
一般事項 ~

doc/os_win32.jax

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*os_win32.txt* For Vim バージョン 8.2. Last change: 2022 Feb 14
1+
*os_win32.txt* For Vim バージョン 8.2. Last change: 2022 May 24
22

33

44
VIMリファレンスマニュアル by George Reilly
@@ -7,8 +7,8 @@
77
*win32* *Win32* *MS-Windows*
88
このファイルはVim Win32バージョンに特有の事柄についての文書である。
99

10-
Win32 版の Vim は Windows XP, Vista, 7, 8, 10 で実行可能である。コンソール版と
11-
GUI 版がある。
10+
Win32 版の Vim は Windows XP, Vista, 7, 8, 10, 11 で実行可能である。コンソール
11+
版と GUI 版がある。
1212

1313
32 ビット版 Vim は 64 ビット版 MS-Windows システム上でも実行可能である。
1414

@@ -42,6 +42,11 @@ GUIバージョンはGeorge V. ReillyとRobert Webbによって作成された
4242

4343
コンパイルする場合は "src/INSTALLpc.txt" を参照。 *win32-compiling*
4444

45+
*WSL*
46+
WSL(Windows Subsystem for Linux) 上で Vim を使用する場合、ここでの説明は適用さ
47+
れず、`has('win32')` は偽を返す。WSL 上で Vim が 実行されているかどうかを知る
48+
必要がある場合は、`exists('$WSLENV')` を使用する。
49+
4550
==============================================================================
4651
1. 知られている問題点 *win32-problems*
4752

doc/term.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -382,9 +382,9 @@ Vim 独自のもの (標準的なコードはないもの):
382382
t_SR 置換モードの開始 (下線型のカーソル) *t_SR* *'t_SR'*
383383
t_EI 挿入または置換モード終了(ブロック型カーソル) *t_EI* *'t_EI'*
384384
|termcap-cursor-shape|
385-
t_RV 端末バージョン文字列を要求 (xterm 用) *t_RV* *'t_RV'*
386-
応答は |v:termresponse| に格納される
387-
|xterm-8bit| |'ttymouse'| |xterm-codes|
385+
t_RV 端末バージョン文字列を要求 (xterm および他の *t_RV* *'t_RV'*
386+
仮想端末用) 応答は |v:termresponse| に格納される |xterm-8bit|
387+
|'ttymouse'| |xterm-codes|
388388
t_u7 カーソル位置を要求 (xterm 用) *t_u7* *'t_u7'*
389389
|'ambiwidth'| 参照
390390
応答は |v:termu7resp| に格納される

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)