mirror of
https://github.com/neovim/neovim.git
synced 2026-03-12 19:14:20 +10:00
10 lines
146 B
C
10 lines
146 B
C
#ifndef NVIM_AUCMD_H
|
|
#define NVIM_AUCMD_H
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "aucmd.h.generated.h"
|
|
#endif
|
|
|
|
#endif // NVIM_AUCMD_H
|
|
|