mirror of
https://github.com/neovim/neovim.git
synced 2025-10-13 21:36:05 +00:00
refactor(plines): move out plines related code from misc1.c
This commit is contained in:
9
src/nvim/plines.h
Normal file
9
src/nvim/plines.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef NVIM_PLINES_H
|
||||
#define NVIM_PLINES_H
|
||||
|
||||
#include "nvim/vim.h"
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "plines.h.generated.h"
|
||||
#endif
|
||||
#endif // NVIM_PLINES_H
|
Reference in New Issue
Block a user