Skip to content

Commit

Permalink
Merge pull request #1857 from h-east/update-builtin
Browse files Browse the repository at this point in the history
Update builtin.{txt,jax}
  • Loading branch information
h-east authored Dec 4, 2024
2 parents 69ef9d2 + 5104f88 commit b880205
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/builtin.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*builtin.txt* For Vim バージョン 9.1. Last change: 2024 Nov 26
*builtin.txt* For Vim バージョン 9.1. Last change: 2024 Dec 03


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -3787,7 +3787,7 @@ getbufvar({buf}, {varname} [, {def}]) *getbufvar()*

getcellpixels() *getcellpixels()*
端末のセルのピクセルサイズの |List| を返す。
リストの形式は [xpixels, ypixels] である。
リストの形式は [xpixel, ypixel] である。

Unix (端末と gVim) および Windows (gVim のみ) でのみ動作する。
他のシステムまたは失敗した場合は [] を返す。
Expand Down
4 changes: 2 additions & 2 deletions en/builtin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*builtin.txt* For Vim version 9.1. Last change: 2024 Nov 26
*builtin.txt* For Vim version 9.1. Last change: 2024 Dec 03


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -3789,7 +3789,7 @@ getbufvar({buf}, {varname} [, {def}]) *getbufvar()*

getcellpixels() *getcellpixels()*
Returns a |List| of terminal cell pixel size.
List format is [xpixels, ypixels].
List format is [xpixel, ypixel].

Only works on Unix (terminal and gVim) and Windows (gVim only).
Returns [] on other systems or on failure.
Expand Down

0 comments on commit b880205

Please sign in to comment.