refactor(plines): move out plines related code from misc1.c

This commit is contained in:
Björn Linse
2021-08-10 22:59:29 +02:00
parent 0465341e16
commit 7f71e8a6b3
9 changed files with 212 additions and 164 deletions

9
src/nvim/plines.h Normal file
View 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