Skip to content

Commit 67dfc33

Browse files
authored
Merge pull request #1476 from vim-jp/hh-update-options
Update options.{txt,jax}
2 parents 2fc66ff + 07ef113 commit 67dfc33

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

doc/options.jax

Lines changed: 3 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 26
1+
*options.txt* For Vim バージョン 9.1. Last change: 2024 Mar 29
22

33

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

75417540
*'softtabstop'* *'sts'*
75427541
'softtabstop' 'sts' 数値 (既定では 0)
@@ -9501,7 +9500,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
95019500
2 行(ただし最小値は1行)だけ画面がスクロールする。
95029501
'window' が 'lines' - 1 に等しいとき、CTRL-F と CTRL-B は折り返された
95039502
行を考慮したより賢い方法でスクロールする。
9504-
Vimウィンドウをリサイズするとき、このオプションの値が1より小さいか
9503+
Vimウィンドウをリサイズするときに、このオプションの値が1より小さいか
95059504
'lines' 以上ならば 'lines' - 1 に設定される。
95069505
Note: Vim のウィンドウの高さと混同しないこと。それには 'lines' を利用
95079506
する。

en/options.txt

Lines changed: 4 additions & 5 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 26
1+
*options.txt* For Vim version 9.1. Last change: 2024 Mar 29
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -7502,8 +7502,7 @@ 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-
CTRL-B, CTRL-F and scrolling with the mouse.
7505+
NOTE: partly implemented, doesn't work yet for |gj| and |gk|.
75077506

75087507
*'softtabstop'* *'sts'*
75097508
'softtabstop' 'sts' number (default 0)
@@ -9469,8 +9468,8 @@ A jump table for the options with a short description can be found at |Q_op|.
94699468
will scroll 'window' minus two lines, with a minimum of one.
94709469
When 'window' is equal to 'lines' minus one CTRL-F and CTRL-B scroll
94719470
in a much smarter way, taking care of wrapping lines.
9472-
When resizing the Vim window, the value is smaller than 1 or more than
9473-
or equal to 'lines' it will be set to 'lines' minus 1.
9471+
When resizing the Vim window, and the value is smaller than 1 or more
9472+
than or equal to 'lines' it will be set to 'lines' minus 1.
94749473
Note: Do not confuse this with the height of the Vim window, use
94759474
'lines' for that.
94769475

0 commit comments

Comments
 (0)