aboutsummaryrefslogtreecommitdiff
path: root/test/functional
Commit message (Expand)AuthorAge
...
* fix(channel): fix channels opened by nvim_open_term() never being freedzeertzjq2021-11-11
* fix(channel): throw error if sending to internal channel w/o terminalzeertzjq2021-11-11
* fix(lsp): rewrite incremental sync (#16252)Michael Lingelbach2021-11-09
* feat(diagnostic): do not require namespace for hide() and show() (#16261)Gregory Anders2021-11-09
* feat(ui): add vim.ui.input and use in lsp rename (#15959)Sebastian Lyng Johansen2021-11-07
* Merge pull request #16155 from zeertzjq/fix-redr-border-corruptionBjörn Linse2021-11-06
|\
| * fix(float): redraw if w_border_adj changedzeertzjq2021-10-28
| * fix(float): fix potential heap corruption in win_redr_borderzeertzjq2021-10-28
* | feat(lua): enable stack traces in error output (#16228)Gregory Anders2021-11-06
* | fix(input): never reinterpret unmapped ALT- chrods in Terminal mode (#16222)zeertzjq2021-11-04
* | fix(diagnostic): fix option resolution in open_float (#16229)Gregory Anders2021-11-04
* | fix(extmark): fix missing virt_lines when using id param of set_extmarkBjörn Linse2021-11-01
* | refactor(api/marks)!: add opts param for feature extensibility (#16146)Javier Lopez2021-11-01
* | feat(lsp): add per-client commands (#16101)Michael Lingelbach2021-11-01
* | fix(runtime): fix missing packpath entriesBjörn Linse2021-10-31
* | feat: add vim.str_utf_{start,end} (#16129)Michael Lingelbach2021-10-30
* | fix(vim.mpack): rename pack/unpack => encode/decode #16175Justin M. Keyes2021-10-30
* | refactor(diagnostic): make display handlers generic (#16137)Gregory Anders2021-10-29
* | fix(eval): fix has('wsl') #16153erw72021-10-29
* | feat(lsp): track pending+cancel requests on client object #15949jdrouhard2021-10-29
* | fix(eval): checking for a non-empty string is too strict (#15987)Fabian2021-10-28
* | vim-patch:8.2.3556: filler lines are incorrect for other window in diff mode ...Jaehwang Jerry Jung2021-10-28
|/
* test(vim_spec): fix MSVC_32 skip for nvim_parse_expression test (#16161)Sean Dewar2021-10-27
* Merge pull request #16124 from mjlbach/feat/bjorn-baitBjörn Linse2021-10-24
|\
| * feat: add vim.str_utf_pos functionMichael Lingelbach2021-10-24
* | feat(lua): document support of packages with v:lua syntaxBjörn Linse2021-10-23
* | feat(decorations): support more than one virt_lines blockBjörn Linse2021-10-23
|/
* Merge pull request #14794 from BK1603/gdbserver_fixMatthieu Coudron2021-10-20
|\
| * test: close timers in vim_spec.lua functional testShreyansh Chouhan2021-09-20
| * test: fix running functional tests under gdbserverShreyansh Chouhan2021-09-20
* | Merge pull request #16086 from bfredl/termpipe_inputBjörn Linse2021-10-20
|\ \
| * | feat(nvim_open_term): support input callback in luaBjörn Linse2021-10-20
* | | fix(diagnostic): handle diagnostics placed past the end of line (#16095)Gregory Anders2021-10-19
* | | feat(lua): allow passing handles to vim.b/w/tLewis Russell2021-10-19
* | | refactor(diagnostic)!: replace 'show_*' functions with 'open_float' (#16057)Gregory Anders2021-10-19
|/ /
* | feat(api): evaluate statusline string #16020Famiu Haque2021-10-18
* | fix(lsp): fix cursor row after textEdits (#16038)hrsh7th2021-10-18
* | Merge pull request #15999 from famiu/fix/build/export-windows-symbolsBjörn Linse2021-10-17
|\ \
| * | fix(build): export symbols on WindowsFamiu Haque2021-10-17
* | | Merge pull request #15973 from bfredl/luapathBjörn Linse2021-10-17
|\ \ \
| * | | fix(runtime): don't use regexes inside lua require'mod'Björn Linse2021-10-17
| |/ /
* | | Merge pull request #15952 from zeertzjq/vim-8.1.1291Jan Edmund Lazo2021-10-17
|\ \ \
| * | | test(dirchanged): add tests for DirChanged pattern "auto"zeertzjq2021-10-17
| * | | refactor(dirchanged): tab -> tabpagezeertzjq2021-10-17
| * | | vim-patch:8.1.0604: autocommand test fails on MS-Windowszeertzjq2021-10-17
| * | | vim-patch:8.1.0602: DirChanged is also triggered when directory didn't changezeertzjq2021-10-17
* | | | fix(diagnostic): do not override existing config settings #16043Gregory Anders2021-10-17
|/ / /
* | | Merge #15994 feat(:source, nvim_exec): script-local scopeJustin M. Keyes2021-10-17
|\ \ \ | |/ / |/| |
| * | feat(:source, nvim_exec): defer script item creation until s:var accessSean Dewar2021-10-14
| * | feat(:source, nvim_exec): support script-local variablesSean Dewar2021-10-14