Skip to content

Commit d1080e6

Browse files
authored
Merge pull request #1886 from h-east/update-popup
Update popup.{txt,jax}
2 parents aa05194 + 2ad8230 commit d1080e6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

doc/popup.jax

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*popup.txt* For Vim バージョン 9.1. Last change: 2024 Jun 16
1+
*popup.txt* For Vim バージョン 9.1. Last change: 2024 Dec 19
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -713,7 +713,6 @@ popup_create() に渡す。
713713
するために使用される。0 を使用してリセットする。
714714
fixed FALSE (デフォルト)の場合は:
715715
- "pos" は "botleft" または "topleft" で、
716-
- "wrap" はオフで、
717716
- ポップアップは画面の右端で切り捨てられ、
718717
ポップアップは画面の内容に合うように左に移動される。こ
719718
れを無効にするには、TRUEに設定する。

en/popup.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*popup.txt* For Vim version 9.1. Last change: 2024 Jun 16
1+
*popup.txt* For Vim version 9.1. Last change: 2024 Dec 19
22

33

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

0 commit comments

Comments
 (0)