mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 18:06:30 +00:00
refactor: fix runtime_defs.h (#26259)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include "nvim/eval/typval_defs.h" // IWYU pragma: keep
|
||||
#include "nvim/getchar_defs.h" // IWYU pragma: export
|
||||
#include "nvim/os/fileio.h"
|
||||
#include "nvim/types_defs.h"
|
||||
#include "nvim/types_defs.h" // IWYU pragma: keep
|
||||
|
||||
/// Argument for flush_buffers().
|
||||
typedef enum {
|
||||
|
Reference in New Issue
Block a user