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

build: create separate targets for nvim with and without runtime files

This distinction is important for correct dependency management, as the
nvim binary is used to c...

github.com/neovim/neovim - f936a962d04f9937946018cc1386f20bda6fc1de authored 11 months ago by dundargoc <[email protected]>
ci: bump cache action to version 4

github.com/neovim/neovim - ed103cde28dd6aeb8d240240309c26d3f20060f4 authored 11 months ago by dundargoc <[email protected]>
feat(api): support getting abbreviations (#26868)

github.com/neovim/neovim - 98a4ed0a110625e63950d85b26f3e4614393ea04 authored 11 months ago by Raphael <[email protected]>
feat(ui): add chdir UI event (#27093)

When an embedded Nvim instance changes its current directory a "chdir"
UI event is emitted. Att...

github.com/neovim/neovim - d3a8e9217f39c59dd7762bd22a76b8bd03ca85ff authored 11 months ago by Gregory Anders <[email protected]>
fix(vim.deprecate): show deprecation warning in devel versions as well

Problem:

On devel(nightly) versions, deprecation warnings for hard-deprecated
features are not ...

github.com/neovim/neovim - 5a8fe0769cc9c5d8323b073d5c45ee37ce91c049 authored 11 months ago by Jongwook Choi <[email protected]>
refactor(lua): refactored glob

github.com/neovim/neovim - 9707363b09dbadeb58966d6d45acca17bd74e527 authored 11 months ago by altermo <unknown>
Merge pull request #27061 from luukvbaal/extmark

fix(extmarks): do not remove invalid marks from decor upon deletion

github.com/neovim/neovim - 0b36cbbafd99e60844faafea026a89a3355a4ac4 authored 11 months ago by bfredl <[email protected]>
docs(INSTALL.md): remove update-alternatives instructions (#27060)

There are various other ways people can mimic the old commands, and
plenty of people that have ...

github.com/neovim/neovim - 96d0f4a2d71662032b3a17224a0a9ef0a1861d6a authored 11 months ago by Junghyeon Park <[email protected]>
docs: update server_configurations.md

skip-checks: true

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

Co-authored-by: Markus Tauchnitz <[email protected]>

github.com/neovim/nvim-lspconfig - e5a967c6583d82a21f12b1e66284f37cddac6d9d authored 11 months ago by matawed <[email protected]>
perf: remove loop for computing last position in getvcol()

The function computed the start of the multibyte character and iterated
until the current charac...

github.com/neovim/neovim - 2f2f12122f3883dc6faf25751e176646f044db77 authored 11 months ago by VanaIgr <[email protected]>
perf: cache breakindent/showbreak width in win_lbr_chartabsize

breakindent was recomputed on every call to win_lbr_charbabsize() when the character
is past the...

github.com/neovim/neovim - a9c551e5e38f484e9055a930b3feaa9ac65d07be authored 11 months ago by VanaIgr <[email protected]>
test: add screenpos() benchmarks

github.com/neovim/neovim - 77c3d66be9a2ee2c06a2eac049de94c16e92436a authored 11 months ago by VanaIgr <[email protected]>
fix(inccommand): improve preview buffer number handling (#27087)

github.com/neovim/neovim - ba9f86a9cee58dc32ab875da1fd7eac9bc9e88d7 authored 11 months ago by zeertzjq <[email protected]>
refactor(extmarks): remove unused new pos from ExtmarkSavePos

github.com/neovim/neovim - 18334a4a0cd9e5130237fc42dcd79d0a7d8e7d73 authored 11 months ago by Luuk van Baal <[email protected]>
Merge pull request #27079 from lewis6991/winline_rfc

refactor(drawline): more win_line() improvements

github.com/neovim/neovim - 78b000c74d631fb097bc2ada0c929153f96d9769 authored 11 months ago by Lewis Russell <[email protected]>
refactor(drawline): get_rightmost_vcol()

github.com/neovim/neovim - 7be20acf259ee9e97c407d794ce80ae3bf79cc49 authored 11 months ago by Lewis Russell <[email protected]>
refactor(drawline): add more consts

github.com/neovim/neovim - 1c54cadba57ac248ea4fea7bf38c0f1a57c739a0 authored 11 months ago by Lewis Russell <[email protected]>
docs(extmarks): add undocumented "details" array fields

github.com/neovim/neovim - 2645c9d576e430e62b60d1902d4a6b887e46a670 authored 11 months ago by Luuk van Baal <[email protected]>
refactor(drawline): localise more variables in win_line()

github.com/neovim/neovim - 44f27c8f235b4b0f334b85023b50332f4e2f5e7d authored 11 months ago by Lewis Russell <[email protected]>
fix(treesitter): validate language alias for injections

Problem: Parsed language annotations can be random garbage so
`nvim_get_runtime_file` throws an ...

github.com/neovim/neovim - 674f2513d4d43688a55913456e6c01ddacceb199 authored 11 months ago by Christian Clason <[email protected]>
refactor(drawline): more win_line() improvements

`win_line()` previously used a conspicuous `ptrdiff_t v` variable in many different
places for d...

github.com/neovim/neovim - 4706b9c2e98b0b857dc1bf054d6b676f412392f7 authored 11 months ago by Lewis Russell <[email protected]>
docs(vim.iter): correct `bool` to `boolean` (#27018)

github.com/neovim/neovim - ab3a7fc3e3c0166f5792526699f035dd9e057ee9 authored 11 months ago by notomo <[email protected]>
docs: various #25289

Co-authored-by: Jongwook Choi <[email protected]>
Co-authored-by: Oliver Marriott <hello@omarr...

github.com/neovim/neovim - 95cbedaa1798a7c1489b68dd60380a41443ed34b authored 11 months ago by Justin M. Keyes <[email protected]>
vim-patch:a39af0290496

runtime(i3config): remove always from `focus_follows_mouse`

The always option does not exist in...

github.com/neovim/neovim - 9b0b3cdc7aece66b46f01dc08827a0d4570b2fdd authored 11 months ago by Christian Clason <[email protected]>
vim-patch:46d67d22b9ba

runtime(swayconfig): add focus_follows_mouse and smart_qaps syntax keywords

See:
https://github...

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

runtime(netrw): minor changes to fix move cmd on windows (vim/vim#13823)

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

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

github.com/neovim/deps - 052aefba9dea31bf19c2b0864078e71d0e0450b1 authored 11 months ago by marvim <[email protected]>
vim-patch:9.0.1437: test fails with different error number (#27074)

Problem: Test fails with different error number.
Solution: Adjust the expected error.

h...

github.com/neovim/neovim - 06aebfa9984ff304fd22734e2dc6cbe1a590389b authored 11 months ago by zeertzjq <[email protected]>
fix(drawline): update prev_ptr after getting syntax attrs (#27072)

github.com/neovim/neovim - 5b314478113754e46de40a9cdc6909e4415fe2d5 authored 11 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0040: issue with prompt buffer and hidden buffer (#27071)

Problem: Modifying a hidden buffer still interferes with prompt buffer
mode changes....

github.com/neovim/neovim - 8a07ca6c4baf9a72476df4b1851aa33165b4f9c5 authored 11 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0039: too vague errors for 'listchars'/'fillchars' (#27070)

Problem: too vague errors for 'listchars'/'fillchars'
Solution: Include the field name in erro...

github.com/neovim/neovim - 780dd88b68b7a4d97c8b7ec6a8d33ab523ab04dd authored 11 months ago by zeertzjq <[email protected]>
fix(extmarks): do not remove invalid marks from decor upon deletion

github.com/neovim/neovim - 437d35dbf7d9ff6f6e561377f5d23d7e4ac4d565 authored 11 months ago by Luuk van Baal <[email protected]>
fix(lua): return after assert returns assert message (#27064)

github.com/neovim/neovim - 5aa14e1231b7eccfbc54cba8f20d54105212847d authored 11 months ago by altermo <[email protected]>
vim-patch:9b03d3e75b42 (#27059)

Translate the Vim9 script Godot files to legacy.

`<scriptcmd>` is not ported yet, so replace ...

github.com/neovim/neovim - f5d59340a6e8a71fb766fbfbf796377d7d9e4c20 authored 11 months ago by Sean Dewar <[email protected]>
Merge pull request #27024 from lewis6991/test_followup

test: big cleanup followup + typing

github.com/neovim/neovim - e855a80c72ed89815255bb6ff38bff27e58e523f authored 11 months ago by Lewis Russell <[email protected]>
fix(column): remove sign from line it was previously on with undo

github.com/neovim/neovim - d88814ef68b3f2ad3ed005ee0683eff063b017a6 authored 11 months ago by Luuk van Baal <[email protected]>
build(deps): bump tree-sitter-vimdoc to v2.1.0

Add support for `(note)`.

github.com/neovim/neovim - 4615d46f93fb0b15a427f428bb1e652b4ccb873b authored 11 months ago by Christian Clason <[email protected]>
release 2.1.0

github.com/neovim/tree-sitter-vimdoc - 3132bebfbe32302ab5fd6f8e34da95d79929af54 authored 11 months ago by Christian Clason <[email protected]>
fix(column): pass kFalse when initializing "b_signcols.count"

Problem: Wrong "clear" argument passed to buf_signcols_count_range
when initializing ...

github.com/neovim/neovim - f871fee8b699ee6b870753ef140023e0a1f4ff23 authored 11 months ago by Luuk van Baal <[email protected]>
feat: add __call typing for vim.inspect()

github.com/neovim/neovim - 14b7ffcf89bc448b626df3d9e19f9f5a3682ae2b authored 11 months ago by Lewis Russell <[email protected]>
test: remove test.deprecated

github.com/neovim/neovim - b990a1f286fa6c5add1001e4a31fd8e699b40e99 authored 11 months ago by Lewis Russell <[email protected]>
test: refactor Paths

github.com/neovim/neovim - 96ad7e0a4aa10ba7541e9e3256f1e84cfc9037ad authored 11 months ago by Lewis Russell <[email protected]>
test: fix mkdir()

github.com/neovim/neovim - 587490217ec5bc7d3d06e045d4df46c0150ed7dc authored 11 months ago by Lewis Russell <[email protected]>
test: add type annotations

github.com/neovim/neovim - 26835d8d9cf1312d2851b191fe859c6f62d9d9d4 authored 11 months ago by Lewis Russell <[email protected]>
test: improve helpers.argss_to_cmd()

github.com/neovim/neovim - b92318d67cf28e31e15ec318d7f3803986cdd5ce authored 11 months ago by Lewis Russell <[email protected]>
test: big cleanup followup

Followup to 07a7c0ec

github.com/neovim/neovim - b536e0ba37addaea5507b054120e4c1e122c4405 authored 11 months ago by Lewis Russell <[email protected]>
test: fix helpers.relpath()

Missing 3rd argument to string.gsub()

github.com/neovim/neovim - c9240daf73bb73d45633670f945ce3c6e780c8ad authored 11 months ago by Lewis Russell <[email protected]>
test: simplify helpers.sysname()

github.com/neovim/neovim - d735567fda158b55503a292561399ad97426ad8f authored 11 months ago by Lewis Russell <[email protected]>
test: remove unused functions

Removed:
- `helpers.fixtbl()`
- `helpers.fixtbl_rec()`
- `helpers.updated()`
- `helpers....

github.com/neovim/neovim - 5a16d08a6389596c89691b45b06121b4814a089f authored 11 months ago by Lewis Russell <[email protected]>
test: move format_{string,luav} to a separate module

github.com/neovim/neovim - 13b83a3ea2f7c03fdd307eb746d784b41ee43da2 authored 11 months ago by Lewis Russell <[email protected]>
docs: various fixes (#26929)

Co-authored-by: Patrick Bollinger <[email protected]>
Co-authored-by: vilo1839 <139687192+v...

github.com/neovim/neovim - b3e5587b7f1cd6206240aea38740d2205c10ae34 authored 11 months ago by dundargoc <[email protected]>
deps src: Automatic update

github.com/neovim/deps - cf51facc62b75a68fa9f4fb028b3fb0cd54d6cb7 authored 11 months ago by marvim <[email protected]>
vim-patch:9.1.0033: Insert mode not stopped if closing prompt buffer modifies hidden buffer (#27051)

Problem: Insert mode not stopped if an autocommand modifies a hidden
buffer while cl...

github.com/neovim/neovim - 2fce95ec439a1121271798cf00fc8ec9878813fa authored 11 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0035: i_CTRL-] triggers InsertCharPre (#27049)

* vim-patch:9.1.0035: i_CTRL-] triggers InsertCharPre

Problem: i_CTRL-] triggers InsertCharP...

github.com/neovim/neovim - da541c0af1ef6589548140ebce133ad3fecf6d42 authored 11 months ago by altermo <[email protected]>
vim-patch:211211052d04 (#27048)

runtime(odin): include ftplugin, syntax and indent script (vim/vim#13867)

https://github.com/...

github.com/neovim/neovim - aa5819f5a5e634904ea1ca4d25700c0cbbba5ccc authored 11 months ago by Sean Dewar <[email protected]>
refactor(lsp): deprecate `vim.lsp.util.lookup_section`

This function is used only in the `workspace/configuration` handler,
and does not warrant a publ...

github.com/neovim/neovim - 3973a5e40505422c7ac42692eaecc1ff84f89e7f authored 11 months ago by Jongwook Choi <[email protected]>
test: use integers for API Buffer/Window/Tabpage EXT types

github.com/neovim/neovim - 8f02ae82e203920b472d17e75a61763f3a409a7b authored 11 months ago by Lewis Russell <[email protected]>
docs: mention parser semver

github.com/neovim/tree-sitter-vimdoc - e9b37bbefa61937a415f260ff7fe948bf30f0042 authored 11 months ago by Christian Clason <[email protected]>
fix: sync queries with downstream

github.com/neovim/tree-sitter-vimdoc - da1ed15176db4a80d4565d936b5007a99273b714 authored 11 months ago by Christian Clason <[email protected]>
fix: adapt query folder to parser rename

github.com/neovim/tree-sitter-vimdoc - aa3dcb2aa5cc5ec64e841547a265c614b2b89545 authored 11 months ago by Christian Clason <[email protected]>
vim-patch:9.1.0013: Modula2 filetype support lacking (#27020)

Problem: Modula2 filetype support lacking
Solution: Improve the Modula-2 runtime support, add ...

github.com/neovim/neovim - 91dc04a5e12a3d0c5be56768ded5971bc80e6f8e authored 11 months ago by Sean Dewar <[email protected]>
Merge pull request #26938 from luukvbaal/relnum

fix(column): redraw 'statuscolumn' on wrapped lines with 'relativenumber'

github.com/neovim/neovim - fd2ed024c1b0021161bd87af6f7f55e1f6bf4d82 authored 11 months ago by bfredl <[email protected]>
docs(column): 'statuscolumn' redraw interaction with 'relativenumber'

github.com/neovim/neovim - 463cb28a22237e20d603edd55088c41795a4e0c5 authored 11 months ago by Luuk van Baal <[email protected]>
fix(column): redraw 'statuscolumn' on wrapped lines with 'relativenumber'

Problem: The 'statuscolumn' is not redrawn on the wrapped part of a
line when moving ...

github.com/neovim/neovim - c6864b0d146f017990d6feb8c876784160a25241 authored 11 months ago by Luuk van Baal <[email protected]>
fix(diagnostic): typing

github.com/neovim/neovim - 50284d07b6f020c819aeb07bfb30d88453e63b6d authored 11 months ago by Lewis Russell <[email protected]>
build(deps): bump tree-sitter to HEAD - 660481dbf

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

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

Support most remaining features of Fort...

github.com/neovim/neovim - 3fef24aa01ab2223d5455e7b22d218ea91495c86 authored 11 months ago by Christian Clason <[email protected]>
ci: stale bot should close the issue with "not planned"

Problem: When the stable bot automatically closes an issue, the issue
will be marked as "closed ...

github.com/neovim/neovim - 6a4c4fa198f7fdb256c8d1013bae55da4f443993 authored 11 months ago by Jongwook Choi <[email protected]>
version.c: update (#27036)

Co-authored-by: marvim <[email protected]>

github.com/neovim/neovim - 70d47a177697baba997ad022b5788cab58cdd300 authored 11 months ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
docs(builtin): remove signatures of undocumented functions (#27039)

Having an empty signature causes an empty line in generated docs, so
remove it.

Also change...

github.com/neovim/neovim - 92672a161cc5701636214e107e959f19eb3832d4 authored 11 months ago by zeertzjq <[email protected]>
vim-patch:partial:9.1.0027: Vim is missing a foreach() func (#27037)

Problem: Vim is missing a foreach() func
Solution: Implement foreach({expr1}, {expr2}) functio...

github.com/neovim/neovim - 46a7c1b3193d1f4ba09cd66ce03a1e2340d324a7 authored 11 months ago by zeertzjq <[email protected]>
fix(edit): don't go to Terminal mode when stopping Insert mode (#27033)

github.com/neovim/neovim - 267e90f31d186cc06202f308e1a63fbcc6bbed2c authored 11 months ago by zeertzjq <[email protected]>
vim-patch:8.1.1968: crash when using nested map() (#27029)

Problem: Crash when using nested map().
Solution: Clear the pointer in prepare_vimvar(). (...

github.com/neovim/neovim - a34451982fe661fcfb6082607a8cf4c22ff51577 authored 11 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0009: Cannot easily get the list of matches (#27028)

Problem: Cannot easily get the list of matches
Solution: Add the matchstrlist() and matchbufli...

github.com/neovim/neovim - 73e1942abe7a96d63ce3749af4187f2cdff87e69 authored 11 months ago by zeertzjq <[email protected]>
fix(coverity/477623,477624): guard null pointer dereference in kv_concat_len (#27022)

Coverity warns about a possible null pointer dereference in the `memcpy`
call in `kv_concat_len...

github.com/neovim/neovim - ae48d965d70cc721a3165c40ba0c34d95408e229 authored 11 months ago by Gregory Anders <[email protected]>
feat(terminal): respond to OSC background and foreground request (#17197)

The motivation for this update is Issue #15365, where background=light
is not properly set for ...

github.com/neovim/neovim - 7589336120a258cf75134a5243b2f6b1926ac85b authored 11 months ago by Daniel Steinberg <[email protected]>
fix(grid): handle clearing half a double-width char (#27023)

github.com/neovim/neovim - 9c202b9392f3d42618cc576aab00a50ed2f7bdeb authored 11 months ago by zeertzjq <[email protected]>
vim-patch:93197fde0f1d

runtime(ftplugin): Use "*" browsefilter pattern to match "All Files"

Problem: The "*.*" browse...

github.com/neovim/neovim - 7ed69660237bd052d11af454503a986c22c507a7 authored 11 months ago by Christian Clason <[email protected]>
docs(vvars): fix wrong lua types in vim.v variables

- cmdarg: string[] -> string
- shell_error: string -> int
- stderr: string -> int

- Add types f...

github.com/neovim/neovim - fa836cb98b54dd170db485529cbeddb43c307ee1 authored 11 months ago by Jongwook Choi <[email protected]>
fix(column): keep track of number of lines with number of signs

Problem: Some edge cases to the old (pre-#26406) and current "b_signcols"
structure r...

github.com/neovim/neovim - 967c7abde3c6fa3210a4920a5848a54dc913d851 authored 11 months ago by Luuk van Baal <[email protected]>
docs: add lua typing for `vim.NIL`

github.com/neovim/neovim - 4d91604c8868b7afaf429cc16b72192ce89ea698 authored 11 months ago by Jongwook Choi <[email protected]>
ci(s390x): enable CI_BUILD

github.com/neovim/neovim - 965dbd0e019ab2e2d7db1af57f406d7cf57716d7 authored 11 months ago by dundargoc <[email protected]>
build: disable conversion warnings for older GCC versions

The conversion warnings from GCC versions 10 and less give too many
false positives and should b...

github.com/neovim/neovim - 310fb2efc36cb65cbbaf5bfc81595f301e98a8b7 authored 11 months ago by dundargoc <[email protected]>
docs(builtin): overload functions with union return types

github.com/neovim/neovim - e5ff71fbbfea0431826a82a6de24656d93651ec3 authored 11 months ago by altermo <unknown>
fix(lua2dox): filter out the entire `---@alias` block

Problem: Any preceding luadocs block that define alias types with
`@alias` magic would be prepen...

github.com/neovim/neovim - a7df0415ab6ae9a89ca12c6765758bfd54fa69c9 authored 11 months ago by Jongwook Choi <[email protected]>
docs: auto-generate docs for `vim.lpeg` and `vim.re`

- Add section `VIM.LPEG` and `VIM.RE` to docs/lua.txt.

- Add `_meta/re.lua` which adds luadoc a...

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

skip-checks: true

github.com/neovim/nvim-lspconfig - 7eed8b2150192e5ad05e1886fdf133493ddf2928 authored 11 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
chore: update dcmls config (#2969)

* chore: update dcm config

* chore: add more docs around dcmls

github.com/neovim/nvim-lspconfig - 0372dfb190899a31d340af1f238b2c9c2264ce88 authored 11 months ago by Robert Brunhage <[email protected]>
fix(lsp): fix incorrect typing and doc for `vim.lsp.rpc`

Typings introduced in #26032 and #26552 have a few conflicts, so we
merge and clean them up. We ...

github.com/neovim/neovim - ce4ea638c703275aedadb3794efc56dcb782c908 authored 11 months ago by Jongwook Choi <[email protected]>
refactor: remove the use of forward references #558

With PEP-563 (Postponed evaluation of annotations), we can have a more
clean syntax of writing ...

github.com/neovim/pynvim - 5f989dfc47d98bba9f98e5ea17bfbe4c995cb0b0 authored 11 months ago by Jongwook Choi <[email protected]>
fix(ops.c): remove duplicate u_save_cursor()

github.com/neovim/neovim - 92c59c39c3d98d313071f9761c448e8acfd00118 authored 11 months ago by zeertzjq <[email protected]>
docs(builtin): fix mapset() signature (#27008)

github.com/neovim/neovim - 2bdd8fad4cf4008125ce540453434888c07044a6 authored 11 months ago by zeertzjq <[email protected]>
fix(colorscheme): default statusline groups usability #26921

Problem: Current values of `StatusLine` and `StatusLineNC` are currently
designed to be visua...

github.com/neovim/neovim - 0c850add3ecedec5b7dea62f0dd152f3421b66fc authored 11 months ago by Evgeni Chasnovski <[email protected]>
Merge pull request #26869 from luukvbaal/decor

refactor: minor decor refactors

github.com/neovim/neovim - bab5e7fe17db67aa24115eeb44fc68905b107d9e authored 11 months ago by bfredl <[email protected]>
refactor(marktree): unpaired marktree_get_alt() returns itself

Avoids checking for invalid mark at callsite.

github.com/neovim/neovim - 4f544b31197e7d543e0fa315948991e830b41ba8 authored 11 months ago by Luuk van Baal <[email protected]>
refactor(decorations): more conservative redraw range

Problem: Decor range is being redrawn unconditionally, negating the
more conservative...

github.com/neovim/neovim - e6ddceda318d699726d4a69abbefaf4c2b93794c authored 11 months ago by Luuk van Baal <[email protected]>
Merge pull request #26734 from bfredl/splitaroo

fix(buffer_updates): correct buffer updates when splitting empty line

github.com/neovim/neovim - 2dc439c672facaeb8e51ef6aa20efc0e7092eee2 authored 12 months ago by bfredl <[email protected]>