Skip to content

Commit 5ed94e6

Browse files
authored
Merge pull request #2103 from h-east/update-vi_diff
Update vi_diff.{txt,jax}
2 parents bebc82b + 8c61d20 commit 5ed94e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/vi_diff.jax

Lines changed: 2 additions & 2 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 02
1+
*vi_diff.txt* For Vim バージョン 9.1. Last change: 2025 Jun 10
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1115,7 +1115,7 @@ CTRL-[ <Esc> と同じ
11151115
'showmatch' 'sm' 括弧を挿入する場合は、対応する括弧に簡単にジャンプ
11161116
する
11171117
'showmode' 'smd' 現在のモードを示すステータス行のメッセージ
1118-
'tabstop' 'ts' ファイル内の <Tab> が使用するスペースの数
1118+
'tabstop' 'ts' 2 つのタブストップ間のカラム数。
11191119
'taglength' 'tl' タグの有効文字数
11201120
'tags' 'tag' tagコマンドで使用されているファイル名のリスト
11211121
{Vi: デフォルトは "tags /usr/lib/tags"}

en/vi_diff.txt

Lines changed: 2 additions & 2 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 02
1+
*vi_diff.txt* For Vim version 9.1. Last change: 2025 Jun 10
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1102,7 +1102,7 @@ The following options are supported by Vi: ~
11021102
'shiftwidth' 'sw' number of spaces to use for (auto)indent step
11031103
'showmatch' 'sm' briefly jump to matching bracket if insert one
11041104
'showmode' 'smd' message on status line to show current mode
1105-
'tabstop' 'ts' number of spaces that <Tab> in file uses
1105+
'tabstop' 'ts' number of columns between two tab stops
11061106
'taglength' 'tl' number of significant characters for a tag
11071107
'tags' 'tag' list of file names used by the tag command
11081108
{Vi: default is "tags /usr/lib/tags"}

0 commit comments

Comments
 (0)