summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/ui/float_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-16fix(float): don't unload 'hidden' float buffer with :close! (#39096)luukvbaal1
2026-04-14feat(api): use zindex to determine dimmed cursor shape #39054luukvbaal1
2026-03-16fix(api): use standard error messagesJustin M. Keyes1
2026-03-14fix(api): improve external window validationSean Dewar1
2026-03-14feat(api): nvim_win_set_config can move split to other tp as floatwinSean Dewar1
2026-03-14fix(winfloat): last_status when changing split to floatwinSean Dewar1
2026-03-14fix(api): relax config validation for "win"Sean Dewar1
2026-03-14fix(api): don't config split as floatwin relative to itselfSean Dewar1
2026-03-14fix(api): win_config_float_tp grid removal, redrawSean Dewar1
2026-03-11fix(compositor): clear old position with last known dimensions #38229luukvbaal1
2026-03-09fix(api): don't re-apply minimal style if unchanged #38152Sean Dewar1
2026-03-08fix(api): merge split window config only on successSean Dewar1
2026-03-03fix(api): return "style" in nvim_win_get_config() #38122Sean Dewar1
2026-03-03fix(window): style=minimal window loses local options when switching buffers ...glepnir1
2026-02-28fix(float): style=minimal leaks into normal windows #25185glepnir1
2026-02-16fix(float): clamp floating window above cmdline #37899luukvbaal1
2026-02-04test(float): cursor unobscured by hidden float and in cmdlineSean Dewar1
2026-02-04feat(ui): show "empty" cursor behind unfocused floatwin #37624glepnir1
2026-01-17vim-patch:9.0.0909: error message for layout change does not match action (#3...zeertzjq1
2026-01-05fix(window): crash closing split if autocmds close other splits (#37233)zeertzjq1
2026-01-04fix(window): crash closing only non-float if autocmds :tabonly (#37218)Sean Dewar1
2025-12-09fix(float): prevent truncation of title that fits exactly #36880skewb1k1
2025-12-08fix(float): tail truncate long title #28387glepnir1
2025-10-11fix(window): don't make hidden/unfocusable previous window current #36142luukvbaal1
2025-10-11fix: stale lines("w$") after nvim_win_set_height when splitkeep=screen #36056phanium1
2025-10-11fix(float): crash from nasty :fclose autocmds (#36134)Sean Dewar1
2025-09-13feat(ui): support grid=0 in nvim_input_mouse #32535fredizzimo1
2025-08-27fix(floatwin): handle viewport width properly at end of window (#35490)zeertzjq1
2025-08-26fix(eval): winnrs of unfocusable/hidden windows #35474Sean Dewar1
2025-08-07fix(ui): check for cmdline mode properly (#35202)zeertzjq1
2025-07-11fix(window): don't store invalid height in window config (#34885)luukvbaal1
2025-07-10fix(highlight): preserve bg transparency with winblend=100 #34825glepnir1
2025-07-09feat(option): custom chars in 'winborder' #33772glepnir1
2025-06-29fix(help): :help can focus unfocusable/hide window #34442phanium1
2025-06-27fix(highlight): spurious underline in 'winblend' floating window #34614glepnir1
2025-06-23fix(cmd): bar "|" not allowed after :fclose #34613glepnir1
2025-06-12fix(float): ensure relative window grid is allocated (#34459)luukvbaal1
2025-06-09fix(highlight): preserve background transparency in 'winblend' #34302glepnir1
2025-06-08test: remove unnecessary line breaks #34369glepnir1
2025-06-06fix(api): ensure win_get_config() "border" is reciprocal (#34322)luukvbaal1
2025-06-03fix(api): adjust fix for reconfiguring float "relative" (#34287)luukvbaal1
2025-06-02fix(api): reconfiguring float "relative" does not clear "win" (#34271)luukvbaal1
2025-06-01fix(eval): winnr('$') counts non-current hidden/unfocusable windows #34207luukvbaal1
2025-05-28vim-patch:9.1.1408: not easily possible to complete from register content (#3...glepnir1
2025-05-06refactor(tests): lint decorations_spec, float_spec, multigrid_spec #33274Justin M. Keyes1
2025-05-03fix(window): skip unfocusable and hidden floats with "{count}<C-W>w" #33810Sean Dewar1
2025-04-30fix(ui): correct condition for "wrap" flag in a floating gridbfredl1
2025-04-27docs: lsp, emoji, startup #33446Justin M. Keyes1
2025-04-23fix(winblend): treat braille blank (\u2800) as whitespace #32741Skoh1
2025-04-23fix(float): cursor visible in "hidden" floating window #30866glepnir1