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

Merge pull request #26709 from luukvbaal/drawstatuscol

github.com/neovim/neovim - 2151e781e47d647c17812bcc27395fc424398d94 authored about 1 year ago by zeertzjq <[email protected]>
refactor(drawline): simplify draw_statuscol() and remove draw_state references

github.com/neovim/neovim - 35d98888bdeb0d0ac805887ecda149c9788c5a9f authored about 1 year ago by Luuk van Baal <[email protected]>
Merge pull request #26528 from bfredl/nodrawstate

refactor(drawline): remove LineDrawState and wlv->saved_n_extra

github.com/neovim/neovim - d9d9d94343cc3ee2c9bcda37e987d63e84928d79 authored about 1 year ago by bfredl <[email protected]>
refactor(lsp): move glob parsing to util (#26519)

refactor(lsp): move glob parsing to vim.glob

Moving the logic for using vim.lpeg to create a ...

github.com/neovim/neovim - 92204b06e7365cf4c68e6ea8258dce801f0a5df9 authored about 1 year ago by Steven Arcangeli <[email protected]>
feat(lsp): add type annotations for lsp.util.locations_to_items (#26694)

Problem: luals reported many warnings
Solution: Add type annotations

github.com/neovim/neovim - db0ec84fb46b8235f8651d5aa25eb56a9b117eb5 authored about 1 year ago by Mathias Fußenegger <[email protected]>
docs(options): add codeblock annotations to options.lua (#26696)

Also consistently remove leading colons in examples

Co-authored-by: zeertzjq <zeertzjq@outloo...

github.com/neovim/neovim - 19aba5916a4064b503894185072fb1c47a41e023 authored about 1 year ago by Christian Clason <[email protected]>
refactor(drawline): remove LineDrawState and wlv->saved_n_extra

We do not need an enum to keep track of what place in win_line() we
currently are at. We already...

github.com/neovim/neovim - 66ac327db27c8097cfa6c1f136dca96151b074f4 authored about 1 year ago by bfredl <[email protected]>
refactor(IWYU): add "private" pragma to more generated headers (#26706)

"export" only prevents IWYU from adding these headers if the headers
that export them are inclu...

github.com/neovim/neovim - ba0fa4fa197330687b06c74a50b2ccd4800f5881 authored about 1 year ago by zeertzjq <[email protected]>
refactor(options): generate BV_ and WV_ constants (#26705)

github.com/neovim/neovim - 089b934352437ab310a6dd3b138c7ed9445a3d7b authored about 1 year ago by zeertzjq <[email protected]>
fix: typo in util documentation (#2947)

github.com/neovim/nvim-lspconfig - 9099871a7c7e1c16122e00d70208a2cd02078d80 authored about 1 year ago by Evgeny Zislis <[email protected]>
vim-patch:9.0.2183: Maximum callback depth is not configurable (#26703)

Problem: Maximum callback depth is not configurable.
Solution: Revert patch 9.0.2103. Set 'ma...

github.com/neovim/neovim - 6700127b30d55e6ddf70495e7b886464172d7ac6 authored about 1 year ago by zeertzjq <[email protected]>
vim-patch:0630080bbd3e (#26704)

runtime(doc): reformat and align :h ft-c-syntax (vim/vim#13738)

https://github.com/vim/vim/co...

github.com/neovim/neovim - 2b3d1e18545ab9d2853f802c6d5adf54b5bf189c authored about 1 year ago by zeertzjq <[email protected]>
vim-patch:21064ebcd609

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

Match all ex commands after ":" and the "|" co...

github.com/neovim/neovim - 417148f7fd6dac6cbd2d97bc91246f5ec0a78a7d authored about 1 year ago by Christian Clason <[email protected]>
vim-patch:18ab6c3392ef

runtime(erlang): add support for matchit plugin (vim/vim#13713)

This commit updates the Erlang ...

github.com/neovim/neovim - 2a173c0669764ff35023e5e3566eb4eeebf11a72 authored about 1 year ago by Christian Clason <[email protected]>
vim-patch:37468879977a

runtime(masm): add variants of opcodes (vim/vim#13734)

that can actually be generated by compil...

github.com/neovim/neovim - a24d8188401299503a48c7cc6acc699eb06cfd68 authored about 1 year ago by Christian Clason <[email protected]>
vim-patch:cc944b145254

runtime(json5): Add TODO support to syntax script (vim/vim#13743)

https://github.com/vim/vim/co...

github.com/neovim/neovim - 1a230d77fe1c744fb69452d05783a85de56160d2 authored about 1 year ago by Christian Clason <[email protected]>
refactor: run IWYU on entire repo

Reference: https://github.com/neovim/neovim/issues/6371.

github.com/neovim/neovim - af93a74a0f4afa9a3a4f55ffdf28141eaf776d22 authored about 1 year ago by dundargoc <[email protected]>
fix(build): teach cmake about vvars

github.com/neovim/neovim - ade42d531bcc9ca61facfb0524128a8a9f9b2444 authored about 1 year ago by Lewis Russell <[email protected]>
feat: generate types and docs for v variables

github.com/neovim/neovim - e8d3c4cccb9d362952a09216a5a114ee6d024c14 authored about 1 year ago by Lewis Russell <[email protected]>
docs: move vim-variables to separate file

github.com/neovim/neovim - a8935d97acfd2453789ba6fdba9bc4d12f19e9c6 authored about 1 year ago by Lewis Russell <[email protected]>
fix(runtime): source old color scheme in bundled color schemes (#26641)

Problem:
Bundled color schemes use `:hi clear` and only define Vim's highlight
groups. This re...

github.com/neovim/neovim - d431a4d410f02af2039d7c98e4e33136fd1e4849 authored about 1 year ago by Evgeni Chasnovski <[email protected]>
fix(pyright): only send commands to pyright

github.com/neovim/nvim-lspconfig - e3371e11f8d8045a1d01905e59057530cea2b472 authored about 1 year ago by Menno <[email protected]>
feat: add `(note)` node for highlighted notes and warnings

Add support for highlighting common call-out terms in documentation,
like the legacy syntax's `h...

github.com/neovim/tree-sitter-vimdoc - 4f8ba9e39c8b3fbaf0bb5f70ac255474a9099359 authored about 1 year ago by Christian Clason <[email protected]>
fix(column): avoid exceeding configured 'signcolumn' width

github.com/neovim/neovim - 2ded2e75f4a6d9a575eeb1600e92c6bb333f8060 authored about 1 year ago by Luuk van Baal <[email protected]>
refactor(runtime): rewrite 'vim' color scheme in Lua

Problem: Bundled 'vim' color scheme is written in Vimscript which
implicitly assumes that the ...

github.com/neovim/neovim - 720a3518e3d2eee745bee1d856c92e7c1d84549f authored about 1 year ago by Evgeni Chasnovski <[email protected]>
refactor(IWYU): move decor provider types to decoration_defs.h (#26692)

github.com/neovim/neovim - 8533adb4844b771b84dac2141fa2fa60e0487b47 authored about 1 year ago by zeertzjq <[email protected]>
chore: move loading status check to the top (#2942)

loading status check should be on the top

github.com/neovim/nvim-lspconfig - 6772c1ccec801f2bd099065bebc09debc6474892 authored about 1 year ago by Daiki Noda <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - c67519205f297530bef1e82247927fb3ec456b38 authored about 1 year ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat(snyk-ls): add support for snyk-ls (#2826)

* feat(snyk-ls): add support for snyk-ls

* fix(snyk-ls): remove filetypes

github.com/neovim/nvim-lspconfig - 4c3eb9d378ffabdcdd2a88293c919deb26603b2f authored about 1 year ago by Peter Benjamin <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - b6b8886b79cd94c5dbd50084e88c08398900bd57 authored about 1 year ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fix(sqls): repository moves to organization (#2945)

github.com/neovim/nvim-lspconfig - 1d6a89a0e909ae7f77b86f2acd926ea90896e31f authored about 1 year ago by Tatsumi Gamou <[email protected]>
fix(osc52): use nvim_chan_send() to stderr for copying (#26690)

The data to be written can be very long, so use nvim_chan_send() instead
of io.stdout:write() a...

github.com/neovim/neovim - 104565909798eff57d0bd46c56d149055b8a739b authored about 1 year ago by zeertzjq <[email protected]>
fix(channel): use os_write() instead of fwrite() for stderr (#26689)

This handles EAGAIN.

Related #26688

github.com/neovim/neovim - 342c7da4bd2c60796d722970f82300b6d5ba0b42 authored about 1 year ago by zeertzjq <[email protected]>
refactor: eliminate cyclic includes

github.com/neovim/neovim - 0c120307ca1ab613e63865c634d7e10ad67fb0ba authored about 1 year ago by dundargoc <[email protected]>
docs: apply current colorscheme to default highlight groups

Problem: Not all default highlight groups show their actual colors.
Solution: Refactor `vimhelp....

github.com/neovim/neovim - cc6a257c8cad8051b6f7e9287249293ab0a929d9 authored about 1 year ago by Christian Clason <[email protected]>
docs: remove section on constants in style guide

It is needlessly restrictive and specific without good reason.

github.com/neovim/neovim - db4b0aeb928461a058e59969e07df886cbd990c1 authored about 1 year ago by dundargoc <[email protected]>
fix(buffer): do not filter help buffer

Problem: If a help buffer is opened without legacy syntax set (because
treesitter is enabled), V...

github.com/neovim/neovim - 095bd8d0f8340475319cfa13776d5ec386984859 authored about 1 year ago by Christian Clason <[email protected]>
ci(release): create version tag after "stable" tag (#26671)

github.com/neovim/neovim - 99d1e7da28061c2559c523f76b58b8bb113475ff authored about 1 year ago by zeertzjq <[email protected]>
refactor(treesitter): cleanup highlighter

- Remove some unused fields
- Prefix classes with `vim.`
- Move around some functions so the que...

github.com/neovim/neovim - 2498747addaf96dacba2000e6fbdf05572d129a3 authored about 1 year ago by Lewis Russell <[email protected]>
docs: document header structure

Reference: https://github.com/neovim/neovim/issues/6371

github.com/neovim/neovim - 365e185606a8bb14841e7d21c7855deaaf35693f authored about 1 year ago by dundargoc <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - a2e84ddef8d17a71dc8115f72e264c97328f5d33 authored about 1 year ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
docs(spyglassmc_language_server): fix typo in repository url (#2941)

github.com/neovim/nvim-lspconfig - 53cb0e617595667939738eb80cbdbf7c24bab380 authored about 1 year ago by David Ballesteros <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - 02bae7198bf306cd27f6ec428e4206ea195ed565 authored about 1 year ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat: add twig-language-server (#2939)

github.com/neovim/nvim-lspconfig - dde2ac7dc2e5687e7eef993dba7cb1018c623b4d authored about 1 year ago by Sven Cheng <[email protected]>
chore: check version 0.8+ (#2940)

As documented in README.md(after 5a871409199d585b52b69952532e3fb435e64566),
nvim-lspconfig now ...

github.com/neovim/nvim-lspconfig - ab49b26438976fb63ad73f392bc41185d00fa8b6 authored about 1 year ago by Daiki Noda <[email protected]>
vim-patch:955652f6df9c (#26667)

runtime(doc): Update change.txt (vim/vim#13725)

Fix-up and clarify commit e06f2b498ccca921f3...

github.com/neovim/neovim - 184f8423492f62b67b499efc53582dad4917ca5a authored about 1 year ago by zeertzjq <[email protected]>
vim-patch:9.0.2179: no filetype detection for execline scripts

Problem: no filetype detection for execline scripts
Solution: Add filetype detection for execli...

github.com/neovim/neovim - 2ed784f3859bb0e70ae4ba79a99866cddd54219b authored about 1 year ago by Christian Clason <[email protected]>
vim-patch:fbd72d2d4725

runtime(netrw): prevent E11 on FocusGained autocommand (vim/vim#13718)

https://github.com/vim/v...

github.com/neovim/neovim - 18933fc47febb3056d6591529d07444a77338c27 authored about 1 year ago by Christian Clason <[email protected]>
vim-patch:379df7c1dbb2

runtime(8th): updated 8th syntax (vim/vim#13720)

* updated 8th.vim
* removed obsolete code

htt...

github.com/neovim/neovim - f7bc8bd4d1071e824eee21a2ac8ab87965f4a7c6 authored about 1 year ago by Christian Clason <[email protected]>
vim-patch:9.0.2177: Wrong cursor position when dragging out of window (#26661)

Problem: Wrong cursor position when dragging out of window.
Solution: Don't use ScreenCols[] w...

github.com/neovim/neovim - c95845f3df256c6d0a15e959d2d2133bfe3b2d43 authored about 1 year ago by zeertzjq <[email protected]>
vim-patch:9.0.2178: reg_executing() wrong for :normal with range (#26660)

Problem: reg_executing() returns wrong result in :normal with range
when 'showcmd' i...

github.com/neovim/neovim - a61d8b615cf99e317fd78a5c9b39aed90908fc51 authored about 1 year ago by zeertzjq <[email protected]>
test: "diff" flag of 'fillchars' (#26657)

github.com/neovim/neovim - 49efdf84139a0c0f7ba0217e5ab665bc4f222206 authored about 1 year ago by zeertzjq <[email protected]>
test: sign on wrapped line with signcolumn=number (#26654)

github.com/neovim/neovim - 674a20ac479d25b23b6f9e99e277a57d2a9d67bc authored about 1 year ago by zeertzjq <[email protected]>
Merge pull request #26647 from jamessan/big-endian-timeout

ci(s390x): double TEST_TIMEOUT since tests are running via qemu

github.com/neovim/neovim - 0c22081f6275cd08cae51b916d20fe3f11076c96 authored about 1 year ago by James McCoy <[email protected]>
fix(treesitter): prepare highlight states for [s, ]s

github.com/neovim/neovim - 90a12d4a164315628c01043108b6aaa8f3afb102 authored about 1 year ago by Jaehwang Jung <[email protected]>
refactor: use `bool` to represent boolean values

github.com/neovim/neovim - 7f6b775b45de5011ff1c44e63e57551566d80704 authored about 1 year ago by dundargoc <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - e85816c5803410cacb52e9b4fbdb72a1f1a6bd11 authored about 1 year ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat(denols): follow the latest default value of the vscode extension (#2936)

* feat(denols): follow the latest default value of the vscode extension

* fix(denols): nvim_b...

github.com/neovim/nvim-lspconfig - 862db3e1bc8bce8e85777bc2fcb9aea3005b8f0a authored about 1 year ago by NAKAI Tsuyoshi <[email protected]>
fix(typos): typos root directory indicator (#2935)

github.com/neovim/nvim-lspconfig - da400062dd8498f893b278482199ed349a485183 authored about 1 year ago by pseudometa <[email protected]>
docs: small fixes (#26448)

Co-authored-by: Gregory Anders <[email protected]>
Co-authored-by: Jord...

github.com/neovim/neovim - 693aea0e9e1032aee85d56c1a3f33e0811dbdc18 authored about 1 year ago by dundargoc <[email protected]>
ci(s390x): run build & test as a non-root user

github.com/neovim/neovim - 3d8cd0c5d3ac10f13921d3c6adca1f6cf29668d2 authored about 1 year ago by James McCoy <[email protected]>
fix(api): don't set coladd of mark (#26648)

github.com/neovim/neovim - 1cf51a07a6bfb827efc36911cd018da3a3cb863b authored about 1 year ago by zeertzjq <[email protected]>
ci(s390x): double TEST_TIMEOUT since tests are running via qemu

github.com/neovim/neovim - 1beef6cd21acff0c7ef083dc90f768689dceb7ca authored about 1 year ago by James McCoy <[email protected]>
Merge pull request #26279 from agraven/x1-x2-mouse-api

feat(api): add forward and back mouse buttons

github.com/neovim/neovim - 80f75d063d2fd2fabf0584a0167920af647f6e9e authored about 1 year ago by bfredl <[email protected]>
feat(api): add forward and back mouse buttons

github.com/neovim/neovim - 428edcde7068ab44040e19b43343741e5ca59770 authored about 1 year ago by Amanda Graven <[email protected]>
refactor: soft-deprecate diagnostic signs configured with :sign-define (#26618)

Diagnostic signs should now be configured with vim.diagnostic.config(),
but "legacy" sign defin...

github.com/neovim/neovim - 3a4aa3fc58f87a295a075fe457bc78805eef7c4d authored about 1 year ago by Gregory Anders <[email protected]>
feat(termdebug): improve `:Evaluate` floating window (#26621)

Problem:
- The :Evaluate result window is not cleaned up when the cursor moves.
- This window ...

github.com/neovim/neovim - cd1b14f027f375a9de17fdf106016470f52035f7 authored about 1 year ago by Jaehwang Jung <[email protected]>
docs: add style rule regarding initialization

Specifically, specify that each initialization should be done on a
separate line.

github.com/neovim/neovim - 6cb78e2d1c4c6c63c628c965076a07ce5f7adbb6 authored about 1 year ago by dundargoc <[email protected]>
vim-patch:b42703a662e8

runtime(tmux): Update tmux syntax rules (vim/vim#13708)

https://github.com/vim/vim/commit/b4270...

github.com/neovim/neovim - 8c173cec295cf8c78bdbc440dc87f0473560f69a authored about 1 year ago by Christian Clason <[email protected]>
vim-patch:71cbe8e17a8c

runtime(fortan): update fortran syntax rules and doc notes

Update to the Fortran 2023 standard....

github.com/neovim/neovim - 8abae7c2e438c5a2f72f849e760b64c6c80ac5e1 authored about 1 year ago by Christian Clason <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - eb81c7ea08d6f01d5fa4cf09e58c708efadf9b2f authored about 1 year ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fix(zls): include `build.zig` in root dir search (#2933)

File `build.zig` by convention sits at the root dir and thus can be used
to correctly identify ...

github.com/neovim/nvim-lspconfig - dbfafcac2ce9e10c9f4419299d413580996ae155 authored about 1 year ago by Laurynas Lazauskas <[email protected]>
fix(lua): handle array with holes in luaeval() (#26630)

github.com/neovim/neovim - 7d279a09e0fbdf939d8747270cc642250365ad6c authored about 1 year ago by zeertzjq <[email protected]>
fix(options): setting 'scroll' with resized grid (#26628)

github.com/neovim/neovim - d956bc63795ff7a6ff54ad942a7483a5ef76e650 authored about 1 year ago by zeertzjq <[email protected]>
refactor: split WIN_EXECUTE() into two functions (#26627)

github.com/neovim/neovim - 6abdc1ac1f904173d01efcf440d1460c001bc299 authored about 1 year ago by zeertzjq <[email protected]>
docs(diagnostic): add return value of `vim.diagnostic.config()` (#26615)

github.com/neovim/neovim - e164f4c2715c97b48607bb6339eac3aff7106c47 authored about 1 year ago by Yi Ming <[email protected]>
test(core/job_spec): fix flakiness (#26623)

github.com/neovim/neovim - 75b8f4c8cbe595ff868c1a0c59edbdf9658e46b0 authored about 1 year ago by zeertzjq <[email protected]>
refactor: move some anonymous enums back to non-defs headers (#26622)

It isn't really useful to put anonymous enums only used as arguments to
functions calls in _def...

github.com/neovim/neovim - d82a586a9e39f1d346c1aea78167a85c586ed3f4 authored about 1 year ago by zeertzjq <[email protected]>
refactor: move non-symbols to defs.h headers

github.com/neovim/neovim - 69bc519b53ebf78fd95c8256468e7d538ebcb948 authored about 1 year ago by dundargoc <[email protected]>
perf(treesitter): filter out trees outside the visible range early

Problem:
Treesitter highlighter's on_line was iterating all the parsed trees,
which can be quite...

github.com/neovim/neovim - c0cb1e8e9437b738c8d3232ec4594113d2221bb2 authored about 1 year ago by Jaehwang Jung <[email protected]>
build: eliminate semicolons from --version string

Refactor the --version string to remove semicolons. Although semicolons are
present in LINK_OPT...

github.com/neovim/neovim - f0eb3ca9163ad10753fbb75558b900a539f76e0d authored about 1 year ago by Daiki Noda <[email protected]>
refactor(lsp): move changetracking to separate file (#26577)

* refactor(lsp): move changetracking to separate file

- Prefixed changetracking types with `vim...

github.com/neovim/neovim - 5a2536de0c4beae4eba50a0d2868983c1690ecc7 authored about 1 year ago by Lewis Russell <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - e50a8fcd6267cb9b2d2a880dcf3a8ac113b75abc authored about 1 year ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat(kotlin_language_server): Add storagePath to initilaztion options (#2930)

* feat(kotlin_language_server): add storagePath to initilaztion options

* docs(kotlin_languag...

github.com/neovim/nvim-lspconfig - 5b6fc6dcd7f9fbeec815e5f6622394a40eb7865f authored about 1 year ago by Shaygan Hooshyari <[email protected]>
deps src: Automatic update

github.com/neovim/deps - 2582e80555697a1e1ff8f98b330e141bd1f083ad authored about 1 year ago by marvim <[email protected]>
refactor(options): use hashy for finding options (#26573)

Problem:
`findoption()` searches through the options[] table linearly for option
names, even t...

github.com/neovim/neovim - 8f08b1efbd096850c04c2e8e2890d993bd4d9f95 authored about 1 year ago by Famiu Haque <[email protected]>
docs: simplify build instructions

github.com/neovim/neovim - 2b1bc94b768cb13801e7166f6b02bd09caa3c18f authored about 1 year ago by dundargoc <[email protected]>
build: cmake fixes

- add EXTERNALPROJECT_OPTIONS variable to main build
- use `REQUIRED` keyword for IWYU.
- remove...

github.com/neovim/neovim - 404fdb0f3683094c2d40e1ee7e41d5c491f41a06 authored about 1 year ago by dundargoc <[email protected]>
refactor: only reload colorscheme if &bg changed (#26598)

Currently, setting &bg at all re-initializes highlights and reloads
the active colorscheme, eve...

github.com/neovim/neovim - 8fb7419d7c5e2df3b792d18fa56f973088e69be2 authored about 1 year ago by Gregory Anders <[email protected]>
build: bump minimum cmake version to 3.13

The benefits are primarily being able to use FetchContent, which allows
for a more flexible depe...

github.com/neovim/neovim - 7840760776cf8dbaa580ced87aec0222dbb693d7 authored about 1 year ago by dundargoc <[email protected]>
build: fix universal mac builds

Cmake 3.28+ will fail if two projects download the same file to prevent
scheduling problems. Thi...

github.com/neovim/neovim - 896b400bff5ccc3d369bc19ab78bc4b5a8d88066 authored about 1 year ago by dundargoc <[email protected]>
vim-patch:5eb9cb53d619

runtime(racket): update Racket runtime files (vim/vim#13693)

This brings the included Racket ru...

github.com/neovim/neovim - ba613d63c4ba363e1629be4a56144df17deb51e5 authored about 1 year ago by Christian Clason <[email protected]>
vim-patch:0f61943eb776

runtime(logtalk): Update Logtalk runtime files for the latest language spec (vim/vim#13697)

htt...

github.com/neovim/neovim - bf382df84f2d8900a91de368c6bfce6b950e4b7f authored about 1 year ago by Christian Clason <[email protected]>
vim-patch:82f19734bfcb

runtime(doc): remove deprecation warning for gdefault

Deprecated can be misunderstood as being ...

github.com/neovim/neovim - 69f5f0e20e81ef3b6cb5ea011eda024e6e277acf authored about 1 year ago by Christian Clason <[email protected]>
vim-patch:0378f07fbaee

runtime(colorschemes): Update colorschemes (vim/vim#13691)

Minor changes:

- Regenerated using ...

github.com/neovim/neovim - 6b8084a6beb5633ddaf9d1a51b4a501e291958c8 authored about 1 year ago by Christian Clason <[email protected]>
fix(api): crash after nvim_win_set_config title/footer validation error (#26606)

github.com/neovim/neovim - c18f3cfcdb8fc5a39b7c898eea619e3de94096b4 authored about 1 year ago by notomo <[email protected]>
feat(highlight): tweak default color scheme

Problem: Updating default color scheme produced some feedback.

Solution: Address the feedback.
...

github.com/neovim/neovim - 574519d9d68f7f28a868e95ef0d081cbae6ddec4 authored about 1 year ago by Evgeni Chasnovski <[email protected]>
vim-patch:9.0.2168: Moving tabpages on :drop may cause an endless loop (#26605)

Problem: Moving tabpages on :drop may cause an endless loop
Solution: Disallow moving tabpages...

github.com/neovim/neovim - 19fed6bde176586b43b5b9ff37146ddf2f5a65ce authored about 1 year ago by zeertzjq <[email protected]>