Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

neovim

Fork of Vim aiming at extensibility and usability
Collective - Host: opensource - https://opencollective.com/neovim - Website: https://neovim.io/ - Code: https://github.com/neovim

feat(lsp): deprecate severity_limit

Problem:
`vim.lsp.diagnostic.on_diagnostic` accepts an undocumented severity_limit
option wh...

github.com/neovim/neovim - 451bc50d40ee43a40285d16039deb83c9bf05ff6 authored 11 months ago by Lewis Russell <[email protected]>
docs(install): add more Linux install instructions #27350

github.com/neovim/neovim - 5c36701228e166f8aa89983044404ff322fe481f authored 11 months ago by Robert O'Shea <[email protected]>
Revert "fixup! add benchmark"

This reverts commit b0bff57a3bc79481d89595791e3fb0e4dd10c896.

github.com/neovim/neovim - 2f6d5588f3a8535601678c576ee9816fce69abeb authored 11 months ago by Lewis Russell <[email protected]>
fixup! add benchmark

github.com/neovim/neovim - b0bff57a3bc79481d89595791e3fb0e4dd10c896 authored 11 months ago by Lewis Russell <[email protected]>
refactor(api): refactor more api functions to use arena return

Currently having two separate memory strategies for API return values is
a bit unnecessary, and ...

github.com/neovim/neovim - af5beac1bd7a68ff0a4e1a944853bacd6a6c0745 authored 11 months ago by bfredl <[email protected]>
refactor(treesitter): {start,stop} are optional in Query:iter_* methods

Document that the `start` and `stop` parameters in
`Query:iter_captures()` and `Query:iter_match...

github.com/neovim/neovim - d0e9e36a7841c28f82e5c7ae2bde1fa21319f2ac authored 11 months ago by Jongwook Choi <[email protected]>
refactor(treesitter): typing for Query, TSQuery, and TSQueryInfo

- `TSQuery`: userdata object for parsed query.

- `vim.treesitter.Query`: renamed from `Query`.
...

github.com/neovim/neovim - 800134ea5ec60338a40280c8536db6a6a4a10249 authored 11 months ago by Jongwook Choi <[email protected]>
Merge pull request #27388 from zeertzjq/vim-9.1.0082

vim-patch:9.1.{0082,0083}: redrawing can be improved

github.com/neovim/neovim - 8b21fe83daf5e04afda6a2edf91e9258530124d8 authored 11 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0083: Redrawing can be improved when deleting lines with 'number'

Problem: Redrawing can be improved when inserting/deleting lines with 'number'.
Solution: Only ...

github.com/neovim/neovim - da3facb7eea92bd4082bb6ea12e0947580a63962 authored 11 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0082: Redrawing can be improved when deleting lines with 'cursorline'

Problem: Redrawing can be improved when deleting lines with 'cursorline'.
Solution: Use smarter...

github.com/neovim/neovim - 1c2b9e8dd8c3fba1ac8f45aef476d6933c9e7017 authored 11 months ago by zeertzjq <[email protected]>
refactor(lsp): tidy up logging

github.com/neovim/neovim - 1f9da3d0835af2cfe937de250c2cde3a59e1677e authored 11 months ago by Lewis Russell <[email protected]>
vim-patch:b8170143c8f8 (#27387)

runtime(doc): further improve docs about List/Blob += operator

closes: vim/vim#13990

https...

github.com/neovim/neovim - 2a7c4aca422f99f3bd3a38425b660b94b5518469 authored 11 months ago by zeertzjq <[email protected]>
feat(api): pass 0 to nvim_get_chan_info for current channel (#27321)

Getting current channel info was kind of annoying via RPC. Two
functions had to be called:
1. ...

github.com/neovim/neovim - b162adbb7ca4f980e938a4a06a49218a9ed496cf authored 11 months ago by nikolightsaber <[email protected]>
Merge pull request #27284 from bfredl/unkeydict

refactor(api): use keydict and arena for more api return values

github.com/neovim/neovim - 3f2d543ee8d01ce0d4515ed35b96e274b1668a54 authored 11 months ago by bfredl <[email protected]>
refactor(api): use keydict and arena for more api return values

Implement api_keydict_to_dict as the complement to api_dict_to_keydict

Fix a conversion error w...

github.com/neovim/neovim - f9d81c43d2296d212c9cebcbdce401cd76cf0f1f authored 11 months ago by bfredl <[email protected]>
refactor(generators): style of generating and generated lua dispatch code

github.com/neovim/neovim - ca2635adf9c9c45ea745b9f750dc4da7063bdd14 authored 11 months ago by bfredl <[email protected]>
build(deps): bump libuv to v1.48.0

github.com/neovim/neovim - 02cc84b4d9d8efdd27c3f60fef11e02297051fab authored 11 months ago by Christian Clason <[email protected]>
Merge pull request #27379 from zeertzjq/vim-9.1.0080

vim-patch:partial:9.1.0080,c9c2e2d2ff44

github.com/neovim/neovim - 24d26b4cd1db3d312a6c6e9d025c0016159f99dc authored 11 months ago by zeertzjq <[email protected]>
vim-patch:c9c2e2d2ff44

runtime(doc): Clarify list-concatenation a bit more

Make doc list-concatenation more clear as f...

github.com/neovim/neovim - ceed5739e09debfb2f75017cdd673aa062bab045 authored 11 months ago by zeertzjq <[email protected]>
vim-patch:partial:9.1.0080: unexpected error for modifying final list using +=

Problem: unexpected error for modifying final list using += operator
(Ernie Rael)
Sol...

github.com/neovim/neovim - d75022d2059b660782ff2d68b2dd58916e603c95 authored 11 months ago by zeertzjq <[email protected]>
feat: eliminate "semver" dependency #313

This dependency is unnecessary.

github.com/neovim/node-client - 37a00341fa873ff8483c423ba2b84f6428a16d6a authored 11 months ago by Justin M. Keyes <[email protected]>
fix(runtime): source c ftplugins in correct order (#27377)

github.com/neovim/neovim - 70a00492962d3201603056d00fbf87c785106d0d authored 11 months ago by Maximilian Fricke <[email protected]>
fix(lsp): set fallback client name properly

github.com/neovim/neovim - 5785c32f1115833cf69ec9062c5bc8907360aab0 authored 11 months ago by zeertzjq <[email protected]>
refactor(lsp): move client code to a regular Lua class

Problem:
The LSP client code is implemented as a complicated closure-class
(class defined in...

github.com/neovim/neovim - 59cf827f99d53ec8dbb90e48a7561c0cb8b8ca6f authored 11 months ago by Lewis Russell <[email protected]>
perf: improve utf_char2cells() performance (#27353)

`utf_char2cells()` calls `utf_printable()` twice (sometimes indirectly,
through `vim_isprintc()...

