aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua
Commit message (Expand)AuthorAge
...
* | 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
|\ \ \ | |/ / |/| |
| * | refactor: use kwargs parameter in vim.splitGregory Anders2021-09-25
| * | feat: add trimempty optional parameter to vim.splitGregory Anders2021-09-25
* | | test(diagnostic): add test case for signsGregory Anders2021-10-02
* | | fix(ui): s/format_entry/format_item to match docs (#15819)Mathias Fußenegger2021-09-27
* | | feat(ui): add vim.ui.select and use in code actions (#15771)Mathias Fußenegger2021-09-27
* | | test: add tests for vim.jsonMichael Lingelbach2021-09-26
|/ /
* | feat(diagnostic): allow customized diagnostic messages (#15742)Gregory Anders2021-09-22
* | feat(diagnostic): add option to include diagnostic sourceGregory Anders2021-09-21
* | fix(diagnostic): clamp line numbers in display layer (#15729)Gregory Anders2021-09-20
|/
* feat(diagnostic): match(), tolist(), fromlist() #15704Gregory Anders2021-09-19
* refactor(tests): remove redir_exec #15718Justin M. Keyes2021-09-19
* test: add test case for show_line_diagnosticsGregory Anders2021-09-18
* fix(diagnostic): change default severity_sort orderGregory Anders2021-09-17
* fix(diagnostic): support severity_sortGregory Anders2021-09-17
* Merge #15585 refactor: move vim.lsp.diagnostic to vim.diagnosticJustin M. Keyes2021-09-16
|\
| * test: add test case for severity rangesGregory Anders2021-09-15
| * refactor: move vim.lsp.diagnostic to vim.diagnosticGregory Anders2021-09-15
* | vim-patch:8.1.0793: incorrect error messages for functions that take a BlobSean Dewar2021-09-15
* | feat(decode_string): decode binary string with NULs to BlobSean Dewar2021-09-15
* | feat(api): convert Blobs to API stringsSean Dewar2021-09-15
* | feat(nlua): convert Blobs to stringsSean Dewar2021-09-15
|/
* feat(lua): make vim.mpack support vim.NIL and vim.empty_dict()Björn Linse2021-09-09
* feat(lua)!: register_keystroke_callback => on_keyJustin M. Keyes2021-09-09
* fix(lua): preserve argument lists which are not listsBjörn Linse2021-08-29
* tests(lua/on_yank): assert conditions that fail correctly #15495notomo2021-08-27
* fix(lua): verify buffer in highlight.on_yank (#15482)notomo2021-08-26
* Merge #15293 Vimscript "method" syntaxJustin M. Keyes2021-08-26
|\
| * feat(v:lua): support calling v:lua as a methodSean Dewar2021-08-13