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

@@ -83,6 +83,7 @@
#include "nvim/usercmd.h"
#include "nvim/vim.h"
#include "nvim/window.h"
#include "nvim/winfloat.h"
static const char e_ambiguous_use_of_user_defined_command[]
= N_("E464: Ambiguous use of user-defined command");