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
skip-checks: true
github.com/neovim/nvim-lspconfig - 6a21483a3ff23a9997b88d3a3d6cf23a3c8499ca authored about 1 year agogithub.com/neovim/nvim-lspconfig - 98a60713de0b57eb545cb0e67088b3ff6aae45a1 authored about 1 year ago
github.com/neovim/deps - 689ec6c257ae5921627a8ca4375561809293cea4 authored about 1 year ago
skip-checks: true
github.com/neovim/nvim-lspconfig - 0e53c431018ce4fbf39a08dd8dafeb0649e13665 authored about 1 year agogithub.com/neovim/nvim-lspconfig - 99e8ca4e0d32246e8485fd3f1d6f1a95fbf59f93 authored about 1 year ago
github.com/neovim/neovim-backup - ba6713d964564fbe9baa663f8c41e45abc8dbcf4 authored about 1 year ago
github.com/neovim/neovim - 582d7f47905d82f315dc852a9d2937cd5b655e55 authored about 1 year ago
libtermkey does not interpret OSC sequences that end with a BEL (0x07)
instead of an ST (0x1b 0x...
github.com/neovim/neovim - 8d9789a0f3b748b75ac4ae1b8e43d27af40d49fe authored about 1 year ago
If Nvim is in the process of exiting then we do not want to allocate any
new refs onto the event...
github.com/neovim/neovim - ab102f188e86bdbfce1d4de2ef633092a906e8fe authored about 1 year ago
- reduce variable scope
- prefer initialization over declaration and assignment
- use bool to re...
The Ex command `:py`, `:python`, :`py3`, etc. can evaluate the line
as an expression rather tha...
This ensures workspace/didChangeConfiguration notification sent after init is correctly handled
github.com/neovim/neovim - 48bcc7b9710d6db619b05254ea87f4087cdd9764 authored about 1 year ago
- `find -name` => `find . -name`
- `xargs -i` => `xargs -I` (or can be replaced by the for loop...
Problem:
The embedded neovim fixture instance for testing picks up `python3`
on the `$PATH`. T...
Co-authored-by: marvim <[email protected]>
github.com/neovim/neovim - d718a3e27aa3a13b7a712c4a4f97ea5580b93d15 authored about 1 year agoThis was removed from Vim in patch 8.1.0681.
github.com/neovim/neovim - e9bfbe99cd7154912ef00fb1144411ee5d173b28 authored about 1 year agogithub.com/neovim/neovim - cbad7f8c21abae1f8aeacee0d171f0eca8790564 authored about 1 year ago
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes...
Problem:
Numerous Vim 8.1 patches are listed by `vim-patch.sh -l`.
Solution:
Mark the follo...
Problem: When a popup window is closed the buffer remains.
Solution: Wipe out the buffer.
...
Problem: Text properties test fails when 'encoding' is not utf-8.
Solution: Compare with o...
vim-patch:partial:8.0.1592,8.1.{0870,partial:1218,1581,2276,2373},8.2.{2112,4850}
github.com/neovim/neovim - e3e5fadee03a4b623bc0d5f799a82804526941ad authored about 1 year ago
Problem: Mksession mixes up "tabpages" and "curdir" arguments.
Solution: Correct logic for ...
Problem: Running tests may leave some files behind.
Solution: Delete the right files. Fix ...
Problem: Shared functions for testing are disorganised.
Solution: Group finctions in script...
Problem: Cannot build with +popupwin but without +quickfix. (John Marriott)
Solution: Adjus...
Problem: MS-Windows: session test leaves files behind.
Solution: Wipe out buffers before de...
Problem: Cannot set a directory for a tab page.
Solution: Add the tab-local directory. (Yeg...
Problem: Vim doesn't use the new ConPTY support in Windows 10.
Solution: Use ConPTY support...
Problem: Terminal windows in a session are not properly restored.
Solution: Add "terminal" ...
github.com/neovim/neovim - 748eae6bb59be742fddec587f9f8171d9d0c6a9e authored about 1 year ago
Problem: v:virtnum is less useful than it could be.
Solution: Always re-evaluate 'statuscolumn...
Problem: matchparen highlight not cleared in completion mode
Solution: Clear matchparen highli...
vim-patch:9.0.{0137,0336,0525}
github.com/neovim/neovim - 6fa9f457234449f5c62fefeb6a7f87b5f36e819c authored about 1 year agogithub.com/neovim/neovim-backup - ebf88610c99307ab8d1678cd62f2e33aec238a5b authored about 1 year ago
Problem: Manually deleting temp test files.
Solution: Add the 'D' flag to writefile().
htt...
github.com/neovim/neovim - 629f117945231497ce04ce5a0628c0999807725f authored about 1 year ago
Problem: Tests are flaky because of using a common file name.
Solution: Rename files and di...
Problem: Debugger test may fail when $CWD is very long.
Solution: Skip the test if the dire...
Problem: Various things no6 properly tested.
Solution: Add various test cases. (Yegappan L...
github.com/neovim/neovim - d2983dcdb1ca003b5fd42d7d99fd98310aa1cd56 authored about 1 year ago
vim-patch:8.2.{2985,2996,3003,3011,3013,3017,3026,3027,3039,3066,3086,3096,3116,3138,3395,3984,4...
github.com/neovim/neovim - d65c574ca31b452fe5538e1aebf288fd4b7290dd authored about 1 year ago
Problem: Crash in debugger when a variable is not available in the current
block....
Problem: Debugger test fails.
Solution: Fix import statement.
https://github.com/vim/vim/c...
github.com/neovim/neovim - c5d4d1cc0df70d3d380066d21017e506628bec3c authored about 1 year ago
Problem: Debugger test fails.
Solution: Adjust the test for modified debugging of a for loo...
Problem: Vim9: expression breakpoint not checked in :def function.
Solution: Always compile...
Problem: Debugger test fails.
Solution: Adjust eval command.
https://github.com/vim/vim/co...
github.com/neovim/neovim - 49d126e005211d6fbe54bccff9aa0f0e1eeefcef authored about 1 year ago
Problem: Vim9: crash when debugging a function with line continuation.
Solution: Check for ...
Problem: Temp files remain after running tests.
Solution: Delete the right files. (Dominiqu...
Problem: Vim9: breakpoint on "for" does not work.
Solution: Use the right line number in IS...
Problem: Vim9: debugging lambda does not work.
Solution: Use the compile type of the functi...
Problem: Vim9: cannot set breakpoint in compiled function.
Solution: Check for breakpoint w...
Problem: Vim9: debugger shows too many lines.
Solution: Truncate at a comment, "enddef", et...
Problem: Vim9: a compiled function cannot be debugged.
Solution: Add initial debugging supp...
Problem: Vim9: when debugging cannot inspect local variables.
Solution: Make local variable...
Problem: Vim9: cannot get argument values during debugging.
Solution: Lookup names in the l...
Problem: Vim9: breakpoint at a comment line does not work.
Solution: Add the comment line n...
Problem: Vim9: closure compiled with wrong compile type.
Solution: Use COMPILE_TYPE() when ...
Problem: Vim9: breakpoint in compiled function not always checked.
Solution: Check for brea...
Problem: Vim: when debugging only the first line of a command using line
continua...
Only search for luajit if PREFER_LUA=OFF. If PREFER_LUA is OFF, then
always prioritize luajit fi...
Problem: recursive callback may cause issues on some archs
Solution: Decrease the limit drasti...
runtime(termdebug): improve the breakpoint sign label (vim/vim#13525)
// related vim/vim#1258...
github.com/neovim/neovim - 74e23b3b2ad91d4308c409b4f7419a1d3955a5bb authored about 1 year ago
It is less error-prone than manually defining header guards. Pretty much
all compilers support i...
It is no longer used:
https://github.com/neovim/neovim/commit/353a4be7e84fdc101318215bdcc8a7e78...
We already have an extensive suite of static analysis tools we use,
which causes a fair bit of r...
stylua version 0.19.0 has added the flag `--respect-ignores` which
unbreaks stylua when used wit...
refactor!: `vim.lsp.inlay_hint()` -> `vim.lsp.inlay_hint.enable()`
Problem:
The LSP specific...
Problem: CI: test_termdebug may still fail
Solution: use term_wait() to make it more robust
...
github.com/neovim/neovim - ad3568a70167ceb870931650afb7dcaed88640ec authored about 1 year agoruntime(lynx): Update for Lynx 2.8.9 (vim/vim#13510)
https://github.com/vim/vim/commit/2c133f6c...
github.com/neovim/neovim - c6b317dd13ffe28158ba6083daa01fc26510f9b1 authored about 1 year agogithub.com/neovim/neovim-backup - 5ca7dea1f77da07e480e537553e830d7d77669b4 authored about 1 year ago
github.com/neovim/neovim - 9ecb43b6372feb49d6d497c41aa75d2cce1a1446 authored about 1 year ago
skip-checks: true
github.com/neovim/nvim-lspconfig - 90a28fd7637b66e055af62387ecee06f7cbd3173 authored about 1 year agogithub.com/neovim/nvim-lspconfig - f95a3c5b3615ad782d67eab41cda6b8bd1fe003d authored about 1 year ago
runtime(vim): Improve :let-heredoc syntax highlighting (vim/vim#12923)
"trim" and "eval" are ...
github.com/neovim/neovim - b33130244278d28fa8372c35c68fe6d26dd1fefa authored about 1 year ago
Problem: CI: test_termdebug fails
Solution: only test for a changed winlayout, if the window
...
Problem: No filetype support for xcompose files
Solution: Add filetype detection
closes: vi...
github.com/neovim/neovim - c23dd7c9eff035d92830bb33eb9644d946a65d92 authored about 1 year agoruntime(doc): clarify when formatoptions applies
closes: vim/vim#13503
https://github.com/...
github.com/neovim/neovim - 2494009885b6d8073017ee3c7e16bcc1796c4c99 authored about 1 year ago
Problem: No support for cypher files
Solution: Add cypher filetype detection
Cypher query lang...
github.com/neovim/neovim - 84688ec3728dc73bea4d63e6a758c199e0884f00 authored about 1 year agogithub.com/neovim/neovim - 592e4472da5f29edbddea3eb448e56b747044e67 authored about 1 year ago
github.com/neovim/neovim - 128e194f64b0c70f01a48d11e6b41781104f7ca3 authored about 1 year ago
github.com/neovim/doc - 1bc97010ab5b3784c2d0892d683f2fbbd007c6b8 authored about 1 year ago
github.com/neovim/doc - 183bd23b9f0b5c11d45235aaba175360fca935fb authored about 1 year ago
runtime(i3config): Update for i3 4.23 (vim/vim#13522)
https://github.com/vim/vim/commit/5994329...
github.com/neovim/neovim - be83cd73b274ef9d81ff45f5f833ee8ac2ffc01e authored about 1 year ago
Checking the documentation generation is mostly useful towards the end
of a pull request like wi...
github.com/neovim/neovim - 8e58d37f2e15ac8540377148e55ed08a039aadb6 authored about 1 year ago
github.com/neovim/neovim - c4ad15ae324f6460c683a64c44d65e693e1f39bb authored about 1 year ago
github.com/neovim/neovim - 6c3e170e5668e72b2b144a86b4e8278bc70daa48 authored about 1 year ago
github.com/neovim/deps - aa5f5363c1383dcc1a1c0c0153a7bc2ffa349626 authored about 1 year ago
github.com/neovim/neovim - fdaf6bc5573f578d100321dfc084d513884fd73a authored about 1 year ago
github.com/neovim/neovim-backup - 22252e217d9280f9ada52af9d5187b3b795e9a0c authored about 1 year ago
Note: The crash happens in the second test case when using uninitialized
memory, and therefore ...
Problem:
crash from
set complete+=f
open a empty buffer
C-N
Solution:
make sure th...
The watch_file test started failing on bsd after
3ca967387c49c754561c3b11a574797504d40f38.
github.com/neovim/neovim - e112081daf4ac192a1e52cf8b576a366b30f50ac authored about 1 year ago
* build(PVS): exclude mpack and klib as they are external dependencies
* build(PVS): suppress...
github.com/neovim/neovim - 3294d654166ec26cac58037a0358b9f7ea75b2d6 authored about 1 year agogithub.com/neovim/neovim - 430b8da01db738f607998a1a35edab9b0398b12d authored about 1 year ago
github.com/neovim/neovim - 0a82fa9989f04f1d6213c0c7d4b2018771166a09 authored about 1 year ago
refactor(drawline): avoid xmalloc/xfree cycles on each screenline
github.com/neovim/neovim - 06d37becca38ad57a801c943168682c23fae2fa9 authored about 1 year ago