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

feat(quickfix): support -q - to read 'errorfile' from stdin (#27303)

Note that this only works when stdin is a pipe.

github.com/neovim/neovim - e98decf9a68e41b09214aa60b77d0db29b7d648a authored 11 months ago by zeertzjq <[email protected]>
fix(rust-analyzer): re-analyzing cargo deps (#2995)

I'm not that well versed in Lua, but the previous check

if fname:sub(1, #item) == item

...

github.com/neovim/nvim-lspconfig - 9a6279953c82d01b58825a46ede032ab246a5983 authored 11 months ago by Jerko Steiner <[email protected]>
vim-patch:9204f39580bd

runtime(fortran): update syntax (vim/vim#13953)

* runtime (Fortran) update syntax
* runtime (Fo...

github.com/neovim/neovim - 1bf645918e94e7e8f770592484164f1ee303f24e authored 11 months ago by Christian Clason <[email protected]>
deps src: Automatic update

github.com/neovim/deps - d2d4a6f714ec25572cb5d41bc253df198e237602 authored 11 months ago by marvim <[email protected]>
feat(ex_cmds): no error on :lua with {range} and {code} (#27290)

Problem: Erroring when both {range} and {code} are supplied to
:lua is inconvenient ...

github.com/neovim/neovim - 4a1ad676ce0bdaead122b092d2ff33b51679ffe9 authored 11 months ago by luukvbaal <[email protected]>
refactor(runtime): remove nvimMap and nvimUnmap syntax groups (#27298)

They are no longer needed as they are covered by vimMap and vimUnmap.
Also fix some other mista...

github.com/neovim/neovim - 1405e5c8c1f3b3ef59cab0ac2d0a28b9b88869cf authored 11 months ago by zeertzjq <[email protected]>
Merge pull request #27297 from zeertzjq/vim-e3e3934bb182

vim-patch:69866449ddb2,e3e3934bb182

github.com/neovim/neovim - 302fa5f7db826db904e15c9ad37e0c69e57a3dfb authored 11 months ago by zeertzjq <[email protected]>
vim-patch:e3e3934bb182

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

Improve string escape sequence and special key...

github.com/neovim/neovim - 11acbd6df4b966f73e48c087dc6d51d852566413 authored 11 months ago by zeertzjq <[email protected]>
vim-patch:69866449ddb2

runtime(vim): Improve keymap file highlighting (vim/vim#13550)

- Match :loadkeymap to EOF as a ...

github.com/neovim/neovim - 882d5fa5584f8223a9d405ecd0367c53188162fa authored 11 months ago by zeertzjq <[email protected]>
Merge pull request #27122 from luukvbaal/signcol

fix(column): clear "b_signcols" before moving saved marks

github.com/neovim/neovim - 05fd70f19b39519985000141d022971e37d66189 authored 11 months ago by bfredl <[email protected]>
build: various fixes

- Consistently use the variable CMAKE_BUILD_TYPE to select build type.
- Remove broken `doc_html...

github.com/neovim/neovim - 4c91194611086916c833d61e28e2f5e689316e83 authored 11 months ago by dundargoc <[email protected]>
refactor(api): remove some unnecessary HAS_KEY() (#27283)

Since keydicts are already zero-initialized, HAS_KEY() isn't needed if
the zero-initialized val...

github.com/neovim/neovim - cc197d04fc36a6ee4219f20772a7b39dd976edfd authored 11 months ago by zeertzjq <[email protected]>
vim-patch:83f627ff42a3

runtime(racket): add missing space to b:undo_indent var (vim/vim#13945)

This copies commit 2a48...

github.com/neovim/neovim - e0961aaa5aa6e2dc39be688ccf8072e7bc616780 authored 11 months ago by Christian Clason <[email protected]>
vim-patch:c46c21b4ca47

runtime(netrw): fixing remote file removal via ssh (vim/vim#13942)

Make pattern, which retrieve...

github.com/neovim/neovim - 0da18ae5ceb2a53115332d3f6993437cca67b9b4 authored 11 months ago by Christian Clason <[email protected]>
build(deps): bump luajit to HEAD - 9cc2e42b1

github.com/neovim/neovim - 20f97af417caf5222a2260795088a02af99d6804 authored 11 months ago by Christian Clason <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - ac530dfb97e51d82e3b0a7cddbf7a4a7c4c10ff8 authored 11 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fix(typst_lsp): declare single file support (#2994)

github.com/neovim/nvim-lspconfig - 6950f06865853beae5e8edb92349d3cf126f2515 authored 11 months ago by rhjdvsgsgks <[email protected]>
feat(api): make nvim_open_win support non-floating windows (#25550)

Adds support to `nvim_open_win` and `nvim_win_set_config` for creating
and manipulating split (...

github.com/neovim/neovim - 6bba4becedaea5a330c0c9d9427fb495e8092dac authored 11 months ago by Will Hopkins <[email protected]>
vim-patch:8.2.0085: dead code in builtin functions (#27281)

Problem: Dead code in builtin functions.
Solution: Clean up the code.

https://github.co...

github.com/neovim/neovim - 8fa67fdae539a13cf78621ab5a628da1fd745be2 authored 11 months ago by zeertzjq <[email protected]>
vim-patch:8.2.0117: crash when using gettabwinvar() with invalid arguments (#27280)

Problem: Crash when using gettabwinvar() with invalid arguments. (Yilin
Yang)
S...

github.com/neovim/neovim - 68c1b1c45a504341f7cf01f0bce0d1ed16631cfc authored 11 months ago by zeertzjq <[email protected]>
build: update builtin terminfo (#27272)

- Update to ncurses 6.4.20230520
- Disable smglp and smgrp for vtpcon and conemu
- Add xterm+s...

github.com/neovim/neovim - 0a8e66898d73ee90a9c52d0944141f498804c99d authored 11 months ago by zeertzjq <[email protected]>
vim-patch:bdb9d9afba97

runtime(netrw): Use :exec norm! <leftmouse> before :call mapping in netrw (vim/vim#12180)

fixes...

github.com/neovim/neovim - f4b3636f245fce5f4b246b838c7cdd8a87364123 authored 11 months ago by Christian Clason <[email protected]>
vim-patch:26b0176a98f8

runtime(racket): undo some indent options only when vim9script is available (vim/vim#13935)

Thi...

github.com/neovim/neovim - 6e8e3a2a3a5ed051e74a29a6fdaf56f6d4c42f4f authored 11 months ago by Christian Clason <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - 1759ea68fbbb1303192020d3e59936189359e0ed authored 11 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat(ltex): imrove default settings(#2979)

* fix(ltex): fix rnoweb support

Unfortunately language code `sweave` will not be understood b...

github.com/neovim/nvim-lspconfig - 4f34f6f48d14caf8ae58a4e83fa4f20e5ccd553b authored 11 months ago by Mateusz Majewski <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - 11d01e09a1ab3cc3829ca7e3c2986494edbd0f84 authored 11 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat: add dprint lsp (#2982)

github.com/neovim/nvim-lspconfig - 7fd5d1d5f6c1f4b783536cb69df8cdfe9264977e authored 11 months ago by Seth Daniel <[email protected]>
refactor: improve get_clients_from_cmd_args (#2943)

improve the get_clients_from_cmd_args for better readability and consistency.

- replace unnec...

github.com/neovim/nvim-lspconfig - e3c3ab74d2ad0b1e47b52ecd6005ee1917df2872 authored 11 months ago by Daiki Noda <[email protected]>
fix(statusline): missing offset when showing 'keymap' (#27270)

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

skip-checks: true

github.com/neovim/nvim-lspconfig - d9e87768466f91c071375517b170da5fad7b41f5 authored 11 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat(helm-ls): enable dynamicRegistration for didChangeWatchedFiles (#2992)

This is required for the upcoming release of helm-ls
see https://github.com/mrjosh/helm-ls/pull/58

github.com/neovim/nvim-lspconfig - 186187978b6798b34c68229c89445b8cfef44eea authored 11 months ago by valentin <[email protected]>
Merge pull request #298 from neovim/fixci

github.com/neovim/node-client - 5071f37ee84ee8ae5854c2cc5c28e4c4f55db30f authored 11 months ago by Justin M. Keyes <[email protected]>
fix(ci): use newer NPM

github.com/neovim/node-client - a9365ebb5c83e17e43162fd92073510254210166 authored 11 months ago by Justin M. Keyes <[email protected]>
fix(tests): jest deprecated config

> jest
● Deprecation Warning:
Option "testURL" was replaced by passing the URL via...

github.com/neovim/node-client - 276e89018149c4163693a416b0415df3f4e23823 authored 11 months ago by Justin M. Keyes <[email protected]>
fix(build): lint fails on Windows

Problem:
Lint fails on Windows CI, because git converts text to CRLF and prettier
expects LF.

S...

github.com/neovim/node-client - aa009807b0e02d3e57aa5e0189f5c81e6be0f66a authored 11 months ago by Justin M. Keyes <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - b901432100112c6d356f760be14ab1b2a44fdca0 authored 11 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat(swift_mesonls): add meson.options as a root marker (#2991)

This is the preferred filename for defining options for a few versions.
meson_options.txt is le...

github.com/neovim/nvim-lspconfig - 28838b4cf8f2e104ea7ebbf0ab78acd1a6715b9c authored 11 months ago by Tristan Partin <[email protected]>
deps: bump the jest group with 3 updates (#296)

Bumps the jest group with 3 updates: [jest](https://github.com/jestjs/jest/tree/HEAD/packages/je...

github.com/neovim/node-client - c7172087d288f5e75342c33132409910f97fc0fa authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
deps: bump which from 3.0.1 to 4.0.0 (#297)

> BREAKING CHANGES
> support for node 14 has been removed

"which" is only used in tests, so ...

github.com/neovim/node-client - 727267fc453abdc7e829531b3967da81bd55bca2 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
deps: bump the babel group with 6 updates (#291)

Bumps the babel group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@babel...

github.com/neovim/node-client - 3212491599d0273f9f7165b0d86f388bec0743d7 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
deps: bump typedoc from 0.24.8 to 0.25.7 (#294)

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.24.8 to 0.25.7.
- [Release notes]...

github.com/neovim/node-client - 4ee003489b7658475d89dab7936228d2bde6c511 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
deps: bump lint-staged from 11.2.6 to 15.2.0 (#295)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 11.2.6 to 15.2.0.
- [Release no...

github.com/neovim/node-client - 0a8453d6996bdbec9347051e40e480bad3b66dc0 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ci: group dependabot updates

github.com/neovim/node-client - b4c0e69d0d8f72c366c9a40b3bccc27a7de72aae authored 11 months ago by Justin M. Keyes <[email protected]>
deps: update "semver"

github.com/neovim/node-client - 16b3372b0707ae074156adcaae47ef7a659e7eb6 authored 11 months ago by Justin M. Keyes <[email protected]>
ci: group dependabot updates

github.com/neovim/node-client - 7204fb1a913387b993c12baf7567e3cee127ad67 authored 11 months ago by Justin M. Keyes <[email protected]>
deps: bump @babel/core from 7.17.10 to 7.23.9 (#287)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.10 t...

github.com/neovim/node-client - f3545919069384802096fd3f5121993aa31a7463 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(lua): avoid internal error when :luado deletes lines (#27262)

github.com/neovim/neovim - 4ffc20c9515294481486e81271a8edeeff203140 authored 11 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0065: Segfault with CompleteChanged autocommand (#27261)

Problem: Segfault with CompleteChanged autocommand
(markonm )
Solution: Test match-...

github.com/neovim/neovim - a2070ba8773ca264f68a4cfb50cb3d12219838e7 authored 11 months ago by zeertzjq <[email protected]>
deps: bump typescript from 5.1.6 to 5.3.3 (#288)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.3.3.
- [Release not...

github.com/neovim/node-client - a8381554ffec58c180e3d2e435b7d77a7d88dfb0 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
deps: bump husky from 9.0.6 to 9.0.7 (#289)

Bumps [husky](https://github.com/typicode/husky) from 9.0.6 to 9.0.7.
- [Release notes](https:/...

github.com/neovim/node-client - 608fc8b31e1d4d69138a4ecf4c0b8fd9682061d3 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
deps: bump winston from 3.10.0 to 3.11.0 (#286)

Bumps [winston](https://github.com/winstonjs/winston) from 3.10.0 to 3.11.0.
- [Release notes](...

github.com/neovim/node-client - 701ba036078de9525bfc0d744afbc5509bc0a31f authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ci: group dependabot updates

github.com/neovim/node-client - 2102654baf23eb1b8d27dea48c831f521c262370 authored 11 months ago by Justin M. Keyes <[email protected]>
Merge #282 bump prettier, eslint deps

github.com/neovim/node-client - ca3d33ce251750c71731434714c58c472ca02acf authored 11 months ago by Justin M. Keyes <[email protected]>
ci: skip lint on old node.js

Problem:

> lint
> eslint packages/*/src/**/*.ts packages/*/src/*.ts
Oops! Something...

github.com/neovim/node-client - ae0ea685c7f3dbd0655146c1fa90864db5fa9e1b authored 11 months ago by Justin M. Keyes <[email protected]>
deps: update eslint packages

github.com/neovim/node-client - 4f4699a0a4ed40f83584845a40009cce7f7a9602 authored 11 months ago by Justin M. Keyes <[email protected]>
build(deps-dev): bump prettier from 2.6.2 to 3.2.4

Bumps [prettier](https://github.com/prettier/prettier) from 2.6.2 to 3.2.4.
- [Release notes](ht...

github.com/neovim/node-client - 18bc06d442e056fb07052e3de4140b16cf04b106 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps-dev): bump husky from 7.0.4 to 9.0.6 (#284)

Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 9.0.6.
- [Release notes](https:/...

github.com/neovim/node-client - e7a85bb8b497907522f8699cdfc7c480b87d3cd6 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(gen_help_html): type warnings, spell_ignore_files #27254

- Add type annotations, fix most of the type warnings.
- Fix a minor bug on `spell_ignore_files...

github.com/neovim/neovim - be5cf338362244a944cdeebf07520f85d7d93226 authored 11 months ago by Jongwook Choi <[email protected]>
Merge #27246 from justinmk/health

github.com/neovim/neovim - a060c13f55b775b2fafc741a571bb764e804d9db authored 11 months ago by Justin M. Keyes <[email protected]>
index: rearrange news again

It looks better just above "Impressions", because they are both plan
divs instead of bullet-list...

github.com/neovim/neovim.github.io - 42c7a33ade3749e7a707f16e779c86f3d5b358ba authored 11 months ago by Justin M. Keyes <[email protected]>
secret! shhhhh

github.com/neovim/neovim.github.io - 636e5c52f42a156a8a02175aeddebabc46793d4d authored 11 months ago by Justin M. Keyes <[email protected]>
index: remove twitter, rearrange news

github.com/neovim/neovim.github.io - 1ac5f2cfb2cabe45c6b340ab618bf7572651243f authored 11 months ago by Justin M. Keyes <[email protected]>
docs: document special labels used in CI

github.com/neovim/neovim - 758504ec739b70c4e2f192feb106f101024bc862 authored 11 months ago by dundargoc <[email protected]>
roadmap: add bash to the list of new treesitter parsers

neovim 0.10.0-dev builds include the following new parsers:
* bash, markdown, python

github.com/neovim/neovim.github.io - a46454983e605577f26737776e20861d0f74f997 authored 11 months ago by Jose Pedro Oliveira <[email protected]>
vim-patch:9.1.0061: UX of visual highlighting can be improved (#27256)

Problem: UX of visual highlighting can be improved
Solution: Improve readibility of visual hig...

github.com/neovim/neovim - 4f788f78f8b2d59a76b1a54a40af0c478eb3f929 authored 11 months ago by Evgeni Chasnovski <[email protected]>
feat(api): add nvim_tabpage_set_win (#27222)

Allows setting the current window of a non-current tabpage
without switching tabpages.

github.com/neovim/neovim - ca9f6f56949d66f0f6467fa64b215f861fe0a3bf authored 11 months ago by Will Hopkins <[email protected]>
fix(texlab): look for ".git" before ".latexmkrc"

fix #2975

followup to: 995603cfaecffe10e0f4bf57f92d187f86c2de39

github.com/neovim/nvim-lspconfig - 021906284dcfb938bc236f8295af2650c60cb807 authored 11 months ago by Justin M. Keyes <[email protected]>
fix: disable autostart after :LspStop #2987

Problem:
The `BufReadPost` handler may autostart LSP, even after `:LspStop`.

Solution:
Remo...

github.com/neovim/nvim-lspconfig - d1d8b8a0180aafb5cf8f0454b52adb6d1e9522cb authored 11 months ago by brook hong <[email protected]>
vim-patch:71b6d3397649

Update runtime files

https://github.com/vim/vim/commit/71b6d3397649fed68ef587aa863fcbdf5fdb057a...

github.com/neovim/neovim - f1e51528d28488932b95ae03c810c823368835b6 authored 11 months ago by zeertzjq <[email protected]>
vim-patch:c79646dfb101

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

Support multiline :syntax commands.

Match :sy...

github.com/neovim/neovim - d62b3fa62340323ede892328c59ac3771f7024f2 authored 11 months ago by zeertzjq <[email protected]>
vim-patch:21ce159e0561

runtime(vim): Update syntax and ftplugin files (vim/vim#13924)

Improve matching of line-continu...

github.com/neovim/neovim - 7db83d47b2bf88bb8d1c5c95407f66cf7807003c authored 11 months ago by zeertzjq <[email protected]>
vim-patch:cf8695d48cdd

runtime(vim): Highlight string interpolation

closes: vim/vim#13923

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

github.com/neovim/neovim - 5e5b004da44c7075ed1e20ae9d05ab09c6f2ac58 authored 11 months ago by zeertzjq <[email protected]>
feat(extmarks): subpriorities (relative to declaration order) (#27131)

The "priority" field of extmarks can be used to set priorities of
extmarks which dictates which...

github.com/neovim/neovim - 15e77a56b711102fdc123e15b3f37d49bc0b1df1 authored 11 months ago by Gregory Anders <[email protected]>
fix(jumplist): Ctrl+o, Ctrl+i weird behavior when deleting buffers #25461

Problem:
- Navigation is not always symmetric: pressing Ctrl+o n times followed
by Ctrl+i n ...

github.com/neovim/neovim - af6537bc66e2ea506b9640c34720ef85d4704be6 authored 11 months ago by vE5li <[email protected]>
refactor(lsp): client_hints typo #27250

github.com/neovim/neovim - eee52d3427e2c97c0e9a9347bafdd55d49830ec7 authored 11 months ago by Maria José Solano <[email protected]>
refactor(window.c): add a few more assertions (#27249)

github.com/neovim/neovim - d6f7fa14c5f32da32c6f7afdb15fbef208d0b9bb authored 11 months ago by zeertzjq <[email protected]>
docs: enforce "treesitter" spelling #27110

It's the "tree-sitter" project, but "treesitter" in our code and docs.

github.com/neovim/neovim - 5b1b765610ae12ebd6400aafd068903569ee441a authored 11 months ago by Jongwook Choi <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - 5787aee8dd01cfdb496f8e4ede8862cd03a93bf2 authored 11 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fix(mdx_analyzer): pass typescript lib as option (#2974)

Per https://github.com/orgs/mdx-js/discussions/2427 and my own testing, mdx_analyzer needs a sim...

github.com/neovim/nvim-lspconfig - e20a85188e616be5ba6e7e22cd74153e8838fb85 authored 11 months ago by Jake Potrebic <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - 4b73eaaf405f2e81b6022398bea5b3136e3eab10 authored 11 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fix(biome)!: make biome only run in projects with biome.json file (#2984)

Closes #2980

This PR adjusts the configuration for the biome LSP to only attach if there is a...

github.com/neovim/nvim-lspconfig - e2897f24a550f6c09b9cb46c77008fa929b208bd authored 11 months ago by willparsons <[email protected]>
fix(lua-language-server): update root directory search (#2842)

github.com/neovim/nvim-lspconfig - 55cff4bf5fc5f413cb34f35365d99793f3ac95ae authored 11 months ago by Dmitriy Gorokhov <[email protected]>
no feature requests

github.com/neovim/nvim-lspconfig - 716dbc02cd37122f8f6ec59e54b5a979e6260a26 authored 11 months ago by Justin M. Keyes <[email protected]>
Update bug_report.yml

github.com/neovim/nvim-lspconfig - 8285447f04d75345a616a9b1e20f5b7a3d8c3ba3 authored 11 months ago by Justin M. Keyes <[email protected]>
test: more tests for nvim_tabpage_get_win (#27248)

github.com/neovim/neovim - b0e85010fe8128a73d6aeae1af3a308d3791140f authored 11 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0060: Recorded register cannot be translated using keytrans() (#27247)

Problem: Recorded register cannot be translated using keytrans() when
it involves ch...

github.com/neovim/neovim - ba7a52dedc5dd335f22522ec17a0393e068187e3 authored 11 months ago by zeertzjq <[email protected]>
docs: .git-blame-ignore-revs #26397

github.com/neovim/neovim - 56ae85a33c57ce276334bbf13c32b4e38b4e4b6b authored 11 months ago by Justin M. Keyes <[email protected]>
fix(health): "attempt to concatenate nil"

Problem:
If `neovim` module is not installed, python and ruby healthchecks fail:

- ERROR Fa...

github.com/neovim/neovim - e39b6d0c52410b59ad75312659ab278da42e42c6 authored 11 months ago by Justin M. Keyes <[email protected]>
fix(health): check more "old" files

github.com/neovim/neovim - 50cd5ed360ee76352bdfe1a49fa5746731c0ee16 authored 11 months ago by Justin M. Keyes <[email protected]>
docs: update FAQ URLs #27236

github.com/neovim/neovim - 4ddd999f65533ed49f328e3bd1d8c2fafbdbc88e authored 11 months ago by Justin M. Keyes <[email protected]>
docs: include backtrace for bug-crash #27065

Github Issue template:

- Add pointers to |dev-tools-backtrace|.
- Add pointers to CONTRIBUTI...

github.com/neovim/neovim - 095f731af0191a405875544c738bbf352675ebf6 authored 11 months ago by Jongwook Choi <[email protected]>
build(docs): separate lint job to validate vimdoc #27227

Summary: Separate the lint job (`make lintdoc`) to validate runtime/doc,
it is no longer as a p...

github.com/neovim/neovim - 01e82eba209a96f932d3497e580ab0ca749efafa authored 11 months ago by Jongwook Choi <[email protected]>
docs: explain why TUI is reinitialized on resume (#27177)

github.com/neovim/neovim - 47cd532bf15d81c913e2c29b4c9a14c3654f85d2 authored 11 months ago by Gregory Anders <[email protected]>
test(lua/snippet_spec): wait for completion menu (#27243)

This fixes the flakiness caused by typing a completion menu key when the
completion menu hasn't...

github.com/neovim/neovim - 1bc7e18aa81343952d3e3e5a5d5440dd3e270af9 authored 11 months ago by zeertzjq <[email protected]>
test(tui): add & improve tests for terminal queries (#27219)

Problems:

1. The test case for querying truecolor support did not check which
capabilitie...

github.com/neovim/neovim - 6d86a6fe444a34dc0c70319c8056ff0161c4d319 authored 11 months ago by Gregory Anders <[email protected]>
Merge pull request #24704 from seandewar/cmdwin-madness

vim-patch:9.1.{0047,0048,0049}: fun cmdwin fixes

github.com/neovim/neovim - a757195a602bf502fcdb702887bf72f50d6e1717 authored 11 months ago by Sean Dewar <[email protected]>
vim-patch:9.1.0049: Make "[Command Line]" a special buffer name

Problem: E95 is possible if a buffer called "[Command Line]" already
exists when open...

github.com/neovim/neovim - d85f180f26c0570c2510c899a0bf0023ec55a692 authored 11 months ago by Sean Dewar <[email protected]>
vim-patch:9.1.0048: Abort opening cmdwin if autocmds screw things up

Problem: Autocmds triggered from opening the cmdwin (in win_split and
do_ecmd) can ca...

github.com/neovim/neovim - 7bb0dd08dbcd8cfeeaea725e2c00e9e5cfcae2bd authored 11 months ago by Sean Dewar <[email protected]>