| Commit message (Expand) | Author | Age |
... | |
* | Merge pull request #14318 from chentau/extmark_luado | Björn Linse | 2021-04-13 |
|\ |
|
| * | extmark: splice extmarks on :luado | chentau | 2021-04-12 |
* | | test/lsp: disable tracking in LSP tests (here be dragons) | Björn Linse | 2021-04-03 |
* | | luaref: simplify handling of table callables and fix leak in vim.fn.call(table) | Björn Linse | 2021-04-03 |
* | | luaref: fix leaks for global luarefs | Björn Linse | 2021-04-03 |
* | | lua: track reference ownership with ASAN when present | Björn Linse | 2021-04-03 |
|/ |
|
* | ts: Add language version to vim.treesitter (#14255) | TJ DeVries | 2021-03-30 |
* | lint | chentau | 2021-01-26 |
* | Don't show entire context when completing | Tony Chen | 2021-01-26 |
* | feat: add completion to ':lua' | TJ DeVries | 2021-01-26 |
* | api: add vim.version (#13762) | Michael Lingelbach | 2021-01-18 |
* | executor: use new nlua_ name pattern | Björn Linse | 2020-12-01 |
* | startup: add init.lua as an alternative user config, fixes #7895 | dm1try | 2020-12-01 |
* | Removed restricted mode - Fix #11972 | georg3tom | 2020-11-11 |
* | lua: make vim.inspect available early so it can be used for path debugging | Björn Linse | 2020-11-05 |
* | startup: handle autoload and lua packages during startup | Björn Linse | 2020-11-02 |
* | api: add API for themes | Björn Linse | 2020-11-01 |
* | lua: vim.wait allows control of fast events (#13053) | TJ DeVries | 2020-10-06 |
* | lua: cleanup naming conventions of executor functions | Björn Linse | 2020-09-10 |
* | lua: add vim.register_keystroke_callback (#12536) | TJ DeVries | 2020-08-14 |
* | fix: runtimepath always updates lua package.path | TJ DeVries | 2020-08-10 |
* | Merge pull request #12653 from erw7/fix-build-freebsd-ci | James McCoy | 2020-07-20 |
|\ |
|
| * | build: Fix build failure with CI in FreeBSD | erw7 | 2020-07-20 |
* | | lua: Fix crash on unprotected lua errors (#12658) | TJ DeVries | 2020-07-19 |
|/ |
|
* | lua: Add ability to pass tables with __call | TJ DeVries | 2020-07-10 |
* | lua: Add ability to pass lua functions directly to vimL | TJ DeVries | 2020-07-10 |
* | treesitter: simplify puhstree call process | Thomas Vigouroux | 2020-06-23 |
* | lua: vim.wait implementation | TJ DeVries | 2020-05-30 |
* | lua: vim.wait initial outline | Björn Linse | 2020-05-30 |
* | Merge #11851 'eval.c: factor out eval/userfunc.c' | Justin M. Keyes | 2020-04-26 |
|\ |
|
| * | rename: user_funcs -> userfunc | Jakub Łuczyński | 2020-02-13 |
| * | fix: includes | Jakub Łuczyński | 2020-02-13 |
* | | lua: add regex support, and `@match` support in treesitter queries | Björn Linse | 2020-02-26 |
|/ |
|
* | eval.c: factor out eval/funcs.c #11828 | Jakub Łuczyński | 2020-02-10 |
* | treesitter: add standard &rtp/parser/ search path for parsers | Björn Linse | 2020-02-07 |
* | lua: metatable for empty dict value | Björn Linse | 2020-01-01 |
* | clang/'Logic error': set ret_tv if non-null | Jan Edmund Lazo | 2019-12-25 |
* | tree-sitter: implement query functionality and highlighting prototype [skip.l... | Björn Linse | 2019-12-22 |
* | API: rename nvim_execute_lua => nvim_exec_lua | Justin M. Keyes | 2019-12-02 |
* | Lua: vim.env, vim.{g,v,w,bo,wo} #11442 | Ashkan Kiani | 2019-11-24 |
* | Add v:lua.func() vimL syntax for calling lua | Björn Linse | 2019-11-16 |
* | lua: vim.rpcrequest, vim.rpcnotify, vim.NIL | Björn Linse | 2019-11-10 |
* | lua/executor.c: use TRY_WRAP | Justin M. Keyes | 2019-10-29 |
* | lua: add vim.fn.{func} for direct access to vimL function | Björn Linse | 2019-10-27 |
* | tree-sitter: fix lint, delete "demo" plugin (replaced by functional tests) | Björn Linse | 2019-09-28 |
* | tree-sitter: inspect language | Björn Linse | 2019-09-28 |
* | tree-sitter: style | Björn Linse | 2019-09-28 |
* | tree-sitter: rename tree_sitter => treesitter for consistency | Björn Linse | 2019-09-28 |
* | tree-sitter: add basic testing on ci | Björn Linse | 2019-09-28 |
* | tree-sitter: support pre-registration of languages | Björn Linse | 2019-09-28 |