aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua
Commit message (Expand)AuthorAge
* test(filetype): port test_filetype to LuaGregory Anders2022-01-05
* fix(filetype): match on <afile> rather than <abuf> (#16943)Gregory Anders2022-01-05
* test: fix absolute paths in filetype_spec (#16920)Gregory Anders2022-01-04
* feat: filetype.lua (#16600)Gregory Anders2022-01-04
* feat(lua): make =expr print result of exprshadmansaleh2022-01-04
* fix(lua): stricter type check when calling API function (#16745)dundargoc2022-01-03
* fix(diagnostic): improve validation for list arguments (#16855)Gregory Anders2022-01-01
* feat(lua): add support for multiple optional types in vim.validate (#16864)Shadman2022-01-01
* feat(api): implement nvim_{add,del}_user_commandGregory Anders2021-12-28
* fix(uri): change scheme pattern to not include the comma character (#16797)Dmytro Meleshko2021-12-26
* feat(lua): add vim.spell (#16620)Lewis Russell2021-12-25
* perf: pre-compile embedded Lua source into bytecode (#16631)Gregory Anders2021-12-16
* 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
| |/ /