mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 21:18:34 +00: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
|
|
|