We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0424b3 commit 1f045f3Copy full SHA for 1f045f3
runtime/doc/popup.txt
@@ -1,4 +1,4 @@
1
-*popup.txt* For Vim version 9.1. Last change: 2024 Dec 19
+*popup.txt* For Vim version 9.1. Last change: 2025 Jan 08
2
3
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -257,8 +257,8 @@ popup_clear([{force}])
257
258
259
popup_close({id} [, {result}]) *popup_close()*
260
- Close popup {id}. The window and the associated buffer will
261
- be deleted.
+ Close popup {id}. The window will be deleted. The associated
+ buffer will be deleted, if the popup created a new buffer.
262
263
If the popup has a callback it will be called just before the
264
popup window is deleted. If the optional {result} is present
0 commit comments