aboutsummaryrefslogtreecommitdiff
path: root/test/functional
Commit message (Expand)AuthorAge
* refactor(snippet): rename test utilitiesMaria José Solano2023-11-17
* feat(lsp): support for choice snippet nodesMaria José Solano2023-11-17
* fix(tui): handle cursor visibility properly (#26091)zeertzjq2023-11-17
* refactor(grid): make screen rendering more multibyte than ever beforebfredl2023-11-17
* vim-patch:9.0.1969: [security] buffer-overflow in trunc_string()zeertzjq2023-11-17
* vim-patch:9.0.2107: [security]: FPE in adjust_plines_for_skipcol (#26082)zeertzjq2023-11-17
* feat: add vim.text module (#26069)Gregory Anders2023-11-16
* vim-patch:9.0.2105: skipcol not reset when topline changed (#26042)luukvbaal2023-11-15
* feat(tui): add 'termsync' option (#25871)Gregory Anders2023-11-14
* fix(defaults): set 'fsync' #26034Ploum2023-11-14
* test: use ST terminator instead of BEL in OSC sequencesGregory Anders2023-11-13
* docs: deprecate the "term_background" UI fieldGregory Anders2023-11-13
* feat(statuscolumn): re-evaluate for every screen line (#25885)luukvbaal2023-11-13
* vim-patch:9.0.2102: matchparen highlight not cleared in completion mode (#26019)zeertzjq2023-11-13
* vim-patch:8.2.4809: various things no6 properly tested (#26017)zeertzjq2023-11-13
* build: remove PVSdundargoc2023-11-12
* feat(lsp)!: vim.lsp.inlay_hint.get(), enable(), is_enabled() #25512LW2023-11-12
* fix(float): apply 'winblend' to title/footer highlight (#25999)zeertzjq2023-11-12
* fix(highlight): apply 'winblend' to float border (#25981)zeertzjq2023-11-11
* fix(context): don't leak memory on multiple invalid objects (#25979)zeertzjq2023-11-11
* fix(context): don't crash on invalid arg to nvim_get_context (#25977)zeertzjq2023-11-11
* fix(completion): make sure the buffer name is valid (#25975)mortezadadgar2023-11-11
* test: skip failing test on freebsddundargoc2023-11-10
* fix(f_wait): flush UI before blocking (#25962)zeertzjq2023-11-10
* fix(options): do not change inccommand during preview (#25462)Omar El Halabi2023-11-09
* vim-patch:8.2.4932: not easy to filter the output of maplist()zeertzjq2023-11-09
* vim-patch:8.2.4861: it is not easy to restore saved mappingszeertzjq2023-11-09
* vim-patch:8.2.4140: maparg() does not indicate the type of scriptzeertzjq2023-11-09
* refactor(api): simplify nvim_set_keymap shortname check (#25945)zeertzjq2023-11-09
* Merge pull request #25767 from luukvbaal/signdelbfredl2023-11-08
|\
| * feat(extmarks): add 'invalidate' property to extmarksLuuk van Baal2023-11-08
* | fix(job-control): make jobwait() flush UI after hiding cursor (#25927)zeertzjq2023-11-08
* | test(ui/decorations_spec): avoid flakiness caused by undo msg (#25924)zeertzjq2023-11-07
* | fix(lua): correct return value for on_key with no arguments (#25911)altermo2023-11-07
|/
* feat(extmarks): add "undo_restore" flag to opt out of undo-restoringbfredl2023-11-05
* refactor(grid): implement rightleftcmd as a post-processing stepbfredl2023-11-03
* test(ui/embed_spec): make sure server is started (#25880)zeertzjq2023-11-03
* fix(startup): trigger UIEnter for the correct channel (#25860)zeertzjq2023-11-01
* feat(server): allow embed with listen (#25709)George Harker2023-11-01
* feat(stdlib): add vim.base64 module (#25843)Gregory Anders2023-10-31
* fix(terminal): keep focus when scrolling number column of another window (#25...zeertzjq2023-10-31
* fix(terminal): don't lose focus on <MouseMove> (#25845)zeertzjq2023-10-31
* Merge pull request #25674 from famiu/refactor/options/unify_string_optionsbfredl2023-10-30
|\
| * refactor(options)!: unify `set_option` and `set_string_option`Famiu Haque2023-10-30
* | fix(lsp): do not cancel snippet when selecting placeholder (#25835)Maria José Solano2023-10-30
|/
* docs: small fixes (#25585)dundargoc2023-10-29
* fix(api): load buffer first on nvim_buf_set_lines (#25823)Raphael2023-10-29
* fix(terminal): avoid Insert mode in Terminal buffer (#25820)zeertzjq2023-10-29
* test: add test coverage for #25741Famiu Haque2023-10-28
* vim-patch:9.0.2075: TextChangedI may not always trigger (#25808)zeertzjq2023-10-28