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 /src | |
| 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 'src')
| -rw-r--r-- | src/nvim/vvars.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/vvars.lua b/src/nvim/vvars.lua index 55f979364f..52af56e607 100644 --- a/src/nvim/vvars.lua +++ b/src/nvim/vvars.lua @@ -214,6 +214,7 @@ M.vars = { 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| ]=], }, exception = { |