| Commit message (Expand) | Author | Age |
* | refactor: move vim.lsp.diagnostic to vim.diagnostic | Gregory Anders | 2021-09-15 |
* | feat(lua)!: register_keystroke_callback => on_key | Justin M. Keyes | 2021-09-09 |
* | fix(lua): make core vim module not dependent on $VIMRUNTIME functions | Björn Linse | 2021-08-30 |
* | fix(lua): preserve argument lists which are not lists | Björn Linse | 2021-08-29 |
* | docs: make Lua docstrings consistent #15255 | Gregory Anders | 2021-08-22 |
* | fix(lua): ensure vim.region truncates to buf range | Michael Lingelbach | 2021-06-11 |
* | lua: Add vim.opt and fix scopes of vim.o (#13479) | TJ DeVries | 2021-05-28 |
* | lua: use proper conversion of vim.g values | Björn Linse | 2021-05-19 |
* | lua: use WarningMsg for vim.notify() warnings (#14508) | Shadman | 2021-05-10 |
* | docs: Treesitter (#13260) | TJ DeVries | 2021-05-01 |
* | lua: make vim.cmd an alias of vim.api.nvim_exec() (#14401) | Shadman | 2021-04-22 |
* | Merge pull request #13875 from smolck/vim_fn_error_on_api | Björn Linse | 2021-03-09 |
|\ |
|
| * | Fix unused vararg | smolck | 2021-02-06 |
| * | remove extra line, remove () in error | smolck | 2021-02-04 |
| * | vim.fn: throw error when trying to use API function | smolck | 2021-02-03 |
* | | fix(notify): Expected 3 arguments error (#13905) | notomo | 2021-02-09 |
* | | feat: adds vim.notify | Matthieu Coudron | 2021-01-31 |
|/ |
|
* | lua: complete methods in metatables | Björn Linse | 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 |
* | Missing argument for package.loadlib() | matveyt | 2021-01-22 |
* | runtime: propagate lua parsing errors while using "require" | dm1try | 2020-12-10 |
* | lsp: vim.lsp.diagnostic (#12655) | TJ DeVries | 2020-11-12 |
* | 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 |
* | lua: add vim.register_keystroke_callback (#12536) | TJ DeVries | 2020-08-14 |
* | lua: Add ability to pass lua functions directly to vimL | TJ DeVries | 2020-07-10 |
* | doc: mention that defer_fn applies schedule_wrap (#12601) | Christian Clason | 2020-07-07 |
* | lua: add options to highlight.on_yank (#12549) | Christian Clason | 2020-07-05 |
* | doc: fix scripts and regenerate (#12506) | TJ DeVries | 2020-07-02 |
* | lua: Add highlight.on_yank (#12279) | Christian Clason | 2020-05-18 |
* | lua: Add buffer, window and tab accessors (#12268) | TJ DeVries | 2020-05-07 |
* | paste: support replace mode (#11945) | Jesse | 2020-05-05 |
* | lua: metatable for empty dict value | Björn Linse | 2020-01-01 |
* | Fix access on vim.wo (#11517) | Ashkan Kiani | 2019-12-07 |
* | Add vim.cmd as an alias for nvim_command (#11446) | Ashkan Kiani | 2019-12-01 |
* | Return nil instead of NIL for vim.env (#11486) | Ashkan Kiani | 2019-12-01 |
* | lua: make vim.wo and vim.bo used nested indexing for specified handle | Björn Linse | 2019-11-26 |
* | Lua: vim.env, vim.{g,v,w,bo,wo} #11442 | Ashkan Kiani | 2019-11-24 |
* | doc: Lua [ci skip] #11378 | Justin M. Keyes | 2019-11-17 |
* | lua LSP client: initial implementation (#11336) | Ashkan Kiani | 2019-11-13 |
* | Lua: mark some functions as "private" | Justin M. Keyes | 2019-11-11 |
* | paste: Select-mode, Visual-mode #11360 | Justin M. Keyes | 2019-11-09 |
* | doc: vim.fn, vim.call(), vim.api [ci skip] | Justin M. Keyes | 2019-11-06 |
* | lua: add vim.fn.{func} for direct access to vimL function | Björn Linse | 2019-10-27 |
* | 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 |
* | paste: fix handling of "<" in cmdline (#11094) | Daniel Hahler | 2019-09-25 |
* | Merge #10995 'paste: fix paste in terminal mode' | Justin M. Keyes | 2019-09-11 |
|\ |
|
| * | paste: fix paste in terminal mode | Björn Linse | 2019-09-11 |
|/ |
|