Skip to content

Commit 43df845

Browse files
authored
Merge pull request #909 from tsuyoshicho/doc/misc-20210430
Update {index,mbyte,os_win32,pattern,quickref,textprop}.{txt,jax}
2 parents 661f0df + 5e1a0c5 commit 43df845

File tree

12 files changed

+36
-24
lines changed

12 files changed

+36
-24
lines changed

doc/index.jax

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*index.txt* For Vim バージョン 8.2. Last change: 2021 Feb 11
1+
*index.txt* For Vim バージョン 8.2. Last change: 2021 Apr 24
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1326,6 +1326,7 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
13261326
|:edit| :e[dit] ファイルの編集
13271327
|:earlier| :ea[rlier] バッファを時間的に前の状態に戻す。アンドゥ
13281328
|:echo| :ec[ho] 式の結果を表示する
1329+
|:echoconsole| :echoc[onsole] :echomsgと同じだが、stdout に出力する
13291330
|:echoerr| :echoe[rr] :echoと同じだが、エラー表示し、履歴に残す
13301331
|:echohl| :echoh[l] echoコマンドで使用する強調表示を設定する
13311332
|:echomsg| :echom[sg] :echoと同じだが、履歴に残す
@@ -1433,6 +1434,7 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
14331434
行する
14341435
|:left| :le[ft] 行を左寄せに整形
14351436
|:leftabove| :lefta[bove] ウィンドウが左もしくは上に分割されるようにする
1437+
|:legacy| :leg[acy] 次のコマンドで旧来のスクリプトの文法を使用する
14361438
|:let| :let 変数またはオプションに値を設定する
14371439
|:lexpr| :lex[pr] 式からlocationリストを読み込み、最初のエラーへ
14381440
ジャンプする
@@ -1760,7 +1762,8 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
17601762
|:version| :ve[rsion] バージョン番号その他の情報を表示
17611763
|:verbose| :verb[ose] 'verbose' を一時設定してコマンドを実行する
17621764
|:vertical| :vert[ical] ウィンドウが垂直分割されるようにする
1763-
|:vim9script| :vim9[script] Vim9 スクリプトファイルであることを示す
1765+
|:vim9cmd| :vim9[cmd] 次のコマンドで Vim9 script の文法を使用する
1766+
|:vim9script| :vim9s[cript] Vim9 スクリプトファイルであることを示す
17641767
|:vimgrep| :vim[grep] 複数ファイルからパターンを検索する
17651768
|:vimgrepadd| :vimgrepa[dd] :vimgrepと同様だが現在のリストに追加
17661769
|:visual| :vi[sual] ":edit" と同じ、ただし "Ex" モードから抜ける。

doc/mbyte.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*mbyte.txt* For Vim バージョン 8.2. Last change: 2020 Aug 15
1+
*mbyte.txt* For Vim バージョン 8.2. Last change: 2021 Apr 05
22

33
VIMリファレンスマニュアル by Bram Moolenaar et al.
44

@@ -749,7 +749,7 @@ server) 型の2種類がある。|IM-server|型はCJK(日中韓)で使われる
749749
|IM-server|型の入力方式では、FrontEndシステムかBackEndシステムのどちらかの方
750750
法で入力イベントを処理する。FrontEndシステムでは、まず|IM-server|が入力イベ
751751
ントを取得し、そして入力の結果を|IM-server|からアプリケーションへ渡す。
752-
BackEndシステムではその逆の順番で処理される。MS WindowsはBackEndシステムを採
752+
BackEndシステムではその逆の順番で処理される。MS-WindowsはBackEndシステムを採
753753
用している。Xでは、ほとんどの|IM-server|がFrontEndシステムを採用している。
754754
BackEndシステムには通信のオーバーヘッドが大きく掛かるというデメリットはある
755755
が、アプリケーションに制限を加えず、安全に同期することができる。

doc/os_win32.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*os_win32.txt* For Vim バージョン 8.2. Last change: 2017 Mar 21
1+
*os_win32.txt* For Vim バージョン 8.2. Last change: 2021 Apr 05
22

33

44
VIMリファレンスマニュアル by George Reilly
@@ -83,7 +83,7 @@ executable() が 1 を返すときは実際にその実行ファイルが実行
8383

8484
コマンドライン引数 *win32-cmdargs*
8585

86-
コマンドラインからパラメーターへの解析は MS Windows で標準化されていない。
86+
コマンドラインからパラメーターへの解析は MS-Windows で標準化されていない。
8787
Vim と gvim はかつては(7.4.432以前)、それをパースするために異なるロジックを用
8888
いており、さらにどのコンパイラでコンパイルしたかにも依存していた。現在では Vim
8989
も gvim も CommandLineToArgvW() Win32 API を使用しており、どちらも同じように動

