mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
14 lines
218 B
C
14 lines
218 B
C
#ifndef NVIM_EX_SESSION_H
|
|
#define NVIM_EX_SESSION_H
|
|
|
|
#include <stdio.h>
|
|
|
|
#include "nvim/ex_cmds_defs.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "ex_session.h.generated.h"
|
|
#endif
|
|
|
|
#endif // NVIM_EX_SESSION_H
|
|
|