Skip to content

Commit 59f2f32

Browse files
authored
Merge pull request #201 from machakann/typofix
Fix typo
2 parents e228529 + 2085272 commit 59f2f32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/options.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
928928
'background' が dark/light でなかったなら、'background' が設定されて画
929929
面が再描画される。これは副作用があるかもしれない。問題があると疑わしき
930930
場合は、.vimrc の t_BG を空にしよう。|t_RB| へのレスポンスは
931-
|v:termrgbresp| の中に見つけることができる。
931+
|v:termrbgresp| の中に見つけることができる。
932932

933933
GUIを開始したとき、'background' の既定値は "light" である。値がファイ
934934
ル .gvimrc で定められておらず、Vimが背景色は実際は暗いと判断したときは、

en/options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ A jump table for the options with a short description can be found at |Q_op|.
886886
'background' is not dark/light, 'background' will be set and the
887887
screen is redrawn. This may have side effects, make t_BG empty in
888888
your .vimrc if you suspect this problem. The response to |t_RB| can
889-
be found in |v:termrgbresp|.
889+
be found in |v:termrbgresp|.
890890

891891
When starting the GUI, the default value for 'background' will be
892892
"light". When the value is not set in the .gvimrc, and Vim detects

0 commit comments

Comments
 (0)