diff options
| author | Vlad <52591095+MeanderingProgrammer@users.noreply.github.com> | 2025-03-10 08:18:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-10 08:18:11 -0700 |
| commit | c9b5ac113a4103956407165a7ebb2bba0c425e07 (patch) | |
| tree | e2768245910b8b882af89e3786a55b30cae1a569 /runtime/doc | |
| parent | afc3c43f12e2d9d8114c29636ba976f732efc3ed (diff) | |
| download | rneovim-c9b5ac113a4103956407165a7ebb2bba0c425e07.tar.gz rneovim-c9b5ac113a4103956407165a7ebb2bba0c425e07.tar.bz2 rneovim-c9b5ac113a4103956407165a7ebb2bba0c425e07.zip | |
docs(vvars): vim.v.event.windows #32673
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/vvars.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/vvars.txt b/runtime/doc/vvars.txt index e4f6b10ef7..848942a21f 100644 --- a/runtime/doc/vvars.txt +++ b/runtime/doc/vvars.txt @@ -192,6 +192,7 @@ v:event reason Reason for completion being done. |CompleteDone| complete_word The word that was selected, empty if abandoned complete. complete_type See |complete_info_mode| + windows List of window IDs that changed on |WinResized| *v:exception* *exception-variable* v:exception |