aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | refactor(lua): deprecate tbl_flattenJustin M. Keyes2024-04-22
|/ /
* | vim-patch:9.1.0363: tests: test_winfixbuf is a bit slow (#28446)zeertzjq2024-04-22
* | vim-patch:d3ff129ce8c6Christian Clason2024-04-22
* | Merge #28440 rename tbl_islist, tbl_isarrayJustin M. Keyes2024-04-21
|\ \
| * | refactor(lua): rename tbl_isarray => isarrayJustin M. Keyes2024-04-21
| * | refactor(lua): rename tbl_islist => islistJustin M. Keyes2024-04-21
|/ /
* | refactor(treesitter): language loadingLewis Russell2024-04-21
* | refactor: add function attributes to xmemcpyz() (#28435)zeertzjq2024-04-21
* | perf(treesitter): incremental foldupdateJaehwang Jung2024-04-21
* | Merge pull request #27872 from luukvbaal/cmdheightbfredl2024-04-21
|\ \
| * | fix(ui): don't force 'cmdheight' to zero with ext_messagesLuuk van Baal2024-04-20
* | | fix(api): do not update grid position in nvim_win_set_cursor (#28235)luukvbaal2024-04-21
* | | vim-patch:564166f68184Christian Clason2024-04-21
* | | feat(treesitter): handle quantified fold capturesRiley Bruins2024-04-20
* | | refactor(lua): "module" => "M" #28426Justin M. Keyes2024-04-20
|/ /
* | feat(lsp): add vim.lsp.buf.subtypes(), vim.lsp.buf.supertypes() (#28388)Yinzuo Jiang2024-04-20
* | fix(vim.ui.open): try wslview before explorer.exe #28424Justin M. Keyes2024-04-20
* | refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq2024-04-20
|/
* fix(showcmd): clear the rest properly (#28420)zeertzjq2024-04-20
* vim-patch:9.1.0355: filetype: flake.lock files are not recognizedChristian Clason2024-04-19
* vim-patch:cee034112d41Christian Clason2024-04-19
* refactor(vim.iter)!: remove vim.iter.map/filter/totable #26138Justin M. Keyes2024-04-19
* build(deps): bump luajit to HEAD - 75e927779Christian Clason2024-04-19
* vim-patch:9.1.0354: runtime(uci): No support for uci file types (#28409)zeertzjq2024-04-19
* vim-patch:36e667ab837c (#28407)zeertzjq2024-04-19
* vim-patch:9.1.0351: No test that completing a partial mapping clears 'showcmd...zeertzjq2024-04-19
* docs: update supported platformsdundargoc2024-04-18
* fix(lsp): correct deprecation message #28403Maria José Solano2024-04-18
* feat(lua): enable(enable:boolean, filter:table) #28374Justin M. Keyes2024-04-18
* refactor(lsp): merge rpc.domain_socket_connect into rpc.connect (#28398)Mathias Fußenegger2024-04-18
* build(nix): update flake to prevent build errors #28394Riley Bruins2024-04-18
* build(windows): set longPathAware in manifest #28389Luna Saphie Mittelbach2024-04-18
* test: 'showcmd' with ext_messages and Visual selection (#28393)zeertzjq2024-04-18
* vim-patch:9.1.0343: 'showcmd' wrong for partial mapping with multibyte (#28392)zeertzjq2024-04-18
* vim-patch:9.1.0344: Cursor wrong after using setcellwidth() in terminal (#28391)zeertzjq2024-04-18
* Merge pull request #28355 from theofabilous/msgpack-crash-fixbfredl2024-04-17
|\
| * fix(msgpack): store grid line event as a valueTheo Fabi2024-04-16
* | docs: remove mentions of scan-builddundargoc2024-04-17
* | fix(healthcheck): expand vimrc variable (#28379)Michael2024-04-17
* | vim-patch:9.1.0341: Problem: a few memory leaks are found (#28382)zeertzjq2024-04-17
* | vim-patch:9.1.0340: Problem: Error with matchaddpos() and empty list (#28381)zeertzjq2024-04-17
* | test: API can return Lua function to Lua code (#28380)zeertzjq2024-04-17
* | fix(lua): only free luarefs when returning from API (#28373)zeertzjq2024-04-17
|/
* feat(lua): vim.fs.normalize() resolves ".", ".." #28203Famiu Haque2024-04-16
* feat(defaults): use ripgrep (rg) for 'grepprg' if availableLuna Saphie Mittelbach2024-04-16
* fix: vim.validate() order is not deterministic #28377Justin M. Keyes2024-04-16
* fix(api): ignore 'autochdir' when renaming other buf (#28376)zeertzjq2024-04-16
* fix(api): ignore 'autochdir' when setting buf in other win (#28371)Raphael2024-04-16
* Merge #28227 feat(diagnostic): is_enabled, enable(…, enable:boolean)Justin M. Keyes2024-04-16
|\
| * feat(diagnostic): enable(…, opts)Justin M. Keyes2024-04-15