mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
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.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user