aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* fix(api): fix set_lines viewport adjustment, but this time goodbfredl2024-03-14
* fix(treesitter): highlight injections properlyLewis Russell2024-03-14
* vim-patch:9.1.0177: Coverity reports dead codezeertzjq2024-03-14
* vim-patch:9.1.0176: Cursor column wrong with 'virtualedit' and concealzeertzjq2024-03-14
* vim-patch:9.1.0174: 'cursorline' and 'wincolor' hl missing with conceal and wrapzeertzjq2024-03-14
* vim-patch:9.1.0178: E1513 might be confusing (#27846)zeertzjq2024-03-14
* vim-patch:9.1.0175: wrong window positions with 'winfix{width,height}' (#27845)Sean Dewar2024-03-13
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* fix(drawline): initialize linebuf_attr to 0 instead of -1 (#27840)zeertzjq2024-03-13
* vim-patch:9.1.0171: Small split-move related improvementsSean Dewar2024-03-12
* vim-patch:9.1.0170: Re-allow curwin == prevwin, but document it insteadSean Dewar2024-03-12
* vim-patch:9.1.0169: current window number returned by tabpagewinnr may be out...Sean Dewar2024-03-12
* feat(treesitter): support URLs (#27132)Gregory Anders2024-03-12
* vim-patch:9.1.0167: Changing buffer in another window causes it to show match...zeertzjq2024-03-12
* vim-patch:9.1.0166: Internal error with blockwise getregion() in another buff...zeertzjq2024-03-12
* vim-patch:8.2.4944: text properties are wrong after "cc" (#27821)zeertzjq2024-03-12
* Merge pull request #27812 from luukvbaal/cmdheightbfredl2024-03-11
|\
| * feat(ui): allow non-zero 'cmdheight' with ext_messagesLuuk van Baal2024-03-11
* | test: correct order of arguments to eq() (#27816)zeertzjq2024-03-11
|/
* vim-patch:9.1.0156: Make 'wfb' failing to split still report E1513zeertzjq2024-03-11
* vim-patch:9.1.0152: Coverity complains about ignoring return valuezeertzjq2024-03-11
* vim-patch:9.1.0150: Several minor 'winfixbuf' issuesColin Kennedy2024-03-11
* vim-patch:9.1.0149: null pointer member access when accessing 'winfixbuf' pro...Colin Kennedy2024-03-11
* vim-patch:9.1.0147: Cannot keep a buffer focused in a windowColin Kennedy2024-03-11
* vim-patch:9.1.0164: Internal error when passing invalid position to getregion...zeertzjq2024-03-11
* vim-patch:9.1.0138: too many STRLEN calls when getting a memline (#27799)zeertzjq2024-03-10
* revert: "fix(window): :close crash with autocmd, floats and tabpage" (#27796)zeertzjq2024-03-10
* fix(window): :close crash if WinClosed from float closes window (#27794)zeertzjq2024-03-10
* fix(window): :close crash with autocmd, floats and tabpage (#27793)zeertzjq2024-03-10
* vim-patch:9.1.0159: Crash in WinClosed after BufUnload closes other windows (...zeertzjq2024-03-10
* vim-patch:9.1.0161: expand() removes slash after env variable that ends with ...zeertzjq2024-03-10
* Merge pull request #27330 from seandewar/win_set_config-fixesSean Dewar2024-03-09
|\
| * vim-patch:8.2.3862: crash on exit with EXITFREE and using win_execute()Sean Dewar2024-03-09
| * fix(api): win_set_config set tp_curwin of win moved from other tabpageSean Dewar2024-03-09
| * fix(window): :close may cause Nvim to quit with autocmd and floatzeertzjq2024-03-09
| * test(old): remove Test_floatwin_splitmove()zeertzjq2024-03-09
| * fix(api): win_set_config update statuslines after removing splitsSean Dewar2024-03-09
| * fix(api): patch some cmdwin/textlock holesSean Dewar2024-03-08
| * fix(api): handle win_split_ins failure properlySean Dewar2024-03-08
| * vim-patch:9.1.0130: [security]: UAF if win_split_ins autocommands delete "wp"Sean Dewar2024-03-08
| * vim-patch:9.1.0128: win_gotoid() may abort even when not switching a windowSean Dewar2024-03-08
| * vim-patch:9.1.0121: Infinite loop or signed overflow with 'smoothscroll'Sean Dewar2024-03-08
| * vim-patch:9.1.0119: can move away from cmdwin using win_splitmove()Sean Dewar2024-03-08
| * vim-patch:9.1.0118: Use different restoration strategy in win_splitmoveSean Dewar2024-03-08
| * vim-patch:partial:9.1.0117: Stop split-moving from firing WinNew and WinNewPr...Sean Dewar2024-03-08
| * vim-patch:9.1.0116: win_split_ins may not check available roomSean Dewar2024-03-08
| * fix(api): make open_win block only enter/leave events if !enter && !noautocmdSean Dewar2024-03-08
| * fix(api): make win_set_config with "win" for splits need "split/vertical"Sean Dewar2024-03-08
| * fix(api): make open_win/win_set_config check if splitting allowedSean Dewar2024-03-08
| * fix(api): avoid open_win UAF if target buf deleted by autocmdsSean Dewar2024-03-08