diff options
author | Raphael <glephunter@gmail.com> | 2023-11-16 09:54:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-16 09:54:47 +0800 |
commit | 326d46f690b383846f136f2a25523cffe2882f27 (patch) | |
tree | b72ea5874bc2e8e569276ce80e18ff4b21fe8b74 /src/nvim/buffer.c | |
parent | 405bad5e085fb359879646b6fd6fbcddae83eac5 (diff) | |
download | rneovim-326d46f690b383846f136f2a25523cffe2882f27.tar.gz rneovim-326d46f690b383846f136f2a25523cffe2882f27.tar.bz2 rneovim-326d46f690b383846f136f2a25523cffe2882f27.zip |
refactor: move some functions to winfloat.c (#26020)
Diffstat (limited to 'src/nvim/buffer.c')
-rw-r--r-- | src/nvim/buffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/buffer.c b/src/nvim/buffer.c index 230cd4cef7..262163f248 100644 --- a/src/nvim/buffer.c +++ b/src/nvim/buffer.c @@ -101,6 +101,7 @@ #include "nvim/version.h" #include "nvim/vim.h" #include "nvim/window.h" +#include "nvim/winfloat.h" #ifdef INCLUDE_GENERATED_DECLARATIONS # include "buffer.c.generated.h" |