Skip to content

Commit fa5c55a

Browse files
committed
Update by original
1 parent c991ce0 commit fa5c55a

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

doc/builtin.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim バージョン 9.2. Last change: 2026 Jun 13
1+
*builtin.txt* For Vim バージョン 9.2. Last change: 2026 Jun 17
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar

en/builtin.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim version 9.2. Last change: 2026 Jun 13
1+
*builtin.txt* For Vim version 9.2. Last change: 2026 Jun 17
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -4044,20 +4044,20 @@ getbufvar({buf}, {varname} [, {def}]) *getbufvar()*
40444044

40454045

40464046
getbgcolor() *getbgcolor()*
4047-
Returns a |List| describing the current background colour
4048-
as [red, green, blue], each component in the range 0..255.
4047+
Returns a |List| describing the current background colour as
4048+
[red, green, blue], each component in the range 0..255.
40494049

4050-
In the GUI (or with 'termguicolors' set) the value comes
4051-
from the |hl-Normal| highlight group's background. In a
4052-
terminal it comes from the OSC 11 response (also available
4053-
as |v:termrbgresp|).
4050+
In the GUI (or with 'termguicolors' set) the value comes from
4051+
the |hl-Normal| highlight group's background. In a terminal
4052+
it comes from the OSC 11 response (also available as
4053+
|v:termrbgresp|).
40544054
Returns [] when no value is available, e.g. before the
40554055
terminal has answered the OSC 11 query, or when |hl-Normal|
40564056
has no background colour set.
40574057

4058-
Useful when manually crafting RGB image data and you want
4059-
to flatten alpha onto the same colour the terminal will
4060-
actually display behind the image.
4058+
Useful when manually crafting RGB image data and you want to
4059+
flatten alpha onto the same colour the terminal will actually
4060+
display behind the image.
40614061

40624062
Return type: list<any>
40634063

0 commit comments

Comments
 (0)