mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
refactor: move some functions to winfloat.c (#26020)
This commit is contained in:
7
src/nvim/winfloat.h
Normal file
7
src/nvim/winfloat.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "nvim/buffer_defs.h"
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "winfloat.h.generated.h"
|
||||
#endif
|
Reference in New Issue
Block a user