| Commit message (Expand) | Author | Age |
* | api: nvim_buf_delete | TJ DeVries | 2020-10-22 |
* | Merge pull request #13118 from bfredl/mudholland | Björn Linse | 2020-10-19 |
|\ |
|
| * | A Mudholland Dr. Recast | Björn Linse | 2020-10-19 |
* | | test/vim.validate(): assert normalized stacktrace | Justin M. Keyes | 2020-10-05 |
|/ |
|
* | extmark: fix decoration ploblems with extmark | erw7 | 2020-10-02 |
* | api(extmarks): allow extrange past final newline | Thomas Vigouroux | 2020-09-17 |
* | API: be less breaking in the christmas tree decorations | Björn Linse | 2020-09-04 |
* | decor: sketch new decorations API | Björn Linse | 2020-09-03 |
* | extmark: move id to dict in nvim_buf_set_extmark | Björn Linse | 2020-09-03 |
* | lua: Use #var instead of deprecated table.getn(var) | James McCoy | 2020-07-31 |
* | Merge pull request #12376 from erw7/fix-stack-overflow-on-input-enqueue | Matthieu Coudron | 2020-06-08 |
|\ |
|
| * | nvim_input: add test | erw7 | 2020-05-25 |
* | | vim-patch:8.2.0491: cannot recognize a <script> mapping using maparg() | Jan Edmund Lazo | 2020-06-04 |
* | | API: nvim_create_buf: unset 'modeline' in scratch-buffer #12379 | Justin M. Keyes | 2020-05-29 |
|/ |
|
* | paste: support replace mode (#11945) | Jesse | 2020-05-05 |
* | api: add nvim_get_runtime_file for finding runtime files | Björn Linse | 2020-02-07 |
* | shed biking: it's always extmarks, never marks extended | Björn Linse | 2020-01-20 |
* | extmarks/bufhl: reimplement using new marktree data structure | Björn Linse | 2020-01-16 |
* | API: include invalid buffer/window/tabpage in error message (#11712) | Daniel Hahler | 2020-01-14 |
* | API: nvim_get_hl_by_id: omit hl instead of returning -1 #11685 | kevinhwang91 | 2020-01-08 |
* | 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 |
* | API: deprecate nvim_command_output | Justin M. Keyes | 2019-12-02 |
* | API: rename nvim_source => nvim_exec | Justin M. Keyes | 2019-12-01 |
* | API: nvim_source_output | Vikram Pal | 2019-12-01 |
* | API: nvim_source: fix multiline input | Justin M. Keyes | 2019-12-01 |
* | API: nvim_source | Siddhant Gupta | 2019-12-01 |
* | doc: fix typos | Brian Wignall | 2019-11-27 |
* | [RFC] extmark: fix E315 in nvim_buf_set_extmark (#11449) | notomo | 2019-11-25 |
* | doc + extmarks tweaks #11421 | Justin M. Keyes | 2019-11-25 |
* | test was wrong | Björn Linse | 2019-11-23 |
* | refactor: use inserted_bytes pattern from vim | Björn Linse | 2019-11-23 |
* | extmark: don't crash in RO buffer. | Björn Linse | 2019-11-16 |
* | extmark: review changes | Björn Linse | 2019-11-11 |
* | nsmarks: initial commit | timeyyy | 2019-11-11 |
* | build/doc/CI: remove/update quickbuild references #11258 | Justin M. Keyes | 2019-10-19 |
* | tests: fix non-controversial misuse of `pending` (#11247) | Daniel Hahler | 2019-10-18 |
* | tests/ui: remove unnecessary screen:detach() | Björn Linse | 2019-10-13 |
* | server_requests_spec: fix assertion, pass Lua paths via args (#10875) | Daniel Hahler | 2019-09-16 |
* | Context: rename "buflist" => "bufs" | Justin M. Keyes | 2019-09-14 |
* | API: nvim_get_context: "opts" param | Justin M. Keyes | 2019-09-14 |
* | syntax, TUI: support "strikethrough" | Jaskaran Singh | 2019-09-13 |
* | UIEnter/UILeave: fire for embedder UI, builtin TUI | Justin M. Keyes | 2019-09-12 |
* | rename: UIAttach/UIDetach => UIEnter/UILeave | Justin M. Keyes | 2019-09-12 |
* | UIAttach, UIDetach | Justin M. Keyes | 2019-09-12 |
* | UIAttach, UIDetach | Rui Abreu Ferreira | 2019-09-12 |
* | test: Eliminate expect_err | Justin M. Keyes | 2019-09-06 |
* | test: Rename meth_pcall to pcall_err | Justin M. Keyes | 2019-09-06 |
* | Merge #10869 'vim-patch:8.1.{0309,0362,0365,0515,1946}' | Justin M. Keyes | 2019-09-05 |
|\ |
|
| * | Change test because maparg was changed to also return lnum | erw7 | 2019-09-04 |