Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/neovim/neovim

Vim-fork focused on extensibility and usability
https://github.com/neovim/neovim

test(lsp): fix flaky basic_finish test (#27899)

Problem:
As mentioned in #23002 on_setup and on_init are run concurrently.
However, in basic_f...

5de0482d1abfdc0a4ede1b96f729dae38f1c7c56 authored 9 months ago by zeertzjq <[email protected]>
fix(tutor): set a value for ":syntax iskeyword" (#27833)

Problem: "NOTE"s, inline Vim script code, and links ending in digits may not be
highlighted cor...

e34c23b7016aee5ac6483ab53fed1bce037cec5a authored 9 months ago by En-En <[email protected]>
refactor(messages): remove condition that is always true (#27909)

After #25470 the `s` pointer is advanced before calling store_sb_text()
when a newline characte...

66945e11b32ad648bc629581870ddd286d7c4673 authored 9 months ago by zeertzjq <[email protected]>
docs(build): update rhel/fedora build prerequisite (#27875)

a1bab0394501a1ed6cd6f2ac4cbc7fd3f0e94de5 authored 9 months ago by Dominic Racine <[email protected]>
vim-patch:3d46de703cf6

runtime(go): `goPackageComment` highlighting too broad

Previously this would highlight any comm...

f0bd895995f8ef1a09fd942d6f8c3d096a6ac879 authored 9 months ago by Christian Clason <[email protected]>
vim-patch:9.1.0186: cursor pos wrong on mouse click after eol with 'rl', 've' and conceal (#27903)

Problem: Wrong cursor position when clicking after end of line with
'rightleft', 'vi...

9d315fb8b728355e8f1872f783b1ae9948e4fd9b authored 9 months ago by zeertzjq <[email protected]>
fix(messages): allow more prompt in headless mode with UI (#27905)

Problem: More prompt is not shown in headless mode even if there is a
UI attached.
...

eabf9de1dc8c8eeb8246491a0e389b5f9a5fde97 authored 9 months ago by zeertzjq <[email protected]>
fix(treesitter): revert to using iter_captures in highlighter

Fixes #27895

3b29b39e6deb212456eba691bc79b17edaa8717b authored 9 months ago by Lewis Russell <[email protected]>
fix(lsp): create codelens request parameters for each buffer (#27699)

77a9f3395bd1e7184f4d735c01e50285e30477ab authored 9 months ago by Takuya Tokuda <[email protected]>
test: combining TermCursorNC with CursorLine/CursorColumn (#27898)

08986bb5972d5289b5ae581eee20c56387cf5ddd authored 9 months ago by zeertzjq <[email protected]>
fix(mouse): click after eol with conceal and virtual text (#27897)

Problem: Wrong cursor position when clicking after end of line with
'virtualedit', c...

091eb4c8c7208569379daf094503abd2eeec32c6 authored 9 months ago by zeertzjq <[email protected]>
refactor(drawline): integrate terminal hl with eol loop (#27893)

There is no test for using 'cursorline' in Normal mode in a terminal
buffer, so add a test and ...

54db75e995f82a11f5d2a223d816d2ea0bd0467e authored 9 months ago by zeertzjq <[email protected]>
fix(normal): don't check conceal when pressing 'r' (#27892)

Problem: Cursor line is unconcealed when pressing 'r' in Normal mode
when 'concealcu...

c52dfb6e840827a2de713e40ea8506491ec7ce0b authored 9 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0184: Cursor pos wrong when clicking with conceal and wrap (#27890)

Problem: Cursor position wrong when clicking with conceal and wrap.
Solution: Use the virtual ...

d114dbe9f79c1382298b04319b7ded88e95e3ee8 authored 9 months ago by zeertzjq <[email protected]>
fix(drawline): check filler_todo in place of removed draw_state (#27889)

The only place it matters is the conceal wcol check, but it can avoid
unnecessary computations ...

34b57508a78b0a980e898ee35d950db0a90368ca authored 9 months ago by zeertzjq <[email protected]>
refactor(lua): type annotations

14e4b6bbd8640675d7393bdeb3e93d74ab875ff1 authored 9 months ago by Lewis Russell <[email protected]>
ci: don't assign reviewers for "api" and "ui" labels

The labels as they're currently defined are too broad to meaningfully
add specific reviewers for...

924a7ef8bb3b74eccbffd48bc1a283d3867b8119 authored 9 months ago by dundargoc <[email protected]>
ci: simplify concurrency string

`github.ref` is now defined for both pull requests and pushes, meaning
that it can be used to si...

bf24298feaeab9dd5fea197b4b4422fee31ac33c authored 9 months ago by dundargoc <[email protected]>
ci: update clang version to 18

This fixes the false TSAN errors in CI.

5da0d513b9ce1cc7e5458c14461ed4b0dad833da authored 9 months ago by dundargoc <[email protected]>
fix(lsp): add missing LSP semantic token highlight links

Added the following LSP semantic token types to be linked to highlight
groups by default:

* @ls...

542c910a1d3ffd29b59278b740abd7487315cb47 authored 9 months ago by Caleb Marshall <[email protected]>
vim-patch:9.1.0182: Can define function with invalid name inside 'formatexpr' (#27883)

Problem: Can define function with invalid name inside 'formatexpr'.
Solution: Use goto instead...

ee89ba1d7531b184d5abc6b311db258da26bae42 authored 9 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0183: Wrong display or screenpos() result when toggling diff mode (#27882)

Problem: Wrong display or screenpos() result when toggling diff mode.
Solution: Reset w_skipco...

c0daea3afd6a1e502e282a235a10643c785301f7 authored 9 months ago by zeertzjq <[email protected]>
vim-patch:8.2.3782: Vim9: no error if a function shadows a script variable (#27881)

Problem: Vim9: no error if a function shadows a script variable.
Solution: Check the funct...

ead3a1bd7a3fbc266ae5bf724d74cd1c44286b50 authored 9 months ago by zeertzjq <[email protected]>
vim-patch:989faa4fce65 (#27880)

runtime(doc): make :h tag-! more consistent (vim/vim#14208)

- Use "on" and "off" for 'winfixb...

848e64322a3246f351a44fc1955eecc5ea163c72 authored 9 months ago by zeertzjq <[email protected]>
Merge pull request #27877 from bfredl/pseudorandom

fix(intro): redrawing intro exposing pseudo-randomness

9c2fdfe6e7937e622a121dce42fde5aa602911a4 authored 9 months ago by bfredl <[email protected]>
fix(intro): redrawing intro exposing pseudo-randomness

problem: redrawing intro exposes pseudo-randomness
solution: remove pseudo-randomness

d1a30221fcb1307c59036ccddee0758395ceda4e authored 9 months ago by bfredl <[email protected]>
Merge pull request #27871 from bfredl/ui_flush_fix

fix(ui): edge case around flushing in grid_line

c0549b9c4763bddeebccca6361027f87fb78eb83 authored 9 months ago by bfredl <[email protected]>
fix(l10n): update Japanese translations (#27856)

4447cefa4815bd55f1511d3a655c21ac5e1c090f authored 9 months ago by ite-usagi <[email protected]>
fix(man): pass modifiers also to :tag (#27878)

There aren't really many modifiers that take an effect on :tag (except
maybe :confirm, :unsilen...

59aadf33efc2755ef52ff224e7d279a9ee9cd5dd authored 9 months ago by zeertzjq <[email protected]>
feat(man): allow opening pages in current window (#27861)

With :hide modifier, open page in current window.

25e729970712a89d2d125084e4df83418553d55d authored 9 months ago by Tomasz N <[email protected]>
Merge pull request #27873 from zeertzjq/vim-61887b3d6fd8

vim-patch: Update Vim syntax

102a72a21e2b5177516d2d3c44bd464e9b363bb9 authored 9 months ago by zeertzjq <[email protected]>
vim-patch:b4b3d7de2413

runtime(vim): Update base-syntax, revert last change to vimUserFunc (vim/vim#14202)

Fix highlig...

b82d755109d838267acac225e793eee560a3df4e authored 9 months ago by zeertzjq <[email protected]>
vim-patch:61887b3d6fd8

runtime(vim): Update base-syntax, improve :echo and :execute highlighting (vim/vim#14199)

Impro...

b958b5ee4f1eb3ce7ebae8222132e201f855e1ce authored 9 months ago by zeertzjq <[email protected]>
Merge pull request #27867 from bfredl/intro_multigrid

fix(ui): startup intro message should be visible with ext_multigrid

b7779c514632f8c7f791c92203a96d43fffa57c6 authored 9 months ago by bfredl <[email protected]>
fix(ui): fix edge case around flushing

ui_flush_buf() doesn't know about `lenpos` so `remote_ui_raw_line`
needs to always handle it bef...

e0707d3529592504fbafaca0d8f052247af789ae authored 9 months ago by bfredl <[email protected]>
Merge pull request #27858 from luukvbaal/nvim_set_cursor

fix(ui): issues controlling cursor position with ext_cmdline

f1c9228bba936986233627ee514ade6f319c2716 authored 9 months ago by bfredl <[email protected]>
fix(ui): startup intro message should be visible with ext_multigrid

As this message is literally drawn on top of the EOB area of the first
window, the simple soluti...

a8522f02e9a295055b03fe5066a77d711182c111 authored 9 months ago by bfredl <[email protected]>
Merge pull request #27674 from glepnir/snippet_indent

fix(snippet): correct indent with newline

8350839a8796bc37e5849d78eb919e3d100f332e authored 9 months ago by bfredl <[email protected]>
fix(ui): ext_cmdline should not move cursor to curwin

Problem: The ext_cmdline cursor position on the screen seems to rely on
an implicit a...

d41b8d47587bd4c300420fa76f517298e97af513 authored 9 months ago by Luuk van Baal <[email protected]>
fix(api): update grid cursor in nvim_win_set_cursor()

Problem: Cursor position set by nvim_win_set_cursor() is not reflected
on the screen ...

c971f538ab87b537ae4c97bd44167661c5691a2d authored 9 months ago by Luuk van Baal <[email protected]>
refactor: remove unused "coloff" argument of win_put_linebuf() (#27866)

It isn't really used, and is always passed 0.
Also rename "start_col" to "startcol" for consist...

062c0245e3455f0a483729479bda2fc242b3dec5 authored 9 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0181: no overflow check for string formatting (#27863)

Problem: no overflow check for string formatting
Solution: Check message formatting function f...

d326e04860427b0a6a0b66da86fae8e5d23c8a7c authored 9 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0180: Cursor pos wrong when double-width chars are concealed (#27862)

Problem: Cursor pos wrong when double-width chars are concealed.
Solution: Advance one more vi...

60491466f951f93d8d9010645e1dac367f3ea979 authored 9 months ago by zeertzjq <[email protected]>
fix(highlight): don't show CursorColumn on current line (#27848)

Problem:
CursorColumn highlight behavior is inconsistent with 'virtualedit' set:
- If cursor i...

ca7dd33fa783181d62b0573082d2e691fcfc29d2 authored 9 months ago by zeertzjq <[email protected]>
Merge pull request #27852 from bfredl/persistent_intro

fix(intro): make intro explicitly stateful

4de4f13eb35e40799198689a5ae0bc534b4e38a8 authored 9 months ago by bfredl <[email protected]>
fix(intro): make intro explicitly stateful

Instead of randomly disappearing because some random event might have
caused mid_start or bot_sc...

0570a19c8a84debcdf2bc73f4c5f2d7d9de3ead2 authored 9 months ago by bfredl <[email protected]>
refactor(drawline): rename vcol_off to vcol_off_co (#27857)

It is clearing that it's for conceal and matches the change from Vim
patch 9.0.1325.
Also corr...

a6b6d036b19a548e3f2a199c6927ac7495c02ea1 authored 9 months ago by zeertzjq <[email protected]>
Merge pull request #27854 from bfredl/boogalo_lines

fix(api): fix set_lines viewport adjustment, but this time good

cdd0788c70e22b5e512a77959eea136d723b31d0 authored 9 months ago by bfredl <[email protected]>
fix(terminal): disable reflow again

reverts https://github.com/neovim/neovim/commit/c855eee919f2d4edc9b9fa91b277454290fbabfe

This s...

120c4ec855bc654ae067fafdb63bb16460d97c88 authored 9 months ago by Christian Clason <[email protected]>
fix(api): fix set_lines viewport adjustment, but this time good

fixes #27720

fc2a56fe61a95b4124045039b39e20419920d2e2 authored 9 months ago by bfredl <[email protected]>
Merge pull request #27851 from zeertzjq/vim-760f664213de

vim-patch: reverts mswin.vim changes

8955cef0c6963678994347dbf95ed09fc8e29407 authored 9 months ago by zeertzjq <[email protected]>
vim-patch:45da32964d6e

runtime(mswin): still another clipboard_working test

Commit 760f664213dea9a300454992ba1589f4601...

2aa84ce210af8ec8f80dd4972926dbc60971526b authored 9 months ago by zeertzjq <[email protected]>
vim-patch:760f664213de

runtime(mswin): revert back the check for clipboard_working support

Commit d9ebd46bd090c598adc8...

ff972b88db89927c8e0c1a5d76c999bb80636d92 authored 9 months ago by zeertzjq <[email protected]>
refactor(treesitter): move some logic into functions

00c4962cd241044c9f02de39b34ca24b2711de43 authored 9 months ago by Lewis Russell <[email protected]>
fix(treesitter): highlight injections properly

`on_line_impl` doesn't highlight single lines, so using pattern indexes
to offset priority doesn...

12faaf40f487132b9397d9f3e59e44840985612c authored 9 months ago by Lewis Russell <[email protected]>
Merge pull request #27850 from zeertzjq/vim-9.1.0172

vim-patch:9.1.{0172,0177}: more code can use ml_get_buf_len()

274e414c94a74c7f90952327f69a8a1d65e9f00a authored 9 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0177: Coverity reports dead code

Problem: Coverity reports dead code.
Solution: Remove the dead code. Also fix a mistake in ml_g...

61b48e91b941258e6945e3eafadc777dccef5b75 authored 9 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()

Problem: More code can use ml_get_buf_len() instead of STRLEN().
Solution: Change more STRLEN()...

090d1fd0b86897d2f5a80a600becf1525398ef30 authored 9 months ago by zeertzjq <[email protected]>
vim-patch:8.2.4950: text properties position wrong after shifting text (#27849)

Problem: Text properties position wrong after shifting text.
Solution: Adjust the text pro...

3502aa63f0f4ea8d8982aea81a819424e71029bc authored 9 months ago by zeertzjq <[email protected]>
Merge pull request #27847 from zeertzjq/vim-9.1.0174

vim-patch:9.1.{0174,0176}: conceal fixes

b501a2354f5f3f348a7a72bc38bc6f7cfe627b1a authored 9 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0176: Cursor column wrong with 'virtualedit' and conceal

Problem: Cursor column wrong with 'virtualedit' and conceal.
Solution: Correct cursor column at...

2af1dc0116c1914684fa0c3d94032c2698a5230d authored 9 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0174: 'cursorline' and 'wincolor' hl missing with conceal and wrap

Problem: 'cursorline' and 'wincolor' highlight missing with concealed and
wrapped lin...

9599e5d28d31cfb0cb16e878f123b74283cca26b authored 9 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0178: E1513 might be confusing (#27846)

Problem: E1513 might be confusing
(Christoph Thoma)
Solution: reword error message,...

b17be231a61f69b52eb809b6c72b20d3b089495d authored 9 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0175: wrong window positions with 'winfix{width,height}' (#27845)

Problem: winframe functions incorrectly recompute window positions if
the altframe w...

bbb68e2a034ad3aaea99178c09301ca458ee8dff authored 9 months ago by Sean Dewar <[email protected]>
Merge pull request #27815 from bfredl/setlines_scroll

fix(api/buffer): fix handling of viewport of non-current buffer

2a8cef6bd450febd88d754e0c1909137b7451757 authored 9 months ago by bfredl <[email protected]>
fix(api/buffer): fix handling of viewport of non-current buffer

A lot of functions in move.c only worked for curwin, alternatively
took a `wp` arg but still onl...

08fc1ebbaa49e3110b65bddeed28d2e61a96f5d9 authored 9 months ago by bfredl <[email protected]>
fix(drawline): initialize linebuf_attr to 0 instead of -1 (#27840)

This also obviates the end-of-line loop when there is virtual text.

d5488633f68fcfd58b4bcad654ab103b4746204b authored 9 months ago by zeertzjq <[email protected]>
refactor: remove "once" argument of loop_uv_run() (#27841)

It is always set to true when used, and makes the code a bit confusing.

93c93a0e3646a205013f439013e22d674b224cdb authored 9 months ago by zeertzjq <[email protected]>
Merge pull request #27839 from seandewar/vim-9.1.0169

vim-patch:9.1.{0169,0170,0171,9a660d2883f9}

9f59415243adcf70c02bc056ed755859456b20e8 authored 9 months ago by Sean Dewar <[email protected]>
vim-patch:9a660d2883f9

runtime(doc): add reference to matchbufline() at :h search()

related: vim/vim#14173

https://gi...

c048beef6c034a46e324fcea7210082d48db32ee authored 9 months ago by Sean Dewar <[email protected]>
vim-patch:9.1.0171: Small split-move related improvements

Problem: small improvements can be made to split-move related
functions.
Solution: ap...

6bbb02d9ba76551dd4856ad50a237e92c678702d authored 9 months ago by Sean Dewar <[email protected]>
vim-patch:9.1.0170: Re-allow curwin == prevwin, but document it instead

Problem: more places exist where curwin == prevwin, and it may even be
expected in so...

ca7b603d02ecd1ed4098f487cd01acd470ca6a74 authored 9 months ago by Sean Dewar <[email protected]>
fix(treesitter): use 0 as initial value for computing maximum (#27837)

Using -1 as the initial value can cause the pattern offset to become
negative, which in turn re...

dc7ccd6bca81dfa6ade6462a6e30770c63d48266 authored 9 months ago by Gregory Anders <[email protected]>
vim-patch:9.1.0169: current window number returned by tabpagewinnr may be outdated

Problem: current window number returned by tabpagewinnr may be outdated
when called f...

29d0ed577c7d283402c84df602a031a25349eb59 authored 9 months ago by Sean Dewar <[email protected]>
refactor: avoid copying before vim_strup() if possible (#27830)

Current uses of vim_strup() calls memcpy()/strcpy() before calling vim_strup().
This results in...

119390e7ce3fe4f4f3da8bdd963ea10ec8976a3a authored 9 months ago by James <[email protected]>
Merge pull request #27808 from jamessan/gen_cflags-cleanup

Cleanup construction of command-lines for header generation

dd0fc73bbed4fde9db093c8798601a25d290ad1f authored 9 months ago by James McCoy <[email protected]>
feat(treesitter): support URLs (#27132)

Tree-sitter queries can add URLs to a capture using the `#set!`
directive, e.g.

(inline_li...

cb46f6e467268edf917cc3617b4c024a66b256de authored 9 months ago by Gregory Anders <[email protected]>
fix: move fswatch linux check inside of vim.schedule (#27824)

Fixes issue reported in the original PR:
https://github.com/neovim/neovim/pull/27810

Signed-...

41fb98d6fab5aa02ef370d1b2b283b078517ffa4 authored 9 months ago by Tomas Slusny <[email protected]>
refactor: avoid quadratic behavior in backslash_halve() (#27827)

The original implementation has a worst-case of O(n^2). Every time
rem_backslash() is true, it ...

3bd84317fb59ed4f7ec6585c516f9f8f4d823fd6 authored 9 months ago by James <[email protected]>
docs: small fixes (#27364)

Co-authored-by: C.D. MacEachern <[email protected]>
Co-authored-by: Ynda Jas <y...

a74e869ffa503cc9c2d21836e24fec7a7ffca147 authored 9 months ago by dundargoc <[email protected]>
refactor: use ml_get_buf_len() in API code (#27825)

ac8cd5368db83cced9bc049ceb50c21cb8a4f743 authored 9 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0168: too many STRLEN() calls (#27823)

Problem: too many STRLEN() calls
Solution: Make use of ml_get_len() calls instead
(...

b02a4d8ac39bafdbfd490bfbab35e3202e6f709c authored 9 months ago by zeertzjq <[email protected]>
vim-patch:5cd86c6cff94 (#27822)

runtime(vim): Update base-syntax, improve number matching (vim/vim#14175)

- Limit blob litera...

59e3bcfb00f18ce5ee6643f0c6d303afb6c7c046 authored 9 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0167: Changing buffer in another window causes it to show matchparen (#27820)

Problem: Changing buffer in another window using win_execute() causes
it to show mat...

e20e5ecf0afe91c67dc4646df8c9bc286d202bf4 authored 9 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0166: Internal error with blockwise getregion() in another buffer (#27819)

Problem: Internal error with blockwise getregion() in another buffer
Solution: Also change cur...

6481da3015fd6cf136e752c9123078223c50d91c authored 9 months ago by zeertzjq <[email protected]>
vim-patch:8.2.4944: text properties are wrong after "cc" (#27821)

Problem: Text properties are wrong after "cc". (Axel Forsman)
Solution: Pass the deleted b...

cf156377e80232aa904b92e4af29dd6c61952401 authored 9 months ago by zeertzjq <[email protected]>
vim-patch:0049a495c8d4 (#27817)

runtime(doc): improve 'winfixbuf' docs (vim/vim#14180)

- Make it not sound like a buffer opti...

9cc755ad6a60e2b028d61c1dca62f8fe20f652d7 authored 9 months ago by zeertzjq <[email protected]>
Merge pull request #27812 from luukvbaal/cmdheight

feat(ui): allow non-zero 'cmdheight' with ext_messages

205cf0d2968cadaf769d451bbb3eac3d2dc2e265 authored 9 months ago by bfredl <[email protected]>
test: correct order of arguments to eq() (#27816)

1da0f3494eb042c84ae5f00654878f7f8cedf3b7 authored 10 months ago by zeertzjq <[email protected]>
docs: adjust fswatch overflow message to mention docs with info

- Add :h fswatch-limitations that notifies user about default inotify
limitations on linux and...

0f20b7d803779950492c2838e2b042a38f4ee22f authored 10 months ago by Tomas Slusny <[email protected]>
fix(editorconfig): syntax error regression

cdbc3e3f3e95a1df9de180ee4ac52d460e5c6905 authored 10 months ago by Lewis Russell <[email protected]>
build(deps): bump luajit to HEAD - d06beb048

f879a6545574c6d2eef7b4df2f5c5d96f5e34589 authored 10 months ago by Christian Clason <[email protected]>
feat(ui): allow non-zero 'cmdheight' with ext_messages

Problem: Arbitrary restriction on 'cmdheight' with ext_messages.
The 'cmdheight'-area...

b72931e7040794f8c6adf6c0a446758f14107dda authored 10 months ago by Luuk van Baal <[email protected]>
Merge pull request #27738 from ColinKennedy/vim-9.1.0147

vim-patch:9.1.{0147,0149,0150,0152,0156},58f1e5c0893a: 'winfixbuf'

3814750d3789b5c5690e8fa68066bd864a4f0a8e authored 10 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0156: Make 'wfb' failing to split still report E1513

Problem: may not be clear why failing to split causes an ":Xdo" command
to abort if '...

3b3511c4d9f1855d4240da0d844ce7875176c607 authored 10 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0150: Several minor 'winfixbuf' issues

Problem: several minor 'winfixbuf' issues exist, mostly relating to the
quickfix list...

5931f2bc4ac319e5fa617b36cbe5305228125c11 authored 10 months ago by Colin Kennedy <[email protected]>
vim-patch:9.1.0149: null pointer member access when accessing 'winfixbuf' property

Problem: qf_goto_win_with_qfl_file may check if prevwin has 'winfixbuf'
set without c...

e8bc23db62c37e91d0c277b4bddf652db6a9d5f1 authored 10 months ago by Colin Kennedy <[email protected]>
vim-patch:9.1.0152: Coverity complains about ignoring return value

Problem: Coverity complains about ignoring return value of win_split()
(after v9.1.15...

d71791a11a260ca81067d63d69b5970078fffb6d authored 10 months ago by zeertzjq <[email protected]>
vim-patch:9.1.0147: Cannot keep a buffer focused in a window

Problem: Cannot keep a buffer focused in a window
(Amit Levy)
Solution: Add the 'winf...

141182d6c6c06ad56413b81a518ba9b777a0cbe0 authored 10 months ago by Colin Kennedy <[email protected]>
fix: deduplicate gen_cflags

Since many of the targets have common include paths, `gen_cflags`
accumulates a lot of duplicate...

118fd8367c3953abb43800a7c1ea0bcc0221e9cd authored 10 months ago by James McCoy <[email protected]>