github.com/neovim/neovim - cca8a78ea2ac0803d9e97ee761db9d3e31a77aeb authored 11 months ago by VanaIgr <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - 1bc83418927003552505ec66fa5d6cffae953f6a authored 11 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat: added koka language server support (#3000)

Co-authored-by: ki11errabbit <[email protected]>

github.com/neovim/nvim-lspconfig - 70cd2685100e4ce95d0c6175d09dfe7b49df07ff authored 11 months ago by Alec Davis <[email protected]>
fix(event-loop): process input before events (#27358)

Problem:
When nvim_input is followed immediately by non-fast events on RPC, both
events and in...

github.com/neovim/neovim - 6725565258930ba430cfb925fd1671596a8a4342 authored 11 months ago by zeertzjq <[email protected]>
deps: bump the types group with 2 updates (#310)

Bumps the types group with 2 updates: [@types/jest](https://github.com/DefinitelyTyped/Definitel...

github.com/neovim/node-client - 73ec6918a5c90042ac21ed72752f109865ce6fa1 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ci: dependabot ignore @types/node

github.com/neovim/node-client - 69ccade449ebcec5af432912b09c3944350af872 authored 11 months ago by Justin M. Keyes <[email protected]>
fix package-lock.json

$ npm ci
npm ERR! code EUSAGE
npm ERR! npm ERR! `npm ci` can only install packages w...

github.com/neovim/node-client - 8b0a567c1cc2b4738d511ebc7b67343e37fd7834 authored 11 months ago by Justin M. Keyes <[email protected]>
release

github.com/neovim/node-client - 4f6061cdad7d43edcfda0ce8751779419ee36651 authored 11 months ago by Justin M. Keyes <[email protected]>
docs: NvimPlugin options

fix #153

github.com/neovim/node-client - e3c1e7718f9769cde5b26e36658cd2a151ed22e9 authored 11 months ago by Justin M. Keyes <[email protected]>
docs #309

fix #41

github.com/neovim/node-client - fd060d8a9750085c4b9b6cd5975db271abf3ebab authored 11 months ago by Justin M. Keyes <[email protected]>
Merge #308 fix getNvimFromEnv

github.com/neovim/node-client - 20f94c1f9204b80e9381201a90f1b2b54c15f0ed authored 11 months ago by Justin M. Keyes <[email protected]>
fix: getNvimFromEnv returns invalid Nvim in matches

Problem:
If a found "nvim" does not meet `minVersion`, it's included in _both_
`matches` and `un...

github.com/neovim/node-client - 8500af8a3f242b4118e8a160036dded32fdcda98 authored 11 months ago by Justin M. Keyes <[email protected]>
fix: don't need to await attach()

see 22e1dc4db248

github.com/neovim/node-client - f9992cafa71ab1e129789eafc1aee880e034b071 authored 11 months ago by Justin M. Keyes <[email protected]>
feat(treesitter): show root nodes in :InspectTree (#26944)

Co-authored-by: altermo <>
Co-authored-by: Jongwook Choi <[email protected]>

github.com/neovim/neovim - c0b99bb1de8de967d82fc29780996ed4060516c1 authored 11 months ago by altermo <[email protected]>
Merge #215 docs, include README in package

github.com/neovim/node-client - 9391d93484848762a12da02c956932ea47123d59 authored 11 months ago by Justin M. Keyes <[email protected]>
Merge #307 refactor: getNvimFromEnv

github.com/neovim/node-client - 21cf29fe96c397d8103df4d9ce603ce2e64a236b authored 11 months ago by Justin M. Keyes <[email protected]>
refactor: getNvimFromEnv

- don't export `parseVersion`, `compareVersions`
- rename options
- add test coverage
- remove T...

github.com/neovim/node-client - 8aabe203eca0a05d9a4c5173f6b22f4002c21cf0 authored 11 months ago by Justin M. Keyes <[email protected]>
Merge #301 lint

github.com/neovim/node-client - a24d608c2872a1d759035bc1e72bb29cff9d4b65 authored 11 months ago by Justin M. Keyes <[email protected]>
fix(doc): prevent doxygen confusion

github.com/neovim/neovim - c4417ae70c03815c2fb64edb479017e79d223cf7 authored 11 months ago by Lewis Russell <[email protected]>
fix(column): handle w_redr_statuscol at end filler lines (#27365)

There doesn't seem to be an easy solution that doesn't involve a goto.
Also remove duplicate as...

github.com/neovim/neovim - 0db6946b39fd031c9fe3c38a7dd54efa9131a6ac authored 11 months ago by zeertzjq <[email protected]>
ci(release): bump mac runner version to macos-12

github.com/neovim/neovim - 7f4627fe4812da5526b62f9463459cf12931f10e authored 11 months ago by dundargoc <[email protected]>
fix(lsp): send back diagnostic tags to the server

Fixes: #27318

github.com/neovim/neovim - 3be2536ca039fb0f0de4ed2858db5a6d13baeba3 authored 11 months ago by Lewis Russell <[email protected]>
vim-patch:9.1.0079: LineNrAbove/Below highlighting wrong on wrapped lines (#27363)

Problem: LineNrAbove and LineNrBelow background wrong on wrapped lines.
Solution: Update numbe...

github.com/neovim/neovim - 7fa84f32e7cf915a8ec6a9da90efe09f195b4b69 authored 11 months ago by zeertzjq <[email protected]>
Merge pull request #343 from neovim/dependabot/bundler/nokogiri-1.16.2

build(deps-dev): bump nokogiri from 1.16.0 to 1.16.2

github.com/neovim/neovim.github.io - 9ff2b6ae0bcb289c766c63be7d9d117355d41f70 authored 11 months ago by James McCoy <[email protected]>
docs: small fixes (#27213)

Co-authored-by: Matthieu Coudron <[email protected]>

github.com/neovim/neovim - 63b810c9d8543bfcbee0367554e97cb97d1c14e6 authored 11 months ago by dundargoc <[email protected]>
vim-patch:f7f33e3719c8

runtime(dosbatch): improve '::' comment highlighting

Added a syntax region for command blocks s...

github.com/neovim/neovim - 9a761019da05fbdb546f6e81e294612be217ca12 authored 11 months ago by Christian Clason <[email protected]>
vim-patch:9.1.0077: Unnecessary call to redraw_for_cursorline() in nv_mousescroll() (#27359)

Problem: The call to redraw_for_cursorline() in nv_mousescroll() is
unnecessary beca...

github.com/neovim/neovim - a945a31e768f9dfb09ff455229ed2c70b5ea6cf6 authored 11 months ago by zeertzjq <[email protected]>
test(tui_spec): prevent race between nvim_input and nvim_paste (#27356)

github.com/neovim/neovim - d6fac187f1dee41bb0d6161c160f5fb5842b59b7 authored 11 months ago by zeertzjq <[email protected]>
fix: enforce single file mode check when root_dir differs from client (#2998)

fixes issue [#2959](https://github.com/neovim/nvim-lspconfig/issues/2959#issue-2068768094)

github.com/neovim/nvim-lspconfig - 0a1a2aa549da0d2294e072e2d725f02cca32f64e authored 11 months ago by Patricio Serrano <[email protected]>
build(deps-dev): bump nokogiri from 1.16.0 to 1.16.2

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.0 to 1.16.2.
- [Release no...

github.com/neovim/neovim.github.io - 739ef0bf5242bfe0d7a96d2979f8a83d358fc92c authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
test: add test for 'foldcolumn' with cmdwin (#27355)

github.com/neovim/neovim - f6042d5c300c008fb4b3e3ec4e81537feffbaa0b authored 11 months ago by zeertzjq <[email protected]>
fix: splitting of big UI messages

Determine the needed buffer space first, instead of trying to revert the
effect of prepare_call ...

github.com/neovim/neovim - a090d43d61b5de1add5624fc55e4a9dead5b7ece authored 11 months ago by Fred Sundvik <[email protected]>
fix(tui): `space_buf` overflow when clearing screen (#27352)

Problem: `tui->space_buf` may be smaller than the width of the TUI or widest
grid, causing an o...

github.com/neovim/neovim - b3bda2f0438da44a0a74fd5d64d6eecdac98d691 authored 11 months ago by Sean Dewar <[email protected]>
fix: buffer overrun in lmpack_session_receive

The offset was not taken into account when calculating the remaining buffer size.

github.com/neovim/neovim - d6483793e1c3e337e33b53452c0e0249107d099b authored 11 months ago by Fred Sundvik <[email protected]>
Merge pull request #27295 from wookayin/feat/inspecttree

feat(treesitter): use 0-based indexing to show ranges in `:InspectTree`

github.com/neovim/neovim - abfcdd9bf42eae5fba0dfb647e48ecf4e1c78293 authored 11 months ago by Gregory Anders <[email protected]>
test(treesitter): add test cases for inspect_tree

Co-authored-by: altermo <[email protected]>

github.com/neovim/neovim - f4a3c326314b079e660ebd0f3c837f69d8c425fc authored 11 months ago by Jongwook Choi <[email protected]>
feat(treesitter): use 0-based indexing to show ranges in `:InspectTree`

Problem:

- `:InspectTree` was showing node ranges in 1-based indexing, i.e., in
vim cursor po...

github.com/neovim/neovim - a478bf936b2a648312704c02898eb7e5bfbf5692 authored 11 months ago by Jongwook Choi <[email protected]>
fix(lsp): handle adjacent snippet tabstops

github.com/neovim/neovim - 0e9a33572dc752463a0f5ad8a08a2c494d7a42e1 authored 11 months ago by Maria José Solano <[email protected]>
test: add more hlstate tests

github.com/neovim/neovim - cbb7632aa0168b6b69f17ec2f97aa3c30eb58553 authored 11 months ago by Fred Sundvik <[email protected]>
Merge pull request #27328 from wookayin/fix/lsp-tagfunc

github.com/neovim/neovim - 43661a0abf6e1698516d78e6dbf9dfdbf76720bc authored 11 months ago by Lewis Russell <[email protected]>
fix(redraw): update Visual selection properly with splits (#27343)

github.com/neovim/neovim - d184933cdc70edf298eb0a84fdfbc78bb717746b authored 11 months ago by zeertzjq <[email protected]>
deps src: Automatic update

github.com/neovim/deps - e18f666725ba42c6e2a75a93256d30d76ebf3916 authored 11 months ago by marvim <[email protected]>
fix(inccommand): update topline after moving cursor (#27341)

github.com/neovim/neovim - 35ffe58ea4a32719e6776f7b6ef710299f78342a authored 11 months ago by zeertzjq <[email protected]>
perf(redraw): only redraw Visual area when cursor has moved (#27340)

github.com/neovim/neovim - 18e62c1bdbbb6b93bfb74d974bc511fc4c03748e authored 11 months ago by zeertzjq <[email protected]>
build(deps): bump luajit to HEAD - 0d313b243

github.com/neovim/neovim - 1ed6b9cd2c04bf015b7e053ee5ea778634141b35 authored 11 months ago by Christian Clason <[email protected]>
fix(treesitter): inspect-tree remember opts on buf change

github.com/neovim/neovim - 6c8387067d4e3e89c29bbd2d79fffe85fec8f164 authored 11 months ago by altermo <[email protected]>
vim-patch:9.1.0076: luau config file not detected

Problem: luau config file not detected
(lopy)
Solution: Detect it as jsonc
...

github.com/neovim/neovim - 1d5f86f6949b54445e51be67acf918bf2e15105c authored 11 months ago by Christian Clason <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - d12140c5687a1186b95b3f42dbc6cc769df0cf0d authored 11 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat: add `templ` filetype in html htmx tailwindcss (#2996)

* feat(tailwindcss): add `templ` to filetypes

* feat(html): add `templ` to filetypes

* fea...

github.com/neovim/nvim-lspconfig - f989158fcc4c35d1c96d74fde8b6c54b9dfdfc4f authored 11 months ago by mortezadadgar <[email protected]>
vim-patch:9.1.0075: insert completion not correct when adding new leader (#27332)

Problem: insert completion not correct when adding new leader
Solution: Reset compl_curr_match...

github.com/neovim/neovim - 21df0cdb886c09fccafb392949c690ca4af03987 authored 11 months ago by Raphael <[email protected]>
vim-patch:7c5aeaffa2be (#27327)

runtime(vim): Update syntax file (vim/vim#13969)

Improve string interpolation highlighting.
...

github.com/neovim/neovim - cd3399f6bd99494c5805ee2560e515ec6c782e59 authored 11 months ago by zeertzjq <[email protected]>
Merge pull request #27326 from zeertzjq/vim-9.1.0073

vim-patch:9.1.{0073,0074}

github.com/neovim/neovim - c8055c4a8daeeaff8f365361f63fedb858b64341 authored 11 months ago by zeertzjq <[email protected]>
test(lsp): add test cases for vim.lsp.tagfunc

Problem: There is no test case for vim.lsp.tagfunc; so CI was unable to
catch the infinite loop ...

github.com/neovim/neovim - b92b9be85d0a2e2e237e065b497b0ece95f7e6b4 authored 11 months ago by Jongwook Choi <[email protected]>
fix(lsp): fix infinite loop on vim.lsp.tagfunc

Problem: vim.lsp.tagfunc() causes an infinite loop.

This is a bug happened while introducing de...

github.com/neovim/neovim - f487e5af019c7cd0f15ab9beb522c9358e8013e2 authored 11 months ago by Jongwook Choi <[email protected]>
vim-patch:9.1.0074: did_set_breakat() should be in optionstr.c

Problem: did_set_breakat() should be in optionstr.c as 'breakat' is a
string option.
...

github.com/neovim/neovim - 80d7e7e5bf3a8a64d7fe1bcd76cceadd0bc4fa9a authored 11 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0073: Looping over modifier_keys_table unnecessarily

Problem: Looping over modifier_keys_table[] unnecessarily with only
MOD_MASK_ALT or M...

github.com/neovim/neovim - 60701f4fff8a45956f74df429b4361447ffe7f3d authored 11 months ago by zeertzjq <[email protected]>
feat: update unicode tables (#27317)

github.com/neovim/neovim - c559ab0ae6bebd565862dd28b39947a07766846d authored 11 months ago by zeertzjq <[email protected]>
refactor: create function for deferred loading

The benefit of this is that users only pay for what they use. If e.g.
only `vim.lsp.buf_get_clie...

github.com/neovim/neovim - 2e982f1aad9f1a03562b7a451d642f76b04c37cb authored 11 months ago by dundargoc <[email protected]>
refactor(strcase_save): optimize memory allocation (#27319)

Problem: Double xmalloc usage led to excess memory allocations.
Solution: Switch to xrealloc to...

github.com/neovim/neovim - 51702e0aea99fddba74e299e2640dd350a348df3 authored 11 months ago by Raphael <[email protected]>
fix(keycodes): simplify S- properly when D- is present (#27316)

github.com/neovim/neovim - 6709f7f8f130377f44c36b2150a167a2afcbdff9 authored 11 months ago by zeertzjq <[email protected]>
vim-patch:partial:9.0.1196: code is indented more than necessary (#27315)

Problem: Code is indented more than necessary.
Solution: Use an early return where it make...

github.com/neovim/neovim - 9ab9cde2ca7b917a894068698ef2fec3a851fdd5 authored 11 months ago by zeertzjq <[email protected]>
build: test code must run in older node.js

We must disable eslint rules that require new javascript features in
test files, because test fi...

github.com/neovim/node-client - 56fefb9195cfe4e3e7a5c9a5d073eb18c4074992 authored 11 months ago by Justin M. Keyes <[email protected]>
vim-patch:9.0.1105: code is indented too much (#27314)

Problem: Code is indented too much.
Solution: Use an early return. (Yegappan Lakshmanan, c...

github.com/neovim/neovim - 1f40b4e22232f22551a9ae89a9f8d59b5ba0c0b6 authored 11 months ago by zeertzjq <[email protected]>
build: enable "esnext" and polyfill for minimum target

Problem:
Can't use newer JS features like `Array.at()`

Solution:
- Polyfill to es2015, so we ca...

github.com/neovim/node-client - 1d61403384908cef266c68a2912b16c69fe600c0 authored 11 months ago by Justin M. Keyes <[email protected]>
lint

fixed with:

./node_modules/.bin/eslint --format=unix packages/*/src/**/*.ts packages/*/src/...

github.com/neovim/node-client - 619e29dcf238994a213eb28ffde872841a4f0203 authored 11 months ago by Justin M. Keyes <[email protected]>
Merge #300 ci: fix codecov

github.com/neovim/node-client - fea2caff35904a2cd15214d1a4ff9ff25d2bb6f6 authored 11 months ago by Justin M. Keyes <[email protected]>
fix(build): generate test coverage data

Problem:
codecov cannot find coverage data:

2024-02-02T15:33:55.6821530Z info - 2024-02-02 ...

github.com/neovim/node-client - d938ea5b6a94c84e84414a64e96f153077021272 authored 11 months ago by Justin M. Keyes <[email protected]>
fix(ci): codecov upload fails

Problem:

Error: Codecov token not found. Please provide Codecov token with -t flag.
##[...

github.com/neovim/node-client - c964a869fd01a5a0797022c305a9cf2519e38a46 authored 11 months ago by Justin M. Keyes <[email protected]>
deps: bump the github-actions group with 1 update (#299)

Bumps the github-actions group with 1 update: [codecov/codecov-action](https://github.com/codeco...

github.com/neovim/node-client - c2a64d114ba00c62384e15eb59be485c6fda94f7 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(drawline): missing NUL termination when drawing TAB (#27307)

github.com/neovim/neovim - be1d09c4272212ea9b354c900603568d238b4ab3 authored 11 months ago by zeertzjq <[email protected]>
test(old): correct path to .valgrind.supp (#27306)

github.com/neovim/neovim - fffc0e942d94ad9529713045d87588d945039ec4 authored 11 months ago by zeertzjq <[email protected]>
fix(vim.system): don't process non-fast events during wait() (#27300)

Problem:
Processing non-fast events during SystemObj:wait() may cause two pieces
of code to in...

github.com/neovim/neovim - 9b7cf4f0beb35b640846f92ac522372967ca6695 authored 11 months ago by zeertzjq <[email protected]>