mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 00:18:33 +00:00
refactor: move session functions to ex_session.c
This commit is contained in:
13
src/nvim/ex_session.h
Normal file
13
src/nvim/ex_session.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#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
|
||||
|
Reference in New Issue
Block a user