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-backup - 19315a419673f768e315c8dc35a60180ca9cf59a authored about 1 year ago
runtime(syntax): unlet b:filetype_in_cpp_family for cpp & squirrel
Update runtime/syntax/cpp....
github.com/neovim/neovim - f45bf44176461992e7ed7c381aa9750e8955517f authored about 1 year ago
Problem: The options[] array is not sorted alphabetically.
Solution: Sort it alphabetically. ...
github.com/neovim/neovim - 9706ee59d0e2143d40d40b9e01cd63f8a17a09ab authored about 1 year ago
The provider tests seems to work now without this workaround.
github.com/neovim/neovim - f707ce76acb86e064d549dc762f5636af072d3c5 authored about 1 year agogithub.com/neovim/neovim - a1bdf2852d6d848e5b4522f9a66d53e9296c1872 authored about 1 year ago
github.com/neovim/neovim - 2289ca273cdaad4248a6cd962bddcc956b296c18 authored about 1 year ago
skip-checks: true
github.com/neovim/nvim-lspconfig - 511609ae0311abfcfaed3c398429a147e895ce2c authored about 1 year agogithub.com/neovim/nvim-lspconfig - fdf738ace40ccde021b77f8a1e90a95c7b8c2f1e authored about 1 year ago
github.com/neovim/neovim - 808fbe67a81da028eed6607fa3f5d13547d72332 authored about 1 year ago
Problem: TUI flush (start sync or hide cursor) only starts on a "flush"
event, which...
github.com/neovim/neovim-backup - 2ac2c2ac365c0af013bb50e3a78b0dc10702adef authored about 1 year ago
github.com/neovim/neovim.github.io - fc80da478014073dc4b17ac4d5665bbbcd0205c7 authored about 1 year ago
github.com/neovim/neovim.github.io - 14146ee423638cbd04d6a8daf529d46245befa7a authored about 1 year ago
github.com/neovim/neovim - 3bb5d2f2192b63e368a4f573f66406eba3ee66b3 authored about 1 year ago
github.com/neovim/neovim - 5e3c1b976ab4664bde2f546ac15510f4d888a39e authored about 1 year ago
fix(terminal): ignore $VIM and $VIMRUNTIME in pty jobs
github.com/neovim/neovim - 75aaec1b60e81742c01156e6884e6df977a1803e authored about 1 year agogithub.com/neovim/neovim - 8957df4f22af508fa44b9f8ada7ee4636d972bd3 authored about 1 year ago
Problem: Currently, `get_option_value()` returns 3 separate things: The actual value of the opti...
github.com/neovim/neovim - 9ae7d36ff5ebaf75597b442e10890bd77df01fbe authored about 1 year agogithub.com/neovim/neovim - 5e78fd7784509dbbe146748e9264e5129cf68ab8 authored about 1 year ago
When we convert a Lua table to an Object, we consider the table a
"dictionary" if it contains o...
Problem: The entire marktree needs to be traversed each time a sign is
removed from t...
github.com/neovim/neovim - e42f03264b424450b560a69994879f09b6c555d8 authored about 1 year ago
Since the parent commit, object_to_vim() can't fail, so callers don't
need to check its result.
Problem:
Since e057b38e7037 #20757 we support empty key in JSON encode/decode,
but we don't allo...
fix(log): increase size of buffer for nvim instance name
github.com/neovim/neovim - 5fa88a7ae13effc02d42070313d3082bf98e22a7 authored about 1 year ago
If $COLORTERM is "truecolor" but the user sets 'notermguicolors',
propagating $COLORTERM to :te...
github.com/neovim/neovim - 94c2703a0390fc7908faf5dcde80615ddf5e616e authored about 1 year ago
fix(inccommand): don't crash with "split" and 'n' flag
github.com/neovim/neovim - 4fc31cb69fab9dff66e779a2780aaf16fcc8bb13 authored about 1 year agogithub.com/neovim/neovim - bc5b0da84ec4d8ba01d17fc4e0f616fd3fe46f8e authored about 1 year ago
github.com/neovim/neovim - 93011add10946d5f3b4695b29897af7237261768 authored about 1 year ago
Undoing a change moves '[ and '] marks, so it is necessary to save and
restore them.
Co-authored-by: marvim <[email protected]>
github.com/neovim/neovim - a4047e0b8063ddc8da11bb89d3aba9cf614dbaa8 authored about 1 year ago
Currently, the value of $COLORTERM in :terminal in tests depends on
outer environment because o...
github.com/neovim/neovim-backup - 2b4021a32068b8eb822835a641cc0833cfa08edc authored about 1 year ago
16 bytes is not enough room for existing usage of the buffer by the
tests, so the name may get t...
Avoid scheduling on main loop.
Fix #26425
github.com/neovim/neovim - 3198598e6974ae2009e816aeb96462cdfc3c59e9 authored about 1 year agogithub.com/neovim/neovim - 6b00b8a369480a6535e7d286dd6ea27a6b0c94a5 authored about 1 year ago
fix(startup): only send one default_colors_set event during startup
github.com/neovim/neovim - 8bb5089974e14f043a0b0c17e4d38dbd0b9a9ab2 authored about 1 year agofeat(defaults): enable 'termguicolors' by default when supported by terminal
github.com/neovim/neovim - 08545bd45b80e3056fc8c6c4eb25e2ef1fddd897 authored about 1 year ago
Set 'notermguicolors' in tests which spawn a child Nvim process to force
existing tests to use 1...
If the color scheme is changed in a startup script, nvim used to send
multiple default_colors_se...
Followup to 27501d3b6a8d577cf3f5ecc3fe9e219f477586b7.
Problem:
CI sometimes fails. Something...
Enable 'termguicolors' automatically when Nvim can detect that truecolor
is supported by the hos...
Problem:
Empty string is a valid JSON key, but json_decode() treats an object
with empty key a...
Problem:
The test for 'nofsync' swapfile preservation on a deadly signal, does
not actually as...
runtime(vim): Update syntax file and syntax test (vim/vim#13632)
Add missing assignment operato...
github.com/neovim/neovim - b95eba22ffa7a5103f60ccd90bc82f7b72524b3f authored about 1 year agoruntime(fortran): update syntax and ftplugins
closes: vim/vim#13629
https://github.com/vim/vim...
github.com/neovim/neovim - f64e4b43e1191ff30d902730f752875aa55682ce authored about 1 year ago
Problem:
When `vim._foldupdate()` is invoked inside a scheduled callback, the
cursor may have mo...
Co-authored-by: Sten Laane <[email protected]>
github.com/neovim/nvim-lspconfig - 6c797ff9324094e333e2ace9526ca4a62ad9d1ca authored about 1 year agoRef. #2716. The referenced PR changes got somehow lost when it came to the removal of the `on_ne...
github.com/neovim/nvim-lspconfig - 53ff4f7358bcace4355edc2855b9671a38e82cd2 authored about 1 year ago
Problem: Confusing error for missing key.
Solution: Use the actualy key for the error. (cl...
Problem: Set_ref_in_list() only sets ref in items.
Solution: Rename to set_ref_in_list_ite...
Problem: SOPT type enums (`SOPT_NUM`, `SOPT_BOOL`, `SOPT_STRING`) are no longer used anywhere.
...
github.com/neovim/neovim - 5b40a1c09dda83275784053b325ad16626fc55f2 authored about 1 year ago
On windows somehow socket and stdio tests are failing, which should be
fixed sometimes later.
github.com/neovim/neovim-backup - cb5ec8782bdfff9d8f3f3d8815bb070d2bc1acfb authored about 1 year ago
Co-authored-by: umlx5h <[email protected]>
Co-authored-by: Gregory Anders <greg@gpanders....
Problem: 'breakindent' is not drawn after diff filler lines.
Solution: Correct check for wheth...
runtime(doc): remove non-existent parameter in shift-command (vim/vim#13626)
The variant with...
github.com/neovim/neovim - 4a1abc91a0ec71f85239dbaf0ffa1fe42c50e368 authored about 1 year ago
Problem:
CI sometimes fails. Something is triggering an extra fsync().
FAILED test/fun...
github.com/neovim/neovim - 27501d3b6a8d577cf3f5ecc3fe9e219f477586b7 authored about 1 year agofix(extmarks): restore old position before revalidating
github.com/neovim/neovim - ca4fe083e5b1a7c2e93cf77aa849fbec72757627 authored about 1 year agogithub.com/neovim/pynvim - a699fe737a902ca76176b437fecc8e38d37b8e6d authored about 1 year ago
github.com/neovim/neovim - 14572727261278e5bf68080c9369a8507f3d564f authored about 1 year ago
github.com/neovim/neovim - 0b74ad0a641f28d9d3da5353e98372d87078bd9d authored about 1 year ago
Using `jq` is not needed as github provides a "latest" shortcut to do
what download the latest r...
Problem: Vim does not detect pacman.log file
Solution: Detect pacmanlogs and add syntax highlig...
github.com/neovim/neovim-backup - e72eaf7cec690c012357ab2feb1a1dcb76334af9 authored about 1 year ago
Problem:
With vim.treesitter.foldexpr, `o`-ing two lines above a folded region
opens the fold....
github.com/neovim/pynvim - 51846479f2e549254a6621240ed514d4ff88b54f authored about 1 year ago
github.com/neovim/pynvim - 952deb1aaf9ce7fb4390077e5a8fde0ecde9eaf3 authored about 1 year ago
Pynvim 0.5.0
github.com/neovim/pynvim - 12b53e7b001960a407efcaaf4ce36923e8fc4a9e authored about 1 year ago
Problem:
Not all Lua code is checked by stylua. Automating code-style is an
important mechanis...
Problem:
Not all Lua code is checked by stylua. Automating code-style is an
important mechanis...
Problem:
We don't enable stylua for many Lua scripts. Automating code-style is an
important to...
This will ensure that we can pass flags and make adjustments from the
top level cmake file inst...
Breaking: Python 3.7 is the minimum supported Python version.
Changes since 0.4.3:
- 1696737 f...
github.com/neovim/pynvim - 1f86b261e99ce8fcce0814863d2665bcea85f7d1 authored about 1 year agogithub.com/neovim/neovim - 66f1563c7a48d76f99c89e32de030e57af2abfb4 authored about 1 year ago
skip-checks: true
github.com/neovim/nvim-lspconfig - cf3dd4a290084a868fac0e2e876039321d57111c authored about 1 year agogithub.com/neovim/nvim-lspconfig - 6f9d33627607a3460baff766847192243da9358a authored about 1 year ago
PROBLEM: `vim.treesitter.get_node()` does not recognize the `lang` in
the option table. This op...
github.com/neovim/neovim - 589f4761ee896cea5c8d1b1dad6655bd0b78fc2d authored about 1 year ago
github.com/neovim/neovim-backup - 6d49fefc21991eb5dfddb09e4cc86522424700ef authored about 1 year ago
Problem: Wrong scrolling in Insert mode with 'smoothscroll' at the
bottom of the win...
github.com/neovim/neovim - 988b472d902e6116353fc2ae605bed32a37e6391 authored about 1 year ago
github.com/neovim/node-client - 6020a114d972d36717564acd4f83d44b1474462e authored about 1 year ago
feat(highlight): update default color scheme
github.com/neovim/neovim - 0d885247b03439ee3aff4c0b9ec095a29bb21759 authored about 1 year agogithub.com/neovim/neovim-backup - eb65d77d28fe342f31ffb03e73fad3cea2ca2d9e authored about 1 year ago
github.com/neovim/neovim - 481a3158866638946c91fab28ae5bca97ff1e814 authored about 1 year ago
Problem: Default color scheme is suboptimal.
Solution: Start using new color scheme. Introduce ...
github.com/neovim/neovim - 64a14026d76ba1798d91e15a941fcb6af7cbc5ad authored about 1 year ago
Flake lock file updates:
• Updated input 'flake-utils':
'github:numtide/flake-utils/a1720a10...
github.com/neovim/neovim - 1cc358aed6fde4f537d971ad9ee207f3d4afc97a authored about 1 year ago
vim-patch:9.0.{2140,2141,2142,2143}
github.com/neovim/neovim - c45d1e32a92f5027fe12038b856509efe5c158fb authored about 1 year ago
Problem: [security]: use-after-free in win-enter
Solution: validate window pointer before calli...
Problem: [security]: buffer-overflow in suggest_trie_walk
Solution: Check n before using it as ...
Problem: [security]: buffer-overflow in ex_substitute
Solution: clear memory after allocating
...
github.com/neovim/neovim - 9d7544ac4cd553c9b7c8b41926b7292c5ee85943 authored about 1 year ago
Problem: [security]: stack-buffer-overflow in option callback functions
Solution: pass size of ...
github.com/neovim/neovim-backup - c8408578112970d089b207a5de3dd24b808093d2 authored about 1 year ago
This reverts commit fe30d8ccef17fff23676b8670dfec86444e2cb32.
The original commit intends to ...
github.com/neovim/neovim - 387c5ba3de356ea5c5f6fe71465440abd8563d8e authored about 1 year ago
Problem: html.angular ft is problematic
Solution: partly revert v9.0.2137
The html.angular ...
github.com/neovim/neovim - fedbf32250ba303ee06c751e798c28c5a3f05862 authored about 1 year ago