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