Skip to content

Commit 7629f9e

Browse files
authored
Merge pull request #1473 from vim-jp/hh-update-options
Update options.{txt,jax}
2 parents 4d03c93 + 87319e2 commit 7629f9e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

doc/options.jax

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.1. Last change: 2024 Mar 11
1+
*options.txt* For Vim バージョン 9.1. Last change: 2024 Mar 26
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -7535,8 +7535,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる
75357535
|hl-NonText| で強調表示される。
75367536
最後の行をできるだけ多く表示するには、'display' オプションに
75377537
"lastline" を追加することもできる。
7538-
Note: 部分的にのみ実装されており、現在は CTRL-E、CTRL-Y、およびマウス
7539-
によるスクロールで動作する
7538+
Note: 部分的にのみ実装されており、現在は CTRL-E、CTRL-Y、CTRL-B、
7539+
CTRL-F、およびマウスによるスクロールで動作する
75407540

75417541
*'softtabstop'* *'sts'*
75427542
'softtabstop' 'sts' 数値 (既定では 0)
@@ -8145,7 +8145,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
81458145
ユーザーのファイルが間違って表示されうるので注意。
81468146
値は0より大きく10000未満である必要がある。
81478147

8148-
Vimでは、タブの主な使い方には以下の4種類がある
8148+
Vimでは、タブの主な使い方には以下の5種類がある
81498149
1. 'tabstop' を常に 8 に保ち、'softtabstop' と 'shiftwidth' を 4 (また
81508150
は 3 等の好きな値) に設定し、'expandtab' をオフにする。するとVimは
81518151
タブと空白の両方を使うが、<Tab> と <BS> を打ち込むと、タブが 4 (ま

en/options.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2024 Mar 11
1+
*options.txt* For Vim version 9.1. Last change: 2024 Mar 26
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -7502,8 +7502,8 @@ A jump table for the options with a short description can be found at |Q_op|.
75027502
highlighted with |hl-NonText|.
75037503
You may also want to add "lastline" to the 'display' option to show as
75047504
much of the last line as possible.
7505-
NOTE: only partly implemented, currently works with CTRL-E, CTRL-Y
7506-
and scrolling with the mouse.
7505+
NOTE: only partly implemented, currently works with CTRL-E, CTRL-Y,
7506+
CTRL-B, CTRL-F and scrolling with the mouse.
75077507

75087508
*'softtabstop'* *'sts'*
75097509
'softtabstop' 'sts' number (default 0)
@@ -8106,7 +8106,7 @@ A jump table for the options with a short description can be found at |Q_op|.
81068106
appear wrong in many places, e.g., when printing it.
81078107
The value must be more than 0 and less than 10000.
81088108

8109-
There are four main ways to use tabs in Vim:
8109+
There are five main ways to use tabs in Vim:
81108110
1. Always keep 'tabstop' at 8, set 'softtabstop' and 'shiftwidth' to 4
81118111
(or 3 or whatever you prefer) and use 'noexpandtab'. Then Vim
81128112
will use a mix of tabs and spaces, but typing <Tab> and <BS> will

0 commit comments

Comments
 (0)