| Commit message (Expand) | Author | Age |
... | |
* | 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 |
|/ |
|
* | doc | Justin M. Keyes | 2019-09-11 |
* | doc: |api-fast| [ci skip] | Justin M. Keyes | 2019-09-09 |
* | paste: fix normal-mode paste by different approach #10976 | Justin M. Keyes | 2019-09-09 |
* | paste: insert before cursor always | Justin M. Keyes | 2019-09-08 |
* | paste: do not clobber msg area for small pastes | Justin M. Keyes | 2019-09-08 |
* | paste/cmdline: discard all chunks after first line | Justin M. Keyes | 2019-09-08 |
* | paste: reset 'paste' option immediately #10974 | Justin M. Keyes | 2019-09-08 |
* | paste: redraw at end | Justin M. Keyes | 2019-09-02 |
* | paste: one undo-block per stream | Justin M. Keyes | 2019-09-02 |
* | paste: make vim.paste() "public" | Justin M. Keyes | 2019-08-27 |
* | paste: implement redo (AKA dot-repeat) | Justin M. Keyes | 2019-08-27 |
* | paste: insert text "before" cursor in Insert-mode | Justin M. Keyes | 2019-08-27 |
* | API: nvim_paste | Justin M. Keyes | 2019-08-27 |
* | paste: phases, dots | Justin M. Keyes | 2019-08-27 |
* | API: nvim_put: "follow" parameter | Justin M. Keyes | 2019-08-27 |
* | paste: use nvim_put() | Justin M. Keyes | 2019-08-27 |
* | paste: use chansend() in Terminal-mode | Justin M. Keyes | 2019-08-27 |
* | paste: fixup tests | Justin M. Keyes | 2019-08-27 |
* | paste: abort paste if handler does not return true | Justin M. Keyes | 2019-08-27 |
* | TUI/paste: always flush on paste mode-change | Justin M. Keyes | 2019-08-27 |
* | TUI/paste: define paste function as Lua builtin | Justin M. Keyes | 2019-08-27 |
* | lua/stdlib: cleanup | Justin M. Keyes | 2019-08-27 |
* | libluv: use luv_set_callback to control callback execution | Björn Linse | 2019-06-30 |
* | lua/shared: share trim() impl | Justin M. Keyes | 2019-05-20 |
* | Merge #9709 'fileio: use os_copy to create backups' | Justin M. Keyes | 2019-05-20 |
|\ |
|
* | | lua/shared: share more stuff | Justin M. Keyes | 2019-05-19 |
* | | lua/shared: share deepcopy() with test/* | Justin M. Keyes | 2019-05-19 |
* | | gen_vimdoc.py: support lua/shared.lua module [ci skip] | Justin M. Keyes | 2019-05-19 |
* | | Document the vim.lua functions | KillTheMule | 2019-05-18 |
* | | lua/stdlib: Introduce vim.shared | Justin M. Keyes | 2019-05-18 |
|/ |
|
* | lua: expose full interface of vim.inspect and add test | Björn Linse | 2019-01-14 |
* | lua/stdlib: Load runtime modules on-demand | Justin M. Keyes | 2019-01-14 |
* | lua/stdlib: vim.inspect, string functions | KillTheMule | 2019-01-14 |