aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/lang.c
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-10-02 10:45:33 +0800
committerGitHub <noreply@github.com>2023-10-02 10:45:33 +0800
commit09a17f91d0d362c6e58bfdbe3ccdeacffb0b44b9 (patch)
tree204374657c5c6a7815d4aa612563c32feec18b28 /src/nvim/os/lang.c
parent9ce1623837a817c3f4f5deff9c8ba862578b6009 (diff)
downloadrneovim-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/os/lang.c')
-rw-r--r--src/nvim/os/lang.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/os/lang.c b/src/nvim/os/lang.c
index 652b851903..c3958cb3f2 100644
--- a/src/nvim/os/lang.c
+++ b/src/nvim/os/lang.c
@@ -5,6 +5,7 @@
# define Boolean CFBoolean // Avoid conflict with API's Boolean
# define FileInfo CSFileInfo // Avoid conflict with API's Fileinfo
# include <CoreServices/CoreServices.h>
+
# undef Boolean
# undef FileInfo
#endif
@@ -17,6 +18,7 @@
#include "nvim/ascii.h"
#include "nvim/buffer.h"
#include "nvim/charset.h"
+#include "nvim/cmdexpand_defs.h"
#include "nvim/eval.h"
#include "nvim/ex_cmds_defs.h"
#include "nvim/garray.h"
@@ -30,7 +32,6 @@
#include "nvim/os/shell.h"
#include "nvim/path.h"
#include "nvim/profile.h"
-#include "nvim/types.h"
#include "nvim/vim.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS