index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
api
/
window_spec.lua
Commit message (
Expand
)
Author
Age
*
Merge pull request #31597 from bfredl/deletionism
bfredl
2025-01-20
|
\
|
*
fix(wininfo): when freeing windows, free the lowest priority wininfo
bfredl
2025-01-14
*
|
fix(api): generic error messages, not using TRY_WRAP #31596
Justin M. Keyes
2024-12-16
*
|
fix(api): not using TRY_WRAP, generic error messages #31595
Justin M. Keyes
2024-12-16
|
/
*
fix(tests): needing two calls to setup a screen is cringe
bfredl
2024-11-14
*
fix(window): making float with title/footer non-float leaks memory (#30551)
zeertzjq
2024-09-28
*
fix(api): fix crash/leak with float title/footer on error (#30543)
zeertzjq
2024-09-27
*
test(api/window_spec): remove duplicate test (#30538)
zeertzjq
2024-09-27
*
refactor: use `vim._with` where possible
dundargoc
2024-06-28
*
refactor(tests): use more global highlight definitions
bfredl
2024-05-26
*
feat(api): allow floats to be opened in non-current tabpage (#28480)
Will Hopkins
2024-04-25
*
test: improve test conventions
dundargoc
2024-04-23
*
fix(api): do not update grid position in nvim_win_set_cursor (#28235)
luukvbaal
2024-04-21
*
fix(api): ignore 'autochdir' when renaming other buf (#28376)
zeertzjq
2024-04-16
*
fix(api): ignore 'autochdir' when setting buf in other win (#28371)
Raphael
2024-04-16
*
fix(api): make width/height for split by nvim_open_win work (#28341)
zeertzjq
2024-04-15
*
feat(api)!: nvim_open_win: noautocmd blocks all autocmds #28192
Sean Dewar
2024-04-14
*
refactor(test): inject after_each differently
Lewis Russell
2024-04-10
*
test: improve test conventions
dundargoc
2024-04-08
*
fix(api): update grid cursor in nvim_win_set_cursor()
Luuk van Baal
2024-03-15
*
fix(api): win_set_config set tp_curwin of win moved from other tabpage
Sean Dewar
2024-03-09
*
fix(api): win_set_config update statuslines after removing splits
Sean Dewar
2024-03-09
*
fix(api): patch some cmdwin/textlock holes
Sean Dewar
2024-03-08
*
fix(api): handle win_split_ins failure properly
Sean Dewar
2024-03-08
*
fix(api): make open_win block only enter/leave events if !enter && !noautocmd
Sean Dewar
2024-03-08
*
fix(api): make win_set_config with "win" for splits need "split/vertical"
Sean Dewar
2024-03-08
*
fix(api): make open_win/win_set_config check if splitting allowed
Sean Dewar
2024-03-08
*
fix(api): avoid open_win UAF if target buf deleted by autocmds
Sean Dewar
2024-03-08
*
fix(api): open_win fire Buf* events when !enter && !noautocmd if entered early
Sean Dewar
2024-03-08
*
fix(api): open_win fire BufWinEnter for other buffer when !enter && !noautocmd
Sean Dewar
2024-03-08
*
fix(api): win_set_config fires unnecessary autocmds
Sean Dewar
2024-03-08
*
fix(api): win_set_config autocmds crash when moving win to other tabpage
Sean Dewar
2024-03-08
*
feat(api): make nvim_open_win support non-floating windows (#25550)
Will Hopkins
2024-02-01
*
vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is open
Sean Dewar
2024-01-28
*
test: use integers for API Buffer/Window/Tabpage EXT types
Lewis Russell
2024-01-16
*
test: rename (meths, funcs) -> (api, fn)
Lewis Russell
2024-01-12
*
test: normalise nvim bridge functions
Lewis Russell
2024-01-12
*
test: typing for helpers.meths
Lewis Russell
2024-01-12
*
test: do not inject vim module into global helpers
Lewis Russell
2024-01-12
*
refactor: format test/*
Justin M. Keyes
2024-01-03
*
fix(api): crash after nvim_win_set_config title/footer validation error (#26606)
notomo
2023-12-16
*
test: avoid repeated screen lines in expected states
zeertzjq
2023-12-09
*
fix(api): get virtual text with multiple hl properly (#25307)
zeertzjq
2023-09-22
*
fix(api): disallow win_set_buf from changing cmdwin's old curbuf (#24745)
Sean Dewar
2023-08-17
*
feat(api): allow win_hide to close cmdwin or non-previous windows
Sean Dewar
2023-07-26
*
feat(api): allow win_close in cmdwin to close wins except previous
Sean Dewar
2023-07-26
*
feat(api): allow open_win/win_set_buf in the cmdwin in some cases
Sean Dewar
2023-07-26
*
feat(api)!: change return type of nvim_win_text_height to Dict (#24365)
zeertzjq
2023-07-16
*
feat(api): add nvim_win_text_height (#24236)
zeertzjq
2023-07-11
*
test: added tests for set_height with winminheight=0 and a winbar
Folke Lemaitre
2023-06-01
[next]