aboutsummaryrefslogtreecommitdiff
path: root/test/functional
Commit message (Expand)AuthorAge
...
* | fix(window): :close crash with autocmd, floats and tabpage (#27793)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
| * | 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.0118: Use different restoration strategy in win_splitmoveSean 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
| * | fix(api): open_win fire Buf* events when !enter && !noautocmd if entered earlySean Dewar2024-03-08
| * | fix(api): open_win fire BufWinEnter for other buffer when !enter && !noautocmdSean Dewar2024-03-08
| * | fix(api): win_set_config fires unnecessary autocmdsSean Dewar2024-03-08
| * | fix(api): win_set_config autocmds crash when moving win to other tabpageSean Dewar2024-03-08
* | | docs: support inline markdownLewis Russell2024-03-09
* | | fix(startup): set full_screen when in ex_modeglepnir2024-03-09
* | | feat!: remove deprecated functionsdundargoc2024-03-09
|/ /
* | test(tohtml_spec): don't use hard-coded sleeping time (#27770)zeertzjq2024-03-08
* | vim-patch:9.1.0158: 'shortmess' "F" flag doesn't work properly with 'autoread'zeertzjq2024-03-08
* | docs(lua): improvements for LSP and DiagnosticLewis Russell2024-03-05
* | fix(eval): make has('pythonx') work properly (#27739)zeertzjq2024-03-05
* | fix(tohtml): replace hex escape with digit escape (#27728)altermo2024-03-04
* | fix(column): full redraw with 'stc, 'rnu' and inserted lines (#27712)luukvbaal2024-03-03
* | fix(lsp): directly rename the existing buffers when renaming (#27690)Jaehwang Jung2024-03-02
* | Merge pull request #27687 from luukvbaal/floatposbfredl2024-03-02
|\ \
| * | fix(float): allow floating window in cmdline areaLuuk van Baal2024-03-01
| |/
* | Merge pull request #27347 from lewis6991/fswatchLewis Russell2024-03-01
|\ \
| * | feat(lsp): add fswatch watchfunc backendLewis Russell2024-03-01
| * | fix(lsp): cancel watchers when closing a clientLewis Russell2024-03-01
| * | refactor(watch): general tidy upLewis Russell2024-03-01
* | | docs: improve/add documentation of Lua typesLewis Russell2024-03-01
|/ /
* / fix(lsp): rename undofile when renaming (#27684)Jaehwang Jung2024-03-01
|/
* fix(lsp): remove unnecessary file load/write when renaming (#27621)Jaehwang Jung2024-02-28
* feat!: rewrite TOhtml in luaaltermo2024-02-28
* fix(lua): remove uri fragment from file paths (#27647)Ilia Choly2024-02-28
* vim-patch:b1427b46f5fe (#27652)zeertzjq2024-02-28
* feat(lsp): support completion itemDefaultsMaria José Solano2024-02-27
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* test(terminal/buffer_spec): re-skip bang test on Windowszeertzjq2024-02-26
* fix(process): start pty process eof timer on main thread (#27625)zeertzjq2024-02-26
* fix(lsp): add snippet regression test (#27618)Maria José Solano2024-02-25
* test: don't use minimal timeout for "intermediate" flag (#27620)zeertzjq2024-02-25
* fix(lsp): when renaming directory, check path prefix of buffer names (#27603)Jaehwang Jung2024-02-24
* fix(terminal): block input when there is pending TermRequest (#27589)zeertzjq2024-02-24
* Merge pull request #27590 from bfredl/signcolfixbfredl2024-02-23
|\
| * fix(marktree): some marks counted twice when checking for overlapbfredl2024-02-23