Skip to content

Commit 427c6e8

Browse files
authored
Merge pull request #2223 from h-east/update-vi_diff
Update vi_diff.{txt,jax}
2 parents 3cec462 + e654846 commit 427c6e8

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

doc/vi_diff.jax

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*vi_diff.txt* For Vim バージョン 9.1. Last change: 2025 Jun 10
1+
*vi_diff.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -118,7 +118,7 @@ Vim で編集できるファイルの制限はかなり少ないです。 {Vi: <
118118
==============================================================================
119119
4. もっとも興味深い機能追加 *vim-additions*
120120

121-
Vi との互換性 |'compatible'|
121+
Vi との互換性 'compatible'
122122
Vim には Vi の99%の機能が含まれますが、Vi のうちのいくつかはバグか少な
123123
くとも改良が必要だと考えられるものがあります。しかしそれでもなお Vim
124124
は可能な限り「本当の」 Vi のように振る舞うモードで起動します。Vim にも
@@ -190,11 +190,11 @@ Vi との互換性 |'compatible'|
190190
んどのためのハイライト定義ファイルはすでに含まれています。ハイライトに
191191
使われる色は普通の端末で定義することができ、色端末と GUI では
192192
|:highlight| コマンドで定義できます。色を変更するのに便利な方法は
193-
|:colorscheme|コマンドを使うことです。
193+
|:colorscheme| コマンドを使うことです。
194194
ハイライトされたテキストをHTMLにエクスポートすることができます
195195
|convert-to-HTML|。ハイライトできる他の要素は、検索文字列のマッチ部分
196-
|'hlsearch'|、対応する括弧 |matchparen|、カーソル行とカーソル桁
197-
|'cursorline'| |'cursorcolumn'|です。
196+
'hlsearch'、対応する括弧 |matchparen|、カーソル行とカーソル桁
197+
'cursorline' 'cursorcolumn' です。
198198

199199
テキストプロパティ |textprop.txt|
200200
Vimはプラグインによるテキストの強調表示をサポートしています。プロパティ
@@ -344,7 +344,7 @@ Vi との互換性 |'compatible'|
344344
賢い補完
345345
|i_CTRL-X_CTRL-R| レジスタにある内容
346346

347-
長い行のサポート |'wrap'| |'linebreak'|
347+
長い行のサポート 'wrap' 'linebreak'
348348
'wrap' オプションがオフであれば、長い行は折り返されずに行の一部分だけが
349349
表示されます。カーソルが表示されていない部分に移動するとスクリーンも横
350350
にスクロールします。横にスクロールする桁数の最小の値を 'sidescroll'
@@ -398,7 +398,7 @@ Vi との互換性 |'compatible'|
398398
度な正規表現パターンを使い、すべてのシステム上で機能し、圧縮されたファ
399399
イルも検索できます。
400400

401-
C プログラムのインデントを改善 |'cindent'|
401+
C プログラムのインデントを改善 'cindent'
402402
'cindent' オプションがオンの時はそれぞれのインデントは自動的に調整され
403403
ます。C の文法はだいたい解釈されますし、さまざまなスタイルでのインデン
404404
トは 'cinoptions' で設定することができます。インデントをするきっかけと
@@ -476,7 +476,7 @@ Viminfo |viminfo-file|
476476
壊すことなくいくつかの文字を変更することができます。Vim は NUL 文字を
477477
削除しません(内部では <NL> と表されています)。
478478
|-b| バイナリファイルの編集を始める時のコマンドライン引数
479-
|'binary'| |-b| によってセットされるオプションで、ファイルの最後の
479+
'binary' |-b| によってセットされるオプションで、ファイルの最後の
480480
行に <EOL> を付加するのをやめさせます
481481

482482
多言語のサポート |multi-lang|
@@ -809,8 +809,8 @@ Vim は変更されたファイルの一部分やメモリに入りきらない
809809

810810
Vim は8.3形式のファイルシステムでも正しく動作することができます。また Amiga 上
811811
での汚い DOS もしくは 雑種の DOS ファイルシステムでも使うことができますし、8.3
812-
形式のファイルシステムを搭載したどんな Unix でも動作します。|'shortname'| もご
813-
覧下さい
812+
形式のファイルシステムを搭載したどんな Unix でも動作します。'shortname' もご覧
813+
下さい
814814

815815
エラーメッセージは少なくとも1秒は表示されます(Vi ではエラーメッセージは上書き
816816
されます)

en/vi_diff.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*vi_diff.txt* For Vim version 9.1. Last change: 2025 Jun 10
1+
*vi_diff.txt* For Vim version 9.1. Last change: 2025 Aug 06
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -118,7 +118,7 @@ argument when starting Vim.
118118
==============================================================================
119119
4. The most interesting additions *vim-additions*
120120

121-
Vi compatibility. |'compatible'|
121+
Vi compatibility. 'compatible'
122122
Although Vim is 99% Vi compatible, some things in Vi can be
123123
considered to be a bug, or at least need improvement. But still, Vim
124124
starts in a mode which behaves like the "real" Vi as much as possible.
@@ -192,8 +192,8 @@ Syntax highlighting. |:syntax|
192192
this is using a |:colorscheme| command.
193193
The highlighted text can be exported as HTML. |convert-to-HTML|
194194
Other items that can be highlighted are matches with the search string
195-
|'hlsearch'|, matching parens |matchparen| and the cursor line and
196-
column |'cursorline'| |'cursorcolumn'|.
195+
'hlsearch', matching parens |matchparen| and the cursor line and
196+
column 'cursorline' 'cursorcolumn'.
197197

198198
Text properties |textprop.txt|
199199
Vim supports highlighting text by a plugin. Property types can be
@@ -341,7 +341,7 @@ Insert-mode completion. |ins-completion|
341341
|i_CTRL-X_CTRL-R| contents from registers
342342
etc.
343343

344-
Long line support. |'wrap'| |'linebreak'|
344+
Long line support. 'wrap' 'linebreak'
345345
If the 'wrap' option is off, long lines will not wrap and only part
346346
of them will be shown. When the cursor is moved to a part that is not
347347
shown, the screen will scroll horizontally. The minimum number of
@@ -394,7 +394,7 @@ Finding matches in files. |:vimgrep|
394394
advanced Vim regexp pattern, works on all systems and also works to
395395
search in compressed files.
396396

397-
Improved indenting for programs. |'cindent'|
397+
Improved indenting for programs. 'cindent'
398398
When the 'cindent' option is on the indent of each line is
399399
automatically adjusted. C syntax is mostly recognized. The indent
400400
for various styles can be set with 'cinoptions'. The keys to trigger
@@ -468,7 +468,7 @@ Editing binary files. |edit-binary|
468468
executable file, without corrupting it. Vim doesn't remove NUL
469469
characters (they are represented as <NL> internally).
470470
|-b| command-line argument to start editing a binary file
471-
|'binary'| Option set by |-b|. Prevents adding an <EOL> for the
471+
'binary' Option set by |-b|. Prevents adding an <EOL> for the
472472
last line in the file.
473473

474474
Multi-language support. |multi-lang|
@@ -793,7 +793,7 @@ somewhere else.
793793

794794
Vim is able to work correctly on filesystems with 8.3 file names, also when
795795
using messydos or crossdos filesystems on the Amiga, or any 8.3 mounted
796-
filesystem under Unix. See |'shortname'|.
796+
filesystem under Unix. See 'shortname'.
797797

798798
Error messages are shown at least one second (Vi overwrites error messages).
799799

0 commit comments

Comments
 (0)