Skip to content

Commit

Permalink
Merge pull request #1699 from vim-jp/hh-update-options
Browse files Browse the repository at this point in the history
Update options.{txt,jax}
  • Loading branch information
h-east authored Sep 29, 2024
2 parents 1bf02c2 + 10ece1c commit caa17f0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
17 changes: 9 additions & 8 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 Sep 10
*options.txt* For Vim バージョン 9.1. Last change: 2024 Sep 26


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

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


ローカルな値を持つグローバルオプション *global-local*
Expand Down
17 changes: 9 additions & 8 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 Sep 10
*options.txt* For Vim version 9.1. Last change: 2024 Sep 26


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

For buffer-local and window-local options:
Command global value local value ~
:set option=value set set
:setlocal option=value - set
:setglobal option=value set -
:set option? - display
:setlocal option? - display
:setglobal option? display -
Command global value local value condition ~
:set option=value set set
:setlocal option=value - set
:setglobal option=value set -
:set option? - display local value is set
:set option? display - local value is not set
:setlocal option? - display
:setglobal option? display -


Global options with a local value *global-local*
Expand Down

0 comments on commit caa17f0

Please sign in to comment.