Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update builtin.{txt,jax} #1846

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion 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 18
*builtin.txt* For Vim バージョン 9.1. Last change: 2024 Nov 26


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -5043,6 +5043,8 @@ getwininfo([{winid}]) *getwininfo()*
botline 最下の完全に表示されたバッファ行
bufnr ウィンドウ内のバッファ番号
height ウィンドウの高さ (winbarを除く)
leftcol 表示される最初の列。'wrap' がオフの場
合にのみ使用される
loclist locationリストを表示してる場合は1
{Vimが|+quickfix|機能付きでコンパイル
されたときのみ有効}
Expand Down
4 changes: 3 additions & 1 deletion 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 18
*builtin.txt* For Vim version 9.1. Last change: 2024 Nov 26


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -5086,6 +5086,8 @@ getwininfo([{winid}]) *getwininfo()*
botline last complete displayed buffer line
bufnr number of buffer in the window
height window height (excluding winbar)
leftcol first column displayed; only used when
'wrap' is off
loclist 1 if showing a location list
{only with the +quickfix feature}
quickfix 1 if quickfix or location list window
Expand Down