Skip to content

Commit a65bc81

Browse files
authored
Merge pull request #2164 from h-east/update-options
Update options.{txt,jax}
2 parents f4ba89d + 8d61ad3 commit a65bc81

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

doc/options.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -7761,9 +7761,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
77617761
:setlocal showbreak=NONE
77627762
<
77637763
*'showcmd'* *'sc'* *'noshowcmd'* *'nosc'*
7764-
'showcmd' 'sc' 切替 (Vimの既定値: オン、Unixでの既定値: オフ、
7765-
Viの既定値: オフ、|defaults.vim| 内でオンに設定
7766-
される)
7764+
'showcmd' 'sc' 切替 (Vimの既定値: オン、Viの既定値: オフ)
77677765
グローバル
77687766
コマンド (の一部) を画面の最下行に表示する。ユーザーのターミナルの表示
77697767
が遅いときにはオフにすること。

en/options.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2025 Jul 10
1+
*options.txt* For Vim version 9.1. Last change: 2025 Jul 13
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -7727,8 +7727,7 @@ A jump table for the options with a short description can be found at |Q_op|.
77277727
:setlocal showbreak=NONE
77287728
<
77297729
*'showcmd'* *'sc'* *'noshowcmd'* *'nosc'*
7730-
'showcmd' 'sc' boolean (Vim default: on, off for Unix,
7731-
Vi default: off, set in |defaults.vim|)
7730+
'showcmd' 'sc' boolean (Vim default: on, Vi default: off)
77327731
global
77337732
Show (partial) command in the last line of the screen. Set this
77347733
option off if your terminal is slow.

0 commit comments

Comments
 (0)