diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2023-10-02 10:45:33 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-02 10:45:33 +0800 |
| commit | 09a17f91d0d362c6e58bfdbe3ccdeacffb0b44b9 (patch) | |
| tree | 204374657c5c6a7815d4aa612563c32feec18b28 /src/nvim/fileio.h | |
| parent | 9ce1623837a817c3f4f5deff9c8ba862578b6009 (diff) | |
| download | rneovim-09a17f91d0d362c6e58bfdbe3ccdeacffb0b44b9.tar.gz rneovim-09a17f91d0d362c6e58bfdbe3ccdeacffb0b44b9.tar.bz2 rneovim-09a17f91d0d362c6e58bfdbe3ccdeacffb0b44b9.zip | |
refactor: move cmdline completion types to cmdexpand_defs.h (#25465)
Diffstat (limited to 'src/nvim/fileio.h')
| -rw-r--r-- | src/nvim/fileio.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/fileio.h b/src/nvim/fileio.h index 5eb2689233..92ea866239 100644 --- a/src/nvim/fileio.h +++ b/src/nvim/fileio.h @@ -3,7 +3,10 @@ #include "nvim/buffer_defs.h" #include "nvim/eval/typval_defs.h" +#include "nvim/ex_cmds_defs.h" #include "nvim/garray.h" +#include "nvim/globals.h" +#include "nvim/os/fs_defs.h" #include "nvim/os/os.h" // Values for readfile() flags |
