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

View File

@@ -35,6 +35,7 @@
#include "nvim/ui_compositor.h"
#include "nvim/vim.h"
#include "nvim/window.h"
#include "nvim/winfloat.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "ui.c.generated.h"