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

fix: findNvim() fails if path has spaces #323

fix #319

github.com/neovim/node-client - 20adbe856bb78b0e9c8f676ebf8d01cb8b042095 authored 10 months ago by Justin M. Keyes <[email protected]>
fix(float): allow floating window in cmdline area

Problem: Floats are arbitrarily positioned at 1 row above screen size.
Solution: Position at 1 ...

github.com/neovim/neovim - 884470124db3848283dc3ae7c43b4b119d4162f9 authored 10 months ago by Luuk van Baal <[email protected]>
fix(snippet): correct indent with newline

Problem: snippet newline use before line indent after expand.

Solution: it should level + 1.

github.com/neovim/neovim - a5ade3c63d88e93244c43ff0f0635f4774f890ce authored 10 months ago by glepnir <[email protected]>
vim-patch:9.1.0145: v:echospace not correct when 'showcmdloc' != last (#27682)

Problem: the amount of available space (v:echospace) on the command
line is not corr...

github.com/neovim/neovim - 5d4e1693cb415e8b76749e833e28f00f14630b87 authored 10 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0144: getregion() needs more tests (#27681)

Problem: getregion() needs more tests
Solution: Run the getregion() test in both the legacy an...

github.com/neovim/neovim - 57e5b9f4eadfda3dbcf94d8ea7e37ac61d157d9d authored 10 months ago by zeertzjq <[email protected]>
vim-patch:b4eb3f1e4489

runtime(yaml): disable multiline_scalar detection by default

There have been many complaints ab...

github.com/neovim/neovim - c8299d15db16fb8305c95a2cb5af53668a007ef2 authored 10 months ago by Christian Clason <[email protected]>
vim-patch:8fad5d58874e

runtime(doc,netrw): update "Last Change header", remove trailing whitespace

Update Last-Change ...

github.com/neovim/neovim - 41f2cbe1710d2e177c113bf98e2002040336c42c authored 10 months ago by Christian Clason <[email protected]>
vim-patch:56b7da3c051f

runtime(netrw): handle file/dir symlinks specifically in tree mode

fixes: vim/vim#2386
related:...

github.com/neovim/neovim - bfcf5666cc83f1d87fe62ef371ff02e2bbd04bd4 authored 10 months ago by Christian Clason <[email protected]>
docs(eval): getline and indent function support string type

Problem: getline and indent function missing string type in param.

Solution: add string type in...

github.com/neovim/neovim - 6ab0876f51e8ff5debdff03b36508fe7279032b7 authored 10 months ago by glepnir <[email protected]>
feat: support optional arguments `{arg}?`

For https://github.com/neovim/neovim/pull/27644

github.com/neovim/tree-sitter-vimdoc - b63be26fa571259b512e1939f01755d9d6e78fbd authored 10 months ago by Christian Clason <[email protected]>
fix(lsp): use plain loop for non-list-like table of protocol values

Fixup for #27628

Closes #27669

github.com/neovim/neovim - 2c8f36a3b0b6e9d8a8c0d0f9cafff9cbf8bcb520 authored 10 months ago by Christian Clason <[email protected]>
vim-patch:9ecf02cd5f5f

runtime(java): Recognise _when_ clauses in _switch_ blocks

Also:

- distinguish _yield_ when us...

github.com/neovim/neovim - 86c3f284fc8569b65d5ef4becc76f8d18c59e3d3 authored 10 months ago by Christian Clason <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - 9553725789be682ecd945a527ec552e489ea8534 authored 10 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat: add markdown-oxide lsp (#3030)

* feat: add markdown-oxide lsp

* fix: style

* fix: modify root_dir to include git repos

...

github.com/neovim/nvim-lspconfig - 8ec68f74bae74abddcc2cbcc77db7fef2b2a95ab authored 10 months ago by Felix Zeller <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - daa8ae2c0ea297a3be2d729656cdb0c9c4087411 authored 10 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat: add delphilsp support (#3034)

* feat: add delphilsp support

* fix: move lsp config file change notification to on_attach

...

github.com/neovim/nvim-lspconfig - 078410f504997bf491a04309453137f3c4c72cd1 authored 10 months ago by St8Razor <[email protected]>
vim-patch:9.1.0143: [security]: autocmd causes use-after-free in set_curbuf() (#27664)

Problem: [security]: autocmd cause use-after-free in set_curbuf()
(kawarimidoll)
So...

github.com/neovim/neovim - 0eaae1bc057a2a4672d3e485498137a0d2282ad3 authored 10 months ago by zeertzjq <[email protected]>
refactor(defaults): use getregion() for Visual mode gx (#27663)

Also make it work better on a multiline selection.

github.com/neovim/neovim - f9e7c4c9c4fb89e6114a37387f3738d98cb4ba6a authored 10 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0142: getregion() can be improved (#27662)

Problem: getregion() can be improved (after v9.1.120)
Solution: change getregion() implementat...

github.com/neovim/neovim - ce7c51a1a3b2b38cdba730aeb53840d0ace32173 authored 10 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0141: Put in Visual mode wrong if it replaces fold marker (#27661)

Problem: Put in Visual mode wrong if it replaces fold marker.
Solution: Temporarily disable fo...

github.com/neovim/neovim - e592657df8f727a3ce3b254fc72c027e36e08739 authored 10 months ago by zeertzjq <[email protected]>
docs(lpeg): remove double backticks from meta (#27659)

github.com/neovim/neovim - f912030d4ed0998b3de90bad9f1b416fffff49c9 authored 10 months ago by Maria José Solano <[email protected]>
refactor(lsp): remove outdated comment

github.com/neovim/neovim - d981670bc9acd4cfd7b0768b8bc64390b026bf98 authored 10 months ago by Maria José Solano <[email protected]>
fix(lsp): handle reverse lookup in capabilities

github.com/neovim/neovim - 853f647da618d2891e4ac513fb96d3c8a42fa131 authored 10 months ago by Maria José Solano <[email protected]>
fix(tohtml): set filetype of generated HTML to `html`

Problem: `:TOhtml` opens the generated HTML code in a split, meaning it
inherits the `help` file...

github.com/neovim/neovim - 0246f1a897f4c349760cec9aea6db8bdd71bf3c5 authored 10 months ago by Christian Clason <[email protected]>
fix(lsp): correct the error message's cmd on spawning (#27632)

github.com/neovim/neovim - aa62898ae329ec7ef978b4e7263c6f41b28f2503 authored 10 months ago by notomo <[email protected]>
fix(lsp): remove unnecessary file load/write when renaming (#27621)

Previously rename would unconditionally read the to-be-renamed file from the
disk and write it ...

github.com/neovim/neovim - 7311958e1238559db7a0b1f490f15f618f51af06 authored 10 months ago by Jaehwang Jung <[email protected]>
feat!: rewrite TOhtml in lua

Co-authored-by: wookayin <[email protected]>
Co-authored-by: clason <[email protected]>
Co-a...

github.com/neovim/neovim - 2f85bbe61513d12c746641fed6ad07559bd95719 authored 10 months ago by altermo <[email protected]>
Merge pull request #27643 from bfredl/metadata2

refactor(metadata): generate all metadata in lua

github.com/neovim/neovim - c538ec85220aea11bbdb52028aa335787e9e4f42 authored 10 months ago by bfredl <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - 0ebcaedb2feb946e56658e0c9b6155fb6c8ad62b authored 10 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
docs(veryl_ls): update url of verly_ls (#3037)

github.com/neovim/nvim-lspconfig - 91d12df8a5f6783dd670a880051cff1a5f88c781 authored 10 months ago by dalance <[email protected]>
refactor(metadata): generate all metadata in lua

Then we can just load metadata in C as a single msgpack blob. Which also
can be used directly as...

github.com/neovim/neovim - de5cf09cf98e20d8d3296ad6933ff2741acf83f7 authored 10 months ago by bfredl <[email protected]>
vim-patch:e84d2d4432cd

runtime(sh): Update ftplugin, fix vim/vim#14101 (vim/vim#14102)

Add the 'b' flag to 'comments',...

github.com/neovim/neovim - 07b4b7524fc7faefb69e5c94d2512eb0807f0593 authored 10 months ago by Christian Clason <[email protected]>
fix(lua): remove uri fragment from file paths (#27647)

Problem: Some LSP servers return `textDocument/documentLink` responses
containing file...

github.com/neovim/neovim - 0190771713241b10872b9e2118e16ea4e4b2d1a0 authored 10 months ago by Ilia Choly <[email protected]>
docs(lpeg): merge upstream changes

github.com/neovim/neovim - cb146cc4aad746053535533cbea8834414ea82a2 authored 10 months ago by Maria José Solano <[email protected]>
deps src: Automatic update

github.com/neovim/deps - 14111cbc60fd4ae5a9095a445d716b23e7ac03d5 authored 10 months ago by marvim <[email protected]>
vim-patch:b1427b46f5fe (#27652)

runtime(vim): Update base-syntax, improve :echo highlighting (vim/vim#14103)

- Normalise beha...

github.com/neovim/neovim - a7788c2e251089b4844aac0e6633998bdb017da1 authored 10 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0140: cursor on wrong row after 1 char 'below' virtual text when EOL is shown (#27651)

Problem: The cursor screen row was incorrectly being calculated when the
cursor foll...

github.com/neovim/neovim - 7e46ff791c97b8cedd6b334329dfed175da47911 authored 10 months ago by zeertzjq <[email protected]>
feat(lsp): support completion itemDefaults

github.com/neovim/neovim - 63f9c2da9aab52fa698fcbfdbc58ffd41794d28a authored 10 months ago by Maria José Solano <[email protected]>
refactor(lsp): alias for CompletionResult

github.com/neovim/neovim - 3d96e3f9f25389e979bb7f2417ec2135f79fbfbb authored 10 months ago by Maria José Solano <[email protected]>
feat(docs): replace lua2dox.lua

Problem:

The documentation flow (`gen_vimdoc.py`) has several issues:
- it's not very versatile...

github.com/neovim/neovim - 9beb40a4db5613601fc1a4b828a44e5977eca046 authored 10 months ago by Lewis Russell <[email protected]>
docs: fix type of setreg() argument {options} (#27631)

github.com/neovim/neovim - 7ad2e3c64562bfb0ea2f7be305e4b0e6d2474d64 authored 10 months ago by Maria José Solano <[email protected]>
vim-patch:c7ddc9b73543

runtime(debian): update Debian syntax files (#14098)

* debversions.vim: Move lunar to unsupport...

github.com/neovim/neovim - 1a7c38caec487976f7f022dd355e3c0d65925d0c authored 10 months ago by Christian Clason <[email protected]>
build(deps): bump luv to 1.48.0-1

github.com/neovim/neovim - c6c19c3b2d5dea77c83a9f165669dd2ff7178f94 authored 10 months ago by Christian Clason <[email protected]>
fix(pyright): fix PyrightSetPythonPath command (#3032)

github.com/neovim/nvim-lspconfig - b1a11b042d015df5b8f7f33aa026e501b639c649 authored 10 months ago by neolooong <[email protected]>
vim-patch:2c51e15b66a4 (#27637)

runtime(vim): Update syntax file, improve :substitute matching (vim/vim#14093)

- Differentiat...

github.com/neovim/neovim - a4b4442524b0fc7d4b79383786391427e200c194 authored 10 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0137: <Del> in cmdline mode doesn't delete composing chars (#27636)

Problem: <Del> in cmdline mode doesn't delete composing chars
Solution: Use mb_head_off() and ...

github.com/neovim/neovim - 0d75324e3b7e9ab1ade4f11ee10f20840b1dd6dd authored 10 months ago by zeertzjq <[email protected]>
Merge pull request #27635 from bfredl/nomsgvalid

refactor(msgpack): remove undead unpacker code in helpers

github.com/neovim/neovim - 2ce3a9efa7ccfed359dc2bfb2e81177034977d40 authored 10 months ago by bfredl <[email protected]>
fix(defaults): validate 'channel' before responding to OSC request (#27594)

Validate the channel number before responding to an OSC 10/11 request.
When used with nvim_open...

github.com/neovim/neovim - a8e4ee2f2b4392e959b31c1d079166e245a401ba authored 10 months ago by Gregory Anders <[email protected]>
refactor(msgpack): remove dead unpacker code in helpers

Unpacker code now lives in unpacker.c
This was part of the old unpacker which I forgor to remove.

github.com/neovim/neovim - cdcdc10411b460b6f69aeb01bcd8bb8dcd97c5c4 authored 10 months ago by bfredl <[email protected]>
Merge pull request #27599 from bfredl/nofilealloc

refactor(fileio): remove API shell layer encouraging unnecessary allocations

github.com/neovim/neovim - 7038fdeee2561ef29bd41e3f5ac54823c76d8143 authored 10 months ago by bfredl <[email protected]>
fix(mbyte): fix bugs in utf_cp_*_off() functions

Problems:
- Illegal bytes after valid UTF-8 char cause utf_cp_*_off() to fail.
- When stream i...

github.com/neovim/neovim - ad5a155b1f4b387d3aaa54c91d0146cb0287bb9f authored 10 months ago by VanaIgr <[email protected]>
test(terminal/buffer_spec): re-skip bang test on Windows

github.com/neovim/neovim - 8b4e26915612caf2d143edca31919cae18a848a1 authored 10 months ago by zeertzjq <[email protected]>
fix(process): start pty process eof timer on main thread (#27625)

github.com/neovim/neovim - 268066e01400f55b0c38716f0d6ee3dece10c43e authored 10 months ago by zeertzjq <[email protected]>
refactor(types): fix miscellaneous type warnings

github.com/neovim/neovim - 185752614d1a4906c8f218e4c24c3b52bbe6560e authored 10 months ago by Maria José Solano <[email protected]>
refactor(shada): devirtualize writer

writer is only ever used with FileDescriptor. We already have separate
code paths for serializin...

github.com/neovim/neovim - 7447b035cae8f106db80614f4aae0d9716e5e1ed authored 10 months ago by bfredl <[email protected]>
refactor(fileio): remove API shell layer encouraging unnecessary allocations

Functions like file_open_new() and file_open_fd_new() which just is a
wrapper around the real fu...

github.com/neovim/neovim - 77e928fd3e92f35182237b663437d7ebde7ebde7 authored 10 months ago by bfredl <[email protected]>
fix(lsp): add snippet regression test (#27618)

github.com/neovim/neovim - 0fcbda59871ebc5fc91cac7fa430a4a93f6698c2 authored 10 months ago by Maria José Solano <[email protected]>
vim-patch:partial:d086b8f646a6 (#27623)

runtime(doc): fix inconsistent indent (vim/vim#14089)

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

github.com/neovim/neovim - c651a0f643e7bd34eb740069a7b5b8c9f8759ecc authored 10 months ago by zeertzjq <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - ec7d51a619049c7c597f469f81ea199db6794651 authored 10 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fix(rust_analyzer): declare single file support (#3028)

github.com/neovim/nvim-lspconfig - ddfc22e2f33537da24bc9e536985de41cd8c75b3 authored 10 months ago by rhjdvsgsgks <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - 16029c23e9ec09cb242a3d720a6949d0831f1ff5 authored 10 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
docs(lua_ls): add comment about additional libraries (#3029)

github.com/neovim/nvim-lspconfig - eb89b1710efc8083ecfeb2334aa1a7999038531e authored 10 months ago by Maria José Solano <[email protected]>
fix(bqnlsp): do not override user provided `cmd_env` (#3026)

github.com/neovim/nvim-lspconfig - 60c3bd33d878dae2a8650b11b178cdb48fdd7309 authored 10 months ago by BarrOff <[email protected]>
test: don't use minimal timeout for "intermediate" flag (#27620)

With "intermediate" flag, only using minimal timeout is too short and
may lead to failures.
Al...

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

github.com/neovim/deps - e29af8d38ab8127d988aa982c51623c0f2d2e966 authored 10 months ago by marvim <[email protected]>
fix(lsp): add assertion for explicit bufnr in apply_text_edits (#27614)

Assert that the buffer number passed to apply_text_edits is fully
resolved (not 0 or null). Pas...

github.com/neovim/neovim - 2e1f5055acdef650c27efc4afdf8606037ec021b authored 10 months ago by Gregory Anders <[email protected]>
docs: fix several misleading and superfluous wordings (#27609)

github.com/neovim/neovim - c2ddef30e743d8c1de6d960bf230b8646cb49c7c authored 10 months ago by Evgeni Chasnovski <[email protected]>
vim-patch:374e26aba2e5 (#27617)

runtime(doc): clarify ':set[l] {option}<' behaviour

closes: vim/vim#14062

https://github.c...

github.com/neovim/neovim - 52fe3741aa68e3175500b80bd0d5f85579c70712 authored 10 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0135: Insufficient testing for 'delcombine' (#27616)

Problem: Insufficient testing for 'delcombine'.
Solution: Add test for both Normal and Insert ...

github.com/neovim/neovim - 091e374c7f4886ef875e801ae0473b88f6caefe2 authored 10 months ago by zeertzjq <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - b8751ff9ac9fd6ce253e0653d898de02e54040d5 authored 10 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fix: let core handle 'workspace/didChangeConfiguration' after init (#3023)

github.com/neovim/nvim-lspconfig - d0a4176a19b9ef51ed19592f77b4bd93dcbdc48b authored 10 months ago by Maria José Solano <[email protected]>
build: download libiconv and gettext from `deps` repository

Downloading it from https://ftp.gnu.org/pub/gnu/ has started to become
unreliable and we can the...

github.com/neovim/neovim - 71384129f75462f14344df236cf0a22b83da4f4c authored 10 months ago by dundargoc <[email protected]>
fix(lsp): when renaming directory, check path prefix of buffer names (#27603)

For example, when renaming /path/to/dir, buffers like
fern://drawer/file:///path/to/dir, /path/...

github.com/neovim/neovim - 8addd27504e698da62176824209ae2d3d24247c0 authored 10 months ago by Jaehwang Jung <[email protected]>
vim-patch:9.1.0131: buffer-completion may not always find all matches (#27610)

Problem: buffer-completion code too complicated and does not always
find all matches...

github.com/neovim/neovim - 04f723f1a5780196a5356d3bbca17438c572ffa1 authored 10 months ago by zeertzjq <[email protected]>
docs(lsp): mark `ClientConfig.init_options` as optional

Followup to neovim/neovim#27443

github.com/neovim/neovim - a0394b648c2486ce7085d3e6e7541024e1a3fe9a authored 10 months ago by Christian Clason <[email protected]>
vim-patch:9.1.0132: "C" doesn't include composing chars with 'virtualedit' (#27605)

Problem: using "C" and 've=all' set, doesn't include composing chars
when changing a...

github.com/neovim/neovim - febf4810026a1f54f63cedbfef2e30e72cf535bf authored 10 months ago by zeertzjq <[email protected]>
build(deps): bump lua-compat-5.3 to v0.13

* Convert lua_pushlstring from a macro to a function
* strerror_r is not available on mingw
* Su...

github.com/neovim/neovim - 63c9e0c4ae42fd05c03e4dd3893a3f2eede771a7 authored 10 months ago by Christian Clason <[email protected]>
deps: add gnu tools

github.com/neovim/deps - b9bf36eb31f27e8136d907da38fa23518927737e authored 10 months ago by dundargoc <[email protected]>
ci: clarify misleading comment from bot

The job `comment-config-changes.yml` fails if either
`doc/server_configurations.md` or `doc/serv...

github.com/neovim/nvim-lspconfig - b22610cc7ceb513396adb8e648abb1d1613b2a82 authored 10 months ago by dundargoc <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - 1015f0764234755124f426e7d565688cd7f34923 authored 10 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat: add bqnlsp support (#3024)

* feat: add bqnlsp support

* chore(bqnlsp): fix typo in documentation comment

github.com/neovim/nvim-lspconfig - 6b264ff251eafd2ab30caa76b9920da504a9417f authored 10 months ago by BarrOff <[email protected]>
vim-patch:9.1.0129: Fix truncation of text_wrap 'wrap' virt text after EOL list char (#27600)

Problem: Virtual text with text_wrap 'wrap' was effectively being
truncated by a bre...

github.com/neovim/neovim - 9ea8a77b04c1d7da94c2105fb9ab5eee26eb0678 authored 10 months ago by zeertzjq <[email protected]>
refactor(lsp): remove redundant code (#27601)

* use builtin function
* buffer:// was removed in 236c20795eb9f11e21e0719b735ea741711acc08.

github.com/neovim/neovim - 90f6d999b12a93bb8a2aa9a735d2d77fc97b94db authored 10 months ago by Jaehwang Jung <[email protected]>
vim-patch:a35235e824bb (#27598)

runtime(doc) Update help text for matchbufline() and matchstrlist()

closes: vim/vim#14080

...

github.com/neovim/neovim - 9418381ccca5bf749b2f10b8a31d6e0900898ffa authored 10 months ago by zeertzjq <[email protected]>
Merge pull request #27562 from bfredl/envalloc

perf(os/env): os_getenv() allocation when there is no env var set

github.com/neovim/neovim - acb13c7ac770ee3feee3e79e0e3cf57b37bf1942 authored 10 months ago by bfredl <[email protected]>
perf(os/env): os_getenv() allocation when there is no env var set

os_getenv("FOO") caches the result when $FOO is set to something
non-empty. However, when $FOO w...

github.com/neovim/neovim - c5990f2cdca5c16074d8d31fd595babe64c8dc94 authored 10 months ago by bfredl <[email protected]>
docs(lsp): remove obsolete didChangeConfiguration explanation (#27595)

Rendered obsolete by c6d747e6a5227e17556c62e16ed054398eb1a89a.

github.com/neovim/neovim - 15f7ac6a045aad3355e4c6006423fde81644886a authored 10 months ago by Tim Pope <[email protected]>
fix(terminal): block input when there is pending TermRequest (#27589)

github.com/neovim/neovim - 99288ecc77e429ffe06842157e72ed612e97a419 authored 10 months ago by zeertzjq <[email protected]>
Merge pull request #27590 from bfredl/signcolfix

fix(marktree): do not count certain marks twice when checking for overlap

github.com/neovim/neovim - cb5ae22eab1fbb3162d0f7440a48ad49c7b3c48e authored 10 months ago by bfredl <[email protected]>
fix(marktree): some marks counted twice when checking for overlap

fixes #27046

github.com/neovim/neovim - b97d5038f16b1be4e413c4215e90818c05fb7ea1 authored 10 months ago by bfredl <[email protected]>
vim-patch:315cd1fbcbba

runtime(spec): Recognize SourceLicense tag name in RPM spec syntax (#14046)

rpm-4.19.0 added a ...

github.com/neovim/neovim - 7e008799a805d454a15472f91ac364b273d3cd0b authored 10 months ago by Christian Clason <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - d5b6d4366dfd7a1071b930defd365e6d0be258de authored 10 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fix(purescript-language-server): add 'spago.yaml' to the list of root_patterns (#3022)

github.com/neovim/nvim-lspconfig - 58310212b8aad3d53e7182437f4425491fe16418 authored 10 months ago by klausweiss <[email protected]>
deps src: Automatic update

github.com/neovim/deps - b5544822398f65e1b9f0795746c4ed8ee6c01445 authored 10 months ago by marvim <[email protected]>
refactor(defaults): use getregion() for default * and # mappings

github.com/neovim/neovim - eb4783fb6c8c16d3a9a10e5ef36312737fc9bc40 authored 10 months ago by zeertzjq <[email protected]>
vim-patch:1624970d321c (#27582)

runtime(vim): Update base-syntax, fix :unabbrev highlighting (vim/vim#14077)

Fixes issue vim/...

github.com/neovim/neovim - df1795cd6bdf7e1db31c87d4a33d89a2c8269560 authored 10 months ago by zeertzjq <[email protected]>
Merge pull request #27578 from zeertzjq/vim-9.1.0120

vim-patch:9.1.{0120,0126,0127): add getregion() function

github.com/neovim/neovim - 564fd1cc51db4f5a954da236d1abad9d8acc3b6e authored 10 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0127: Naming a non-pointer variable "oap" is strange

Problem: Naming a non-pointer variable "oap" is strange.
Solution: Rename it to "oa". Also prev...

github.com/neovim/neovim - 1f75184b5cd4db7c250b1eb4d39ea06d3c906e5f authored 10 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0126: Internal error when using upper-case mark in getregion()

Problem: Internal error when passing mark in another buffer to
getregion().
Solution:...

github.com/neovim/neovim - 06df895e71720b65f98b6b9c579ca5918a12bc04 authored 10 months ago by zeertzjq <[email protected]>