mirror of
https://github.com/noib3/nvim-oxi.git
synced 2025-08-04 19:08:31 +00:00
feat: add a hidden _cmdline_offset
field to WindowOpts
on Nightly (#245)
Upstream:
08c484f2ca
This commit is contained in:
parent
02f26cbcde
commit
68cfa21584
1 changed files with 3 additions and 0 deletions
|
@ -308,6 +308,9 @@ pub struct WindowOpts {
|
|||
noautocmd: Boolean,
|
||||
fixed: Boolean,
|
||||
hide: Boolean,
|
||||
#[cfg(feature = "neovim-nightly")] // Only on Nightly.
|
||||
#[builder(skip)]
|
||||
_cmdline_offset: Integer,
|
||||
}
|
||||
|
||||
impl From<&WindowConfig> for WindowOpts {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue