Skip to content

Commit caa17f0

Browse files
authored
Merge pull request #1699 from vim-jp/hh-update-options
Update options.{txt,jax}
2 parents 1bf02c2 + 10ece1c commit caa17f0

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

doc/options.jax

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.1. Last change: 2024 Sep 10
1+
*options.txt* For Vim バージョン 9.1. Last change: 2024 Sep 26
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -422,13 +422,14 @@ Note |global-local| オプションの挙動は、文字列ベースのオプシ
422422
値で、既定値と異なるものを表示する。
423423

424424
バッファ/ウィンドウについてローカルなオプションに対して:
425-
コマンド グローバルな値 ローカルな値 ~
426-
:set オプション=値 設定される 設定される
427-
:setlocal オプション=値 なし 設定される
428-
:setglobal オプション=値 設定される なし
429-
:set オプション? なし 表示される
430-
:setlocal オプション? なし 表示される
431-
:setglobal オプション? 表示される なし
425+
コマンド グローバルな値 ローカルな値 条件 ~
426+
:set option=value set set
427+
:setlocal option=value - set
428+
:setglobal option=value set -
429+
:set option? - display ローカル値設定あり
430+
:set option? display - ローカル値設定なし
431+
:setlocal option? - display
432+
:setglobal option? display -
432433

433434

434435
ローカルな値を持つグローバルオプション *global-local*

en/options.txt

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2024 Sep 10
1+
*options.txt* For Vim version 9.1. Last change: 2024 Sep 26
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -396,13 +396,14 @@ between string and number-based options.
396396
options which are different from the default.
397397

398398
For buffer-local and window-local options:
399-
Command global value local value ~
400-
:set option=value set set
401-
:setlocal option=value - set
402-
:setglobal option=value set -
403-
:set option? - display
404-
:setlocal option? - display
405-
:setglobal option? display -
399+
Command global value local value condition ~
400+
:set option=value set set
401+
:setlocal option=value - set
402+
:setglobal option=value set -
403+
:set option? - display local value is set
404+
:set option? display - local value is not set
405+
:setlocal option? - display
406+
:setglobal option? display -
406407

407408

408409
Global options with a local value *global-local*

0 commit comments

Comments
 (0)