blob: 7f8c35f89a51fed281493102218d4e1f46d56a41 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#pragma once
#include <stdint.h> // IWYU pragma: keep
#include "nvim/api/keysets.h"
#include "nvim/api/private/defs.h" // IWYU pragma: keep
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "api/command.h.generated.h"
#endif
|