mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
12 lines
225 B
C
12 lines
225 B
C
#ifndef NVIM_API_AUTOCMD_H
|
|
#define NVIM_API_AUTOCMD_H
|
|
|
|
#include <stdint.h>
|
|
|
|
#include "nvim/api/private/defs.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "api/autocmd.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_API_AUTOCMD_H
|