aboutsummaryrefslogtreecommitdiff
path: root/test/functional
Commit message (Expand)AuthorAge
...
* 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
* fix(diagnostic): virtual_text prefix function should have index and total (#2...Jongwook Choi2023-10-27
* fix(lsp): fix omnicomplete in middle of the line (#25787)Lajos Koszti2023-10-26
* fix(lsp): cancel session when leaving snippet region (#25762)Maria José Solano2023-10-26
* fix(float): win_get_bordertext_col returning negative column number (#25752)nwounkn2023-10-26
* fix(terminal): assign channel to terminal earlier (#25771)zeertzjq2023-10-25
* fix(marks): handle switching buffer properly (#25763)zeertzjq2023-10-24
* fix(lsp): do not add extra indentationMaria José Solano2023-10-23
* fix(lsp): track snippet deletionMaria José Solano2023-10-23
* fix(lsp): fix off-by-one error for omnifunc word boundaryMathias Fussenegger2023-10-23
* feat(complete): support f flag for complete buffer partglepnir2023-10-21
* refactor(lsp): deprecate completion util methodsMathias Fussenegger2023-10-21
* feat(lsp): add snippet API (#25301)Maria José Solano2023-10-21
* ci(cirrus): don't run lua/help_spec (#25498)zeertzjq2023-10-21
* refactor(options): `get_option_value_strict()` and `SREQ_*`Famiu Haque2023-10-20
* fix(move): check the correct buffer (#25698)zeertzjq2023-10-18
* test(autocmd/termxx_spec): fix flakiness (#25694)zeertzjq2023-10-18
* vim-patch:8.2.4497: wrong color for half of wide character next to pum scroll...zeertzjq2023-10-18
* vim-patch:9.0.2035: [security] use-after-free with wildmenu (#25687)zeertzjq2023-10-17
* vim-patch:9.0.2037: A few remaining cmdline completion issues with C-E/Y (#25...zeertzjq2023-10-17
* refactor(options)!: make OptionSet `v:` values use typvalFamiu Haque2023-10-17
* fix(extmarks): skip virt_text if it is out of window (#25658)zeertzjq2023-10-15