doc/pattern.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pattern.txt* For Vim バージョン 8.2. Last change: 2021 Jan 08
1+
*pattern.txt* For Vim バージョン 8.2. Last change: 2021 Feb 16
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar

doc/quickref.jax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickref.txt* For Vim バージョン 8.2. Last change: 2020 Aug 15
1+
*quickref.txt* For Vim バージョン 8.2. Last change: 2021 Mar 29
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -619,6 +619,7 @@
619619
'ambiwidth' 'ambw' Unicode文字の不明瞭な文字幅を決定する
620620
'antialias' 'anti' Mac OS X: フォントを滑らかに表示する
621621
'autochdir' 'acd' 現在編集中のファイルのディレクトリに変更する
622+
'autoshelldir' 'asd' シェルのカレントディレクトリに変更する
622623
'arabic' 'arab' デフォルトでアラビア語を2番目の言語にする
623624
'arabicshape' 'arshape' アラビア文字を整える
624625
'autoindent' 'ai' 直前の行から新しい行のインデントを得る

doc/textprop.jax

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*textprop.txt* For Vim バージョン 8.2. Last change: 2020 Oct 14
1+
*textprop.txt* For Vim バージョン 8.2. Last change: 2021 Mar 22
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -175,6 +175,7 @@ prop_find({props} [, {direction}])
175175
{props}で指定されたテキストプロパティを検索する:
176176
id プロパティID
177177
type プロパティタイプ名
178+
both "id" と "type" 両方ともに一致する
178179
bufnr 検索するバッファ。指定時は "lnum" と"col" を指
179180
定して開始位置を指定する必要がある。省略された
180181
場合、カレントバッファが使用される
@@ -184,6 +185,7 @@ prop_find({props} [, {direction}])
184185
ル位置で開始する)
185186
skipstart 開始位置の一致を見ない
186187

188+
"id" または "type" のいずれかが一致すると、プロパティが一致する。
187189
{direction}は、前方の場合は "f"、後方の場合は "b" となる。省略
188190
すると前方検索が行われる。
189191

@@ -255,9 +257,9 @@ prop_type_add({name}, {props}) *prop_type_add()* *E969* *E970*
255257
priority 文字に複数のテキストプロパティがある場合は、優
256258
先度が最も高いものが使用される。負の値を使用で
257259
きる。デフォルトの優先順位は0である
258-
combine TRUEの場合、ハイライトを任意の構文ハイライトと
259-
結び付ける。省略するかFALSEの場合は構文ハイラ
260-
イトは使用されない
260+
combine 省略されるかTRUEの場合、ハイライトを任意の構文
261+
ハイライトと結び付ける。FALSEの場合は構文ハイ
262+
ライトは使用されない
261263
start_incl TRUEの場合、開始位置の挿入はテキストプロパティ
262264
に含まれる
263265
end_incl TRUEの場合、終了位置の挿入はテキストプロパティ

en/index.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*index.txt* For Vim version 8.2. Last change: 2021 Feb 11
1+
*index.txt* For Vim version 8.2. Last change: 2021 Apr 24
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1294,6 +1294,7 @@ tag command action ~
12941294
|:edit| :e[dit] edit a file
12951295
|:earlier| :ea[rlier] go to older change, undo
12961296
|:echo| :ec[ho] echoes the result of expressions
1297+
|:echoconsole| :echoc[onsole] like :echomsg but write to stdout
12971298
|:echoerr| :echoe[rr] like :echo, show like an error and use history
12981299
|:echohl| :echoh[l] set highlighting for echo commands
12991300
|:echomsg| :echom[sg] same as :echo, put message in history
@@ -1395,6 +1396,7 @@ tag command action ~
13951396
|:lfdo| :lfd[o] execute command in each file in location list
13961397
|:left| :le[ft] left align lines
13971398
|:leftabove| :lefta[bove] make split window appear left or above
1399+
|:legacy| :leg[acy] make following command use legacy script syntax
13981400
|:let| :let assign a value to a variable or option
13991401
|:lexpr| :lex[pr] read locations from expr and jump to first
14001402
|:lfile| :lf[ile] read file with locations and jump to first
@@ -1699,7 +1701,8 @@ tag command action ~
16991701
|:version| :ve[rsion] print version number and other info
17001702
|:verbose| :verb[ose] execute command with 'verbose' set
17011703
|:vertical| :vert[ical] make following command split vertically
1702-
|:vim9script| :vim9[script] indicates Vim9 script file
1704+
|:vim9cmd| :vim9[cmd] make following command use Vim9 script syntax
1705+
|:vim9script| :vim9s[cript] indicates Vim9 script file
17031706
|:vimgrep| :vim[grep] search for pattern in files
17041707
|:vimgrepadd| :vimgrepa[dd] like :vimgrep, but append to current list
17051708
|:visual| :vi[sual] same as ":edit", but turns off "Ex" mode

