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
*
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
*
test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`
Famiu Haque
2023-05-22
*
refactor(options): deprecate nvim[_buf|_win]_[gs]et_option
Lewis Russell
2023-05-21
*
fix(api): set correct curbuf when temporarily changing curwin (#21371)
zeertzjq
2022-12-10
*
fix(float): make closing float in another tab return to correct window
zeertzjq
2022-12-02
*
fix(api): nvim_win_set_cursor redraw cursorcolumn for non-current window (#21...
Jlll1
2022-11-17
*
test(api): migrate screenchar() test in in window API to screen test
bfredl
2022-10-05
*
docs: fix typos (#18269)
dundargoc
2022-06-04
*
refactor(ui)!: link `VertSplit` to `Normal` by default
Famiu Haque
2022-05-15
*
fix(api): nvim_win_set_cursor() redraw for cursorline and statusline
zeertzjq
2022-02-15
*
feat(api): add nvim_get_option_value
Gregory Anders
2021-12-04
*
fix(api): fix crash after set_option_value_for() #15390
gmntroll
2021-09-25
*
fix(window.c): win_close from other tabpage #15454
notomo
2021-08-22
*
test: update tests to work with 'hidden'
Gregory Anders
2021-08-18
*
api: include border in nvim_win_get_config
Corey Williamson
2021-06-10
*
api(nvim_open_win): add "noautocmd" option
Sean Dewar
2021-06-01
*
api: add vim.api.nvim_win_hide
Corey Williamson
2021-03-09
*
A Mudholland Dr. Recast
Björn Linse
2020-10-19
*
API: include invalid buffer/window/tabpage in error message (#11712)
Daniel Hahler
2020-01-14
[next]