Skip to content

Commit

Permalink
Update popup.{txt,jax}
Browse files Browse the repository at this point in the history
  • Loading branch information
h-east committed Dec 19, 2024
1 parent aa05194 commit 2ad8230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions doc/popup.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*popup.txt* For Vim バージョン 9.1. Last change: 2024 Jun 16
*popup.txt* For Vim バージョン 9.1. Last change: 2024 Dec 19


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -713,7 +713,6 @@ popup_create() に渡す。
するために使用される。0 を使用してリセットする。
fixed FALSE (デフォルト)の場合は:
- "pos" は "botleft" または "topleft" で、
- "wrap" はオフで、
- ポップアップは画面の右端で切り捨てられ、
ポップアップは画面の内容に合うように左に移動される。こ
れを無効にするには、TRUEに設定する。
Expand Down
3 changes: 1 addition & 2 deletions en/popup.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*popup.txt* For Vim version 9.1. Last change: 2024 Jun 16
*popup.txt* For Vim version 9.1. Last change: 2024 Dec 19


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -705,7 +705,6 @@ The second argument of |popup_create()| is a dictionary with options:
present. Use zero to reset.
fixed When FALSE (the default), and:
- "pos" is "botleft" or "topleft", and
- "wrap" is off, and
- the popup would be truncated at the right edge of
the screen, then
the popup is moved to the left so as to fit the
Expand Down

0 comments on commit 2ad8230

Please sign in to comment.