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
github.com/neovim/neovim - 7a6e27958a80b3aebb1335b78aa81c26c79b7f37 authored over 1 year ago
Problem: With lots of events, UI flush may be delayed for too long.
Solution: Flush UI when no...
`SREQ_*` values are now actual typedef'd enums. `get_option_value_strict()` has also been refact...
github.com/neovim/neovim - 6c87d3e0fbf88ae693be11a3ede3a1ec6ec0e30e authored over 1 year ago
Problem: no digraph for quadruple prime
Solution: add quadruple prime digraph using 4'
closes:...
github.com/neovim/neovim - f4b896198fdd44f1994397a4e5d6475a2dcec05c authored over 1 year agoskip-checks: true
github.com/neovim/nvim-lspconfig - 38da5bbe1eaab2394056109e48c7e195bdb8fdfe authored over 1 year agogithub.com/neovim/nvim-lspconfig - 7a2e07cf9aa2a339c1f14559e3d555c2664e8c27 authored over 1 year ago
github.com/neovim/neovim-backup - 46923f880d8f263faff0e6358fe5c546815411bd authored over 1 year ago
runtime(json5): Add new ftplugin (vim/vim#13385)
https://github.com/vim/vim/commit/d5dc58aeed...
github.com/neovim/neovim - 594ff34581907fed4956d4dc93c033dfdd5f7a69 authored over 1 year agovim-patch:e08bfef88bd0, vim-patch:9.0.2053
github.com/neovim/neovim - 2c9d4ef45908a933e8a22233733a1482ebd6be31 authored over 1 year ago
Problem: zig filetype detection test wrong
Solution: Remove .zir pattern, add new test for .zon...
runtime(zig): Update Zig runtime files (vim/vim#13388)
Update runtime files from upstream (http...
github.com/neovim/neovim - e6d352d8d7d8a987d0bd9b2e13bfd395e1127c3e authored over 1 year agogithub.com/neovim/neovim - 315c711700a87fe3fa546906ab39557ebba19baf authored over 1 year ago
Problem: Vim9: crash with deferred function call and exception
Solution: Save and restore exce...
github.com/neovim/neovim - ae7020c667b5314fe832d2a8897fb16d57194bdf authored over 1 year ago
github.com/neovim/neovim-backup - bd6df51fb0c05f0ab6655275777edc58ce6fa976 authored over 1 year ago
Now that all the Find<Foo>.cmake modules are using our custom
find_path2, the bundled deps build...
vim-patch:9.0.{2044,2045}
github.com/neovim/neovim - c49cfd89fdd32d670c484b0b677bc8647e891a12 authored over 1 year ago
Problem: tests: checking for swap files takes time
Solution: don't check for swap files when t...
Problem: Vim9: exceptions confuse defered functions
Solution: save and restore exception state ...
It's easier to debug and to customize scripting if there are sub-targets
that build up each target.
runtime(json5): include syntax script for json5 (vim/vim#13356)
Merging syntax file from guteny...
github.com/neovim/neovim - eadedfd9084c338a9162ef3706756bda443d6559 authored over 1 year agogithub.com/neovim/neovim - 366d0c7887f76f0adc40671292db46f115c9317e authored over 1 year ago
github.com/neovim/neovim-backup - 276ebc4db21eacd12336d3a8106f7996a25b4fdc authored over 1 year ago
github.com/neovim/neovim - bbc74d51ad791edad1948178736589cb181236e8 authored over 1 year ago
Problem: Wrong color for half of wide character next to pum scrollbar.
Solution: Redraw th...
Problem: trim(): hard to use default mask (partly revert v9.0.2040)
Solution: use default mask...
github.com/neovim/neovim - 3fd7449d5abe9a75fed8fb6b68c5958bd1a9ee12 authored over 1 year ago
Problem: [security] use-after-free with wildmenu
Solution: properly clean up the wildmenu when...
Problem: A few remaining cmdline completion issues with C-E/Y
Solution: Fix cmdline completion...
github.com/neovim/unibilium - ab28a2ddb86a144194a798bcf1fef1ab4f981ab7 authored over 1 year ago
Problem: completion shows current word after completion restart
Solution: remove the word bein...
github.com/neovim/neovim-backup - 1c45e1670f876f711528560977802fb06b7d9346 authored over 1 year ago
Problem:
When enabling diagnostics, there can be diagnostics for unloaded buffer,
but some han...
github.com/neovim/pynvim - 7f60f72def9b58a48d18abd84fc3a92b39b164bc authored over 1 year ago
The proactor pipe transports for subprocess won't be automatically
closed, so "closed pipe" erro...
- Separate Protocol from AsyncioEventLoop (which were too complex).
This makes it much clearer...
github.com/neovim/pynvim - 2059684da75ef9d0910379eb12ed438a96618873 authored over 1 year ago
pynvim has been using asyncio as the only available event loop
implementation, since python 3.4....
event loops for Session and Nvim are final and can't be changed.
github.com/neovim/pynvim - be5810bba55794104a944a9dbcfde04aed9895ab authored over 1 year agorefactor(options)!: unify interfaces for setting options
github.com/neovim/neovim - a63c67005b9ea17214d86391e2fd649658c1bdec authored over 1 year ago
Ensure bundled libraries and include directories are always searched
first before any others. Th...
github.com/neovim/neovim - 36e4901cbdb1c2b4b1d88cf9a7da157bf725fae4 authored over 1 year ago
github.com/neovim/neovim - f1a58a8dcc241e18305e7c103fb97cec64a3e46d authored over 1 year ago
github.com/neovim/neovim - 3642f2fb44b6a3681e6a637671690258aa83cc62 authored over 1 year ago
Reduce code duplication between `do_set_option_string` and `set_string_option` by making the for...
github.com/neovim/neovim - ca77089e2dae8d68209f26756774c73ad7ca018e authored over 1 year agogithub.com/neovim/neovim - 526234cf567a5a9cb0833fb05ef23075d98c2f3f authored over 1 year ago
github.com/neovim/neovim - af010e23f38a23bb74ea5b61e1b1a05e76410b5f authored over 1 year ago
github.com/neovim/neovim - 93b9c889465ee6a55e71c1fd681c1c6b1d5ed060 authored over 1 year ago
BREAKING CHANGE: This breaks the OptionSet autocommand, as the `v:` values associated with it (`...
github.com/neovim/neovim - 5df4fdf253f9c9cc35f9f5f16c6d0ba9d87b4c71 authored over 1 year ago
Problem:
If a manpage is opened, its hardwrapped dimensions are not recalculated
after closing...
Fixes #25662
github.com/neovim/neovim - 2eecb1b85dbb0e02ec40e95d28d3cc4720040f01 authored over 1 year agogithub.com/neovim/neovim - c46a6c065e8d830adb8a2f410d3c92cf5bd4455b authored over 1 year ago
pynvim previously did not have the `pynvim.__version__` attribute,
which is a popular conventio...
Fix broken tests on Windows due to EOF error and other minor bugs
github.com/neovim/pynvim - abc75476d23d09dfc5c9f9917d5f629df01dab68 authored over 1 year ago
Problem: gcc overflow-warning for f_resolve
Solution: use pointer p instead of pointer q[-1]
...
runtime: Fix more typos (vim/vim#13354)
* Fix more typos
* Fix typos in ignored runtime/ d...
github.com/neovim/neovim - 3222f0ad0079ce4bd4e45886a00e4fe4685fb5dd authored over 1 year agogithub.com/neovim/neovim-backup - a928af79ddd834d17e4140b4f10092b790d0cacb authored over 1 year ago
skip-checks: true
github.com/neovim/nvim-lspconfig - e49b1e90c1781ce372013de3fa93a91ea29fc34a authored over 1 year ago* feat: add htmx-lsp support
* style: fixing lint issues
* fix: calling the binary without...
github.com/neovim/nvim-lspconfig - e5425e7a52da2fd6357fc7d5b6afde285fcb8cef authored over 1 year agoskip-checks: true
github.com/neovim/nvim-lspconfig - 643a8a88a0e84ef627f5b668ef62619e173285ef authored over 1 year agogithub.com/neovim/nvim-lspconfig - 96c165426e0a6e55401ffadba5d712ef897cc7e6 authored over 1 year ago
refactor(lang): reduce scope of HAVE_WORKING_LIBINTL #ifdefs
github.com/neovim/neovim - 0a3505eb9df8d57a9a0bcecf02bb3dda1c8edd29 authored over 1 year agoProblem:
```
> os.unlink(fname)
E PermissionError: [WinError 32] The process ca...
Problem: An EOF error happens when creating a subprocess Nvim instance
on Windows. All CI tests ...
Problem:
Across unit tests, custom path_hook reigstered globally by
ScriptHost globally was not ...
A lot of code inside HAVE_WORKING_LIBINTL doesn't really depend on a
"working libintl". For inst...
skip-checks: true
github.com/neovim/nvim-lspconfig - 2a101fb00e6f6eb29c230736b99f05c3b3192b94 authored over 1 year ago* fix(glsl_analyzer): add other common file types
* fix(glslls): add other common file types
github.com/neovim/nvim-lspconfig - 28e449c31ce39cfc9652b2ecd3a251f52fc7c75b authored over 1 year agogithub.com/neovim/neovim - 0818d655288ebd70de728b13fabcfd01a0e2e2ec authored over 1 year ago
github.com/neovim/pynvim - 964e6b184110285d27617622dab698c0f8552954 authored over 1 year ago
Problem: no cmdline completion for ++opt args
Solution: Add cmdline completion for :e ++opt=ar...
Problem: Cannot accurately get mouse clicking position when clicking on
a TAB or wit...
Problem: `TextChangedI` can trigger on entering Insert mode if there
was previously ...
Problem: no max callback recursion limit
Solution: bail out, if max call recursion for callbac...
github.com/neovim/neovim-backup - 01998e1cff459e4b7fccbd3335174e5046ea824f authored over 1 year ago
github.com/neovim/neovim - aa62579a684277d86b1f4a7588464e0ec4227b94 authored over 1 year ago
github.com/neovim/neovim - 85ddd0074b71d006746cb298e73e6ba2f5a52541 authored over 1 year ago
runtime(tcsh): Update ftplugin (vim/vim#13327)
Fix b:browsefilter deletion error when calling b...
github.com/neovim/neovim - 28ef4a44925a1b1cbf291347aba43012ab038523 authored over 1 year ago
Problem: no filetype detection for Debian sources
Solution: Add new deb822sources filetype
clo...
github.com/neovim/neovim - 729a9c4c61c13db80d42e6d875893b4a79ef4381 authored over 1 year agogithub.com/neovim/neovim - af4985feda008f409939671b749c26cb7401c2ea authored over 1 year ago
runtime(doc): Improve command-line completion docs (vim/vim#13331)
* Improve command-line com...
github.com/neovim/neovim - 20dacacf374d93d9bef45626d5851265d1075841 authored over 1 year ago
Problem: When clicking in the middle of a TAB, getmousepos() returns
the column of t...
Problem: Coverity complains about change in charset (after v9.0.2017)
Solution: check pointer ...
skip-checks: true
github.com/neovim/nvim-lspconfig - 8f3ddc448769f563248654a5099c943c7139137e authored over 1 year ago
This was added to tailwindcss-intellisense in
https://github.com/tailwindlabs/tailwindcss-intel...
github.com/neovim/neovim - 57ce9b6a92977fb11269d99be0bb06eab18eda75 authored over 1 year ago
Follw up to https://github.com/neovim/neovim/commit/63b3408551561127f7845470eb51404bcd6f547b
...
github.com/neovim/neovim - 712adacdf546fbaccd9f2134534889a3f6f36dbc authored over 1 year agogithub.com/neovim/neovim - ee156ca60ede95c95160cb8dff0197d40cb1a491 authored over 1 year ago
fix(ui): empty line before the next message after :silent command
github.com/neovim/neovim - 8ee8112b92425cec6c8b3053e73a858148c3b9fe authored over 1 year ago
Problem:
The next command after `silent !{cmd}` or `silent lua print('str')`
prints an empty...
github.com/neovim/neovim - ce0f80835a5f6febd64f4ce5cf245d476ebaecfd authored over 1 year ago
Problem: Peeking and flushing output slows down execution.
Solution: Do not update the mod...
github.com/neovim/neovim-backup - 8c2832335159ba7535e351bf1678273bbc96d10b authored over 1 year ago
Greenlet 3.0 has been released including full python 3.12 support. It
also works well with olde...
github.com/neovim/neovim - 9f32deba56ea867a8bb9b9ab7f44bcc5142e8bbc authored over 1 year ago
github.com/neovim/neovim-backup - 9367567085ab7d1fd2f863d2379bdf0b56ad4fae authored over 1 year ago
github.com/neovim/nvim-lspconfig - bb8e3dfbe10d80c294bb609c4bb4bba3ecdfbfe2 authored over 1 year ago
PROBLEM:
Currently `:echoerr` prints multi-line strings in a single line
as `:echom` does (N...
- unnecessary separate describe() group
- clear() wasn't called in the describe() group
- unne...
skip-checks: true
github.com/neovim/nvim-lspconfig - cab7233cd6a89ec952dfd40c4b74341b1165830e authored over 1 year ago