en/mbyte.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*mbyte.txt* For Vim version 8.2. Last change: 2020 Aug 15
1+
*mbyte.txt* For Vim version 8.2. Last change: 2021 Apr 05
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar et al.
@@ -770,7 +770,7 @@ is suitable for complex input, such as CJK.
770770
of the two ways: FrontEnd system and BackEnd system. In the FrontEnd
771771
system, input events are snatched by the |IM-server| first, then |IM-server|
772772
give the application the result of input. On the other hand, the BackEnd
773-
system works reverse order. MS Windows adopt BackEnd system. In X, most of
773+
system works reverse order. MS-Windows adopt BackEnd system. In X, most of
774774
|IM-server|s adopt FrontEnd system. The demerit of BackEnd system is the
775775
large overhead in communication, but it provides safe synchronization with
776776
no restrictions on applications.

en/os_win32.txt

Lines changed: 2 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: 2017 Mar 21
1+
*os_win32.txt* For Vim version 8.2. Last change: 2021 Apr 05
22

33

44
VIM REFERENCE MANUAL by George Reilly
@@ -83,7 +83,7 @@ executable() returns 1 the executable can actually be executed.
8383

8484
Command line arguments *win32-cmdargs*
8585

86-
Analysis of a command line into parameters is not standardised in MS Windows.
86+
Analysis of a command line into parameters is not standardised in MS-Windows.
8787
Vim and gvim used to use different logic to parse it (before 7.4.432), and the
8888
logic was also depended on what it was compiled with. Now Vim and gvim both
8989
use the CommandLineToArgvW() Win32 API, so they behave in the same way.

en/pattern.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pattern.txt* For Vim version 8.2. Last change: 2021 Jan 08
1+
*pattern.txt* For Vim version 8.2. Last change: 2021 Feb 16
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -229,7 +229,7 @@ This is like executing two search commands after each other, except that:
229229
*last-pattern*
230230
The last used pattern and offset are remembered. They can be used to repeat
231231
the search, possibly in another direction or with another count. Note that
232-
two patterns are remembered: One for 'normal' search commands and one for the
232+
two patterns are remembered: One for "normal" search commands and one for the
233233
substitute command ":s". Each time an empty pattern is given, the previously
234234
used pattern is used. However, if there is no previous search command, a
235235
previous substitute pattern is used, if possible.

en/quickref.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*quickref.txt* For Vim version 8.2. Last change: 2020 Aug 15
1+
*quickref.txt* For Vim version 8.2. Last change: 2021 Mar 29
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -605,6 +605,7 @@ Short explanation of each option: *option-list*
605605
'ambiwidth' 'ambw' what to do with Unicode chars of ambiguous width
606606
'antialias' 'anti' Mac OS X: use smooth, antialiased fonts
607607
'autochdir' 'acd' change directory to the file in the current window
608+
'autoshelldir' 'asd' change directory to the shell's current directory
608609
'arabic' 'arab' for Arabic as a default second language
609610
'arabicshape' 'arshape' do shaping for Arabic characters
610611
'autoindent' 'ai' take indent for new line from previous line

en/textprop.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*textprop.txt* For Vim version 8.2. Last change: 2020 Oct 14
1+
*textprop.txt* For Vim version 8.2. Last change: 2021 Mar 22
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -175,6 +175,7 @@ prop_find({props} [, {direction}])
175175
Search for a text property as specified with {props}:
176176
id property with this ID
177177
type property with this type name
178+
both "id" and "type" must both match
178179
bufnr buffer to search in; when present a
179180
start position with "lnum" and "col"
180181
must be given; when omitted the
@@ -187,6 +188,7 @@ prop_find({props} [, {direction}])
187188
skipstart do not look for a match at the start
188189
position
189190

191+
A property matches when either "id" or "type" matches.
190192
{direction} can be "f" for forward and "b" for backward. When
191193
omitted forward search is performed.
192194

@@ -258,8 +260,8 @@ prop_type_add({name}, {props}) *prop_type_add()* *E969* *E970*
258260
properties the one with the highest priority
259261
will be used; negative values can be used, the
260262
default priority is zero
261-
combine when TRUE combine the highlight with any
262-
syntax highlight; when omitted or FALSE syntax
263+
combine when omitted or TRUE combine the highlight
264+
with any syntax highlight; when FALSE syntax
263265
highlight will not be used
264266
start_incl when TRUE inserts at the start position will
265267
be included in the text property

0 commit comments

Comments
 (0)