diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2025-02-28 18:40:24 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-28 18:40:24 +0800 |
| commit | 77626ed7fd369b797dcb2ad0714a84bfd9afff36 (patch) | |
| tree | fce024d2f065017d40f1536fa4d948676da54a76 /src/nvim/lua/executor.h | |
| parent | 9b25c68db21c4a2c1edc0d9eb2cdb80cf249193a (diff) | |
| parent | b66f395ff444643852e3539b849267658e885bf4 (diff) | |
| download | rneovim-77626ed7fd369b797dcb2ad0714a84bfd9afff36.tar.gz rneovim-77626ed7fd369b797dcb2ad0714a84bfd9afff36.tar.bz2 rneovim-77626ed7fd369b797dcb2ad0714a84bfd9afff36.zip | |
Merge pull request #28486 from zeertzjq/vim-8.2.4603
vim-patch:8.2.{4594,4603,4607,4647,4974}
Diffstat (limited to 'src/nvim/lua/executor.h')
| -rw-r--r-- | src/nvim/lua/executor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/lua/executor.h b/src/nvim/lua/executor.h index 3a0c03412f..9ff869e221 100644 --- a/src/nvim/lua/executor.h +++ b/src/nvim/lua/executor.h @@ -8,6 +8,7 @@ #include "nvim/api/private/helpers.h" #include "nvim/cmdexpand_defs.h" // IWYU pragma: keep #include "nvim/ex_cmds_defs.h" // IWYU pragma: keep +#include "nvim/garray_defs.h" // IWYU pragma: keep #include "nvim/macros_defs.h" #include "nvim/types_defs.h" #include "nvim/usercmd.h" // IWYU pragma: keep |