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