Skip to content

Update options.{txt,jax} #1473

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions doc/options.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim バージョン 9.1. Last change: 2024 Mar 11
*options.txt* For Vim バージョン 9.1. Last change: 2024 Mar 26


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

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

Vimでは、タブの主な使い方には以下の4種類がある
Vimでは、タブの主な使い方には以下の5種類がある
1. 'tabstop' を常に 8 に保ち、'softtabstop' と 'shiftwidth' を 4 (また
は 3 等の好きな値) に設定し、'expandtab' をオフにする。するとVimは
タブと空白の両方を使うが、<Tab> と <BS> を打ち込むと、タブが 4 (ま
Expand Down
8 changes: 4 additions & 4 deletions en/options.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim version 9.1. Last change: 2024 Mar 11
*options.txt* For Vim version 9.1. Last change: 2024 Mar 26


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

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

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