| Commit message (Expand) | Author | Age |
* | fix(vim.json): properly treat luanil options as booleans (#28622) | zeertzjq | 2024-05-03 |
* | fix(vim.ui)!: change open() to return `result|nil, errmsg|nil` #28612 | Justin M. Keyes | 2024-05-03 |
* | fix(ui): avoid recursiveness and invalid memory access #28578 | luukvbaal | 2024-05-01 |
* | feat(diagnostic): revert default behaviour of goto_next/prev() | Lewis Russell | 2024-04-30 |
* | fix(lsp): redundant vim.snippet.jumpable #28560 | Maria José Solano | 2024-04-29 |
* | fix(ui): activating all ext capabilities without remote UI #28555 | luukvbaal | 2024-04-28 |
* | fix(snippet): do not add extra indent on newlines (#28538) | Mathias Fußenegger | 2024-04-28 |
* | fix(diagnostic): invalid col number compare in next_diagnostic (#28397) | Raphael | 2024-04-27 |
* | Merge #28522 handle ui_attach side effects | Justin M. Keyes | 2024-04-27 |
|\ |
|
| * | fix(ui): set 'cmdheight' to zero for all open tabpages | Luuk van Baal | 2024-04-27 |
| * | fix(ui): update ext_ui widgets when attaching non-remote UI | Luuk van Baal | 2024-04-26 |
* | | refactor(vim.iter)!: rename xxback() => rxx() #28503 | Justin M. Keyes | 2024-04-26 |
|/ |
|
* | feat(diagnostic): goto functions jump to highest severity (#28490) | Gregory Anders | 2024-04-25 |
* | fix(vim.ui)!: change open() to return pcall-like values #28502 | Justin M. Keyes | 2024-04-25 |
* | Merge pull request #28492 from bfredl/hotfix | bfredl | 2024-04-25 |
|\ |
|
| * | fix(lua): vim.fn.has('nvim-0.10') in fast context, used by vim.deprecate | bfredl | 2024-04-25 |
* | | feat(fs): add vim.fs.root (#28477) | Gregory Anders | 2024-04-24 |
|/ |
|
* | test: improve test conventions | dundargoc | 2024-04-23 |
* | perf(lua): faster vim.deprecate() #28470 | Evgeni Chasnovski | 2024-04-23 |
* | fix(diagnostic): vim.diagnostic.get(…,{lnum=…}) on multi-line diagnostic ... | Raphael | 2024-04-23 |
* | fix(diagnostic): open_float on multi-line diagnostics #28301 | Raphael | 2024-04-23 |
* | refactor(lua): rename tbl_isarray => isarray | Justin M. Keyes | 2024-04-21 |
* | refactor(lua): rename tbl_islist => islist | Justin M. Keyes | 2024-04-21 |
* | fix(vim.ui.open): try wslview before explorer.exe #28424 | Justin M. Keyes | 2024-04-20 |
* | feat(lua): enable(enable:boolean, filter:table) #28374 | Justin M. Keyes | 2024-04-18 |
* | feat(lua): vim.fs.normalize() resolves ".", ".." #28203 | Famiu Haque | 2024-04-16 |
* | Merge #28227 feat(diagnostic): is_enabled, enable(…, enable:boolean) | Justin M. Keyes | 2024-04-16 |
|\ |
|
| * | feat(diagnostic): enable(…, opts) | Justin M. Keyes | 2024-04-15 |
| * | feat(diagnostic): is_enabled, enable(…, enable:boolean) | Justin M. Keyes | 2024-04-15 |
* | | fix(base64): properly handle embedded NULLs when decoding (#28349) | Gregory Anders | 2024-04-15 |
|/ |
|
* | fix(vim.ui): open() may wait indefinitely #28325 | Justin M. Keyes | 2024-04-15 |
* | fix(treesitter): use tree range instead of tree root node range | altermo | 2024-04-10 |
* | refactor(test): inject after_each differently | Lewis Russell | 2024-04-10 |
* | fix(prompt): emit change event for prompt newline (#28260) | zeertzjq | 2024-04-10 |
* | test: improve test conventions | dundargoc | 2024-04-08 |
* | fix: adjust error message for error in UI event callback (#28200) | zeertzjq | 2024-04-06 |
* | feat(comment): add built-in commenting | Evgeni Chasnovski | 2024-04-05 |
* | test: reduce `exec_lua` calls | dundargoc | 2024-04-04 |
* | feat(lua): pass keys before mapping to vim.on_key() callback (#28098) | zeertzjq | 2024-03-31 |
* | fix(extmarks): splice earlier when opening new line (#28108) | zeertzjq | 2024-03-30 |
* | fix: support UNC paths in vim.fs.normalize | dundargoc | 2024-03-30 |
* | fix(fs): allow backslash characters in unix paths | James Trew | 2024-03-29 |
* | test: add a bit more testing for vim.on_key() (#28095) | zeertzjq | 2024-03-29 |
* | test: skip another flaky test on macOS (#28087) | zeertzjq | 2024-03-29 |
* | test: skip flaky tests | dundargoc | 2024-03-28 |
* | fix(test): typing | Lewis Russell | 2024-03-25 |
* | fix(vim.iter): use correct cmp function when truncating tail in `take` (#27998) | Calvin Bochulak | 2024-03-23 |
* | fix(filetype): use unexpanded file name (#27931) | zeertzjq | 2024-03-23 |
* | Merge pull request #27674 from glepnir/snippet_indent | bfredl | 2024-03-15 |
|\ |
|
| * | fix(snippet): correct indent with newline | glepnir | 2024-03-01 |