-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Labels
luastdlibstdlib
Description
Problem
Steps to reproduce
local api = vim.api
local win = api.nvim_open_win(api.nvim_create_buf(false, true), true, {
style = 'minimal',
height = 10,
width = 10,
row = 5,
col = 5,
relative = 'cursor',
})
vim._with({ wo = { nu = true } }, function() end)
Expected behavior
float window should be nonumber?
System info
- Nvim version (nvim -v):
v0.12.0-dev-1966 g4d46d040c34d46d040c3 - Vim (not Nvim) behaves the same?: ?
- Operating system/version: Linux 6.18.3-zen1-1-zen
- Terminal name/version: kitty
- $TERM environment variable:
xterm-kitty - Installation: ?
Reactions are currently unavailable