aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer_defs.h
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-12-01 16:37:09 +0800
committerGitHub <noreply@github.com>2023-12-01 16:37:09 +0800
commit76a30f2bd0f4e5abe906eabcdce092931d712be3 (patch)
tree492274a977f8d2e79ffc136b9c050b4570988cae /src/nvim/buffer_defs.h
parent548f03c66c08d0235d62505e884e8088bfda1804 (diff)
downloadrneovim-76a30f2bd0f4e5abe906eabcdce092931d712be3.tar.gz
rneovim-76a30f2bd0f4e5abe906eabcdce092931d712be3.tar.bz2
rneovim-76a30f2bd0f4e5abe906eabcdce092931d712be3.zip
refactor: move float_relative_str[] to nvim_win_get_config() (#26344)
It's only used in one place, as it's usually conveyed as non-string.
Diffstat (limited to 'src/nvim/buffer_defs.h')
-rw-r--r--src/nvim/buffer_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/buffer_defs.h b/src/nvim/buffer_defs.h
index 8928eea028..b26d42385b 100644
--- a/src/nvim/buffer_defs.h
+++ b/src/nvim/buffer_defs.h
@@ -902,7 +902,7 @@ enum {
kFloatAnchorSouth = 2,
};
-/// Keep in sync with float_relative_str in winfloat.h
+/// Keep in sync with float_relative_str[] in nvim_win_get_config()
typedef enum {
kFloatRelativeEditor = 0,
kFloatRelativeWindow = 1,