Skip to content

Update usr_41.{txt,jax} #1588

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

Merged
merged 1 commit into from
Jun 19, 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
1 change: 1 addition & 0 deletions doc/usr_41.jax
Original file line number Diff line number Diff line change
Expand Up @@ -1298,6 +1298,7 @@ Vimサーバー: *server-functions*
popup_move() ポップアップの位置とサイズを変更する
popup_setoptions() ポップアップのオプションを上書きする
popup_settext() ポップアップバッファの内容を置き換える
popup_setbuf() ポップアップバッファを設定する
popup_close() 1つのポップアップを閉じる
popup_clear() 全てのポップアップを閉じる
popup_filter_menu() リストの項目から選択する
Expand Down
1 change: 1 addition & 0 deletions en/usr_41.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1319,6 +1319,7 @@ Popup window: *popup-window-functions*
popup_move() change the position and size of a popup
popup_setoptions() override options of a popup
popup_settext() replace the popup buffer contents
popup_setbuf() set the popup buffer
popup_close() close one popup
popup_clear() close all popups
popup_filter_menu() select from a list of items
Expand Down