refactor: move some functions to winfloat.c (#26020)

This commit is contained in:
Raphael
2023-11-16 09:54:47 +08:00
committed by GitHub
parent 405bad5e08
commit 326d46f690
10 changed files with 297 additions and 262 deletions

7
src/nvim/winfloat.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
#include "nvim/buffer_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "winfloat.h.generated.h"
#endif