aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua
Commit message (Expand)AuthorAge
...
* | 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
| * fix(v:lua): fix emsg when calling v:lua directlySean Dewar2021-08-12
* | fix(bufupdates): send correct updates for visual pasteThomas Vigouroux2021-08-25
* | feat(api): add lua C bindings for xdiff (#14536)Lewis Russell2021-08-22
|/
* fix(shared): do not treat empty tables as list in deep extend (#15094)Folke Lemaitre2021-07-19
* feat(vim.uri): Allow URI schemes other than file: without authorityTom Payne2021-07-10
* test(lsp): file URIs without a hostnameAlessandro Pezzoni2021-07-10
* fix(vim.opt): vimL map string values not trimmed (#14982)jadedpasta2021-07-04
* Merge pull request #14779 from tjdevries/tjdevries/vim_opt_fixesTJ DeVries2021-06-29
|\
| * fix(vim.opt): Fix #14828 with empty values being incorrectly insertedTJ DeVries2021-06-29
| * fix(vim.opt): Fix #14668 Now correctly handles unescaped commas in isfname styleTJ DeVries2021-06-29
| * fix(vim.opt): Fix #14669 whichwrap now acts as expectedTJ DeVries2021-06-29
| * fix(vim.opt): Add basic error handlingDavid Zhang2021-06-29
| * fix(vim.opt): Get window options before setting.ckipp012021-06-29
| * fix(vim.opt): #14708 Now lets you put duplicate values in wildmodeTJ DeVries2021-06-29
* | Merge pull request #14335 from chentau/extmark_delbytesBjörn Linse2021-06-29
|\ \ | |/ |/|
| * Manually zero out deleted_bytes2 when substituting and joining lineschentau2021-06-29
* | refactor(tests): Simplify tests at functional/lua/runtime_specshadmansaleh2021-06-11
* | feat(runtime): Allow lua to be used in syntaxshadmansaleh2021-06-11
* | feat(runtime): Allow lua to be used in ftdetectshadmansaleh2021-06-11
* | feat(runtime): Allow lua to be used in indentshadmansaleh2021-06-11
* | feat(runtime): Allow lua to be used in ftpluginshadmansaleh2021-06-11
* | feat(runtime): Allow lua to be used in compilershadmansaleh2021-06-11
* | feat(runtime): Allow lua to be used in colorschemesshadmansaleh2021-06-11
|/
* api: add nvim_win_callnotomo2021-06-10
* add tests in buffer_updatesjbyuki2021-06-09
* lua: Add vim.opt and fix scopes of vim.o (#13479)TJ DeVries2021-05-28
* Merge pull request #14575 from vigoux/virtualedit-bytesThomas Vigouroux2021-05-20
|\
| * fix(bufupdate): send events when inserting with virtualeditThomas Vigouroux2021-05-18
* | lua: use proper conversion of vim.g valuesBjörn Linse2021-05-19
|/