aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua
Commit message (Expand)AuthorAge
* refactor(diagnostic): remove bufnr parameter from open_float (#16579)Gregory Anders2021-12-08
* fix(diagnostic): escape special chars in file names (#16527)Matthew Toohey2021-12-05
* feat(api): add nvim_get_option_valueGregory Anders2021-12-04
* feat(diagnostic): use `scope = 'line'` by default for `open_float()` (#16456)cbarrete2021-11-28
* test(diagnostic): diagnostics passed to set() should be an arrayGregory Anders2021-11-27
* fix(lua): fix vim.deepcopy for metatables & cycled tables (#16435)Shadman2021-11-26
* test(diagnostic): uncomment equality checkGregory Anders2021-11-24
* fix(diagnostic): resolve buffer number in get() (#16407)Gregory Anders2021-11-22
* fix(diagnostics): don't allow 0 bufnr for metatable index (#16405)Gregory Anders2021-11-22
* fix(diagnostic): remove invalid buffers from cache (#16397)smolck2021-11-21
* Merge pull request #16362 from zeertzjq/vim-8.2.3617Jan Edmund Lazo2021-11-21
|\
| * vim-patch:8.2.3468: problem with :cd when editing file in non-existent directoryzeertzjq2021-11-19
* | fix(diagnostic): fix navigation with diagnostics placed past end of lineGregory Anders2021-11-19
* | fix(diagnostic): deepcopy diagnostics before clamping line numbersGregory Anders2021-11-19
|/
* Merge pull request #16328 from gpanders/diagnostic-prefix-hiGregory Anders2021-11-16
|\
| * refactor(diagnostic)!: rename 'show_header' to 'header'Gregory Anders2021-11-15
| * feat(diagnostic): allow 'prefix' option to return highlightGregory Anders2021-11-15
* | refactor(diagnostic): make bufnr arguments consistent (#16323)Gregory Anders2021-11-16
|/
* feat(diagnostic): add 'prefix' option to open_float (#16321)Gregory Anders2021-11-14
* 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
* feat(lua): enable stack traces in error output (#16228)Gregory Anders2021-11-06
* fix(diagnostic): fix option resolution in open_float (#16229)Gregory Anders2021-11-04
* 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
* 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
|/
* Merge pull request #14794 from BK1603/gdbserver_fixMatthieu Coudron2021-10-20
|\
| * test: close timers in vim_spec.lua functional testShreyansh Chouhan2021-09-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
* | 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
| |/ /
* / / fix(diagnostic): do not override existing config settings #16043Gregory Anders2021-10-17
|/ /
* | fix: correctly capture uri scheme on windows (#16027)Michael Lingelbach2021-10-15
* | Merge pull request #15502 from seandewar/vim-8.1.1921Jan Edmund Lazo2021-10-10
|\ \
| * | feat(eval/method): partially port v8.1.1954Sean Dewar2021-10-03
* | | fix(buffer_updates): handle :sort of already sorted bufferBjörn Linse2021-10-08
* | | fix(api): check type in nlua_pop_keydict (#15940)virchau132021-10-08
* | | fix: support severity_sort option for show_diagnostic functions (#15948)Gregory Anders2021-10-07
* | | fix(buffer_updates): cleanup test behaviorBjörn Linse2021-10-07
* | | fix(buffer_updates): make `lockmarks` not affect extmarks and buffer updates....Anton Adamansky2021-10-07
* | | fix(buffer_updates): handle :delete of the very last line in bufferBjörn Linse2021-10-07
* | | fix(extmarks): splice extmarks on nv_Undo #15920Tony Chen2021-10-06
* | | Merge #15218 from gpanders/split-trimemptyJustin M. Keyes2021-10-03
|\ \ \ | |/ / |/| |