Ecosyste.ms: OpenCollective

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

neovim

Fork of Vim aiming at extensibility and usability
Collective - Host: opensource - https://opencollective.com/neovim - Website: https://neovim.io/ - Code: https://github.com/neovim

Merge #336 always use custom logger if given

github.com/neovim/node-client - 899a54f66dc3ed2accf8c588fcc699383fbccf9f authored 9 months ago by Justin M. Keyes <[email protected]>
refactor: don't load logger in cli.js

cli.js is a low-level, minimal entrypoint.

github.com/neovim/node-client - 84c2aea1e2bdbf55cb060f893fda6128198ccef7 authored 9 months ago by Justin M. Keyes <[email protected]>
fix(logger): use custom logger

Problem:
d9bc2efe30cd4c0de3691e953cace04d02e7855f #138 allows clients to supply
a custom logger,...

github.com/neovim/node-client - 5c139b56eeda5292f7854a552f09dc4f50bd4a4c authored 9 months ago by Justin M. Keyes <[email protected]>
fix: obfuscated exception message

before:

● Node host › can run a command from plugin
failed request to "nvim_command" ...

github.com/neovim/node-client - 6c8f1b9a90c3120a0836041251d5712c78c3251d authored 9 months ago by Justin M. Keyes <[email protected]>
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...

github.com/neovim/neovim - 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...

github.com/neovim/neovim - 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...

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

github.com/neovim/neovim - 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...

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

skip-checks: true

github.com/neovim/nvim-lspconfig - 8c1831817d40925d22cd8a555296c44c02fdaaf5 authored 9 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat: add tinymist (#3075)

* feat: add tinymist

* fix(tinymist): typo

* fix(tinymist): typo

* feat: add .git detec...

github.com/neovim/nvim-lspconfig - e363cd7da99fd6d1533c81e2418a89e0ae19f2a3 authored 9 months ago by Aldric.li <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - 1fbc57108c29b73c33abcb3f021799195797f010 authored 9 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Correct schema for LSP server (#3079)

* feat: add basedpyright support

* fix(basedpyright): correct settings schema

Settings are...

github.com/neovim/nvim-lspconfig - 06db78c2edb4b29f42de87aa52c50023f3720528 authored 9 months ago by Dionisio E Alonso <[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...

github.com/neovim/neovim - 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.
...

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

Fixes #27895

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

github.com/neovim/neovim - 77a9f3395bd1e7184f4d735c01e50285e30477ab authored 9 months ago by Takuya Tokuda <[email protected]>
release 2.5.0

github.com/neovim/tree-sitter-vimdoc - 98a4a670a9bf491dee7d550f1bfad6c237352507 authored 9 months ago by Christian Clason <[email protected]>
test: combining TermCursorNC with CursorLine/CursorColumn (#27898)

github.com/neovim/neovim - 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...

github.com/neovim/neovim - 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 ...

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

skip-checks: true

github.com/neovim/nvim-lspconfig - 1f3ef31d1bb967050c81420ca921a1a2ade10e77 authored 9 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat: add basedpyright support (#3078)

github.com/neovim/nvim-lspconfig - 15a93b34dbd50dd50d06410eb52c9603ad26a7a5 authored 9 months ago by Dionisio E Alonso <[email protected]>
docs: update server_configurations.md

skip-checks: true

github.com/neovim/nvim-lspconfig - 61bf7c920b4caeb7f042134a687aeffc2ea47a34 authored 9 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
feat: add mesonlsp (#3076)

mesonlsp is a new language server for Meson by the same author as
Swift-MesonLSP. Swift-MesonLS...

github.com/neovim/nvim-lspconfig - 2b2a8052cdc5bad9436466afb86c5cc9be2672b8 authored 9 months ago by Tristan Partin <[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...

github.com/neovim/neovim - c52dfb6e840827a2de713e40ea8506491ec7ce0b authored 9 months ago by zeertzjq <[email protected]>
docs: changelog

github.com/neovim/node-client - a19148b1d494dd8a0eb3cdd08f2cb98757f47c03 authored 9 months ago by Justin M. Keyes <[email protected]>
delete redundant changelogs

why do people love micro-projects so much

github.com/neovim/node-client - 51d4a40b495ea28d4a475a187cf6fb03d0f19091 authored 9 months ago by Justin M. Keyes <[email protected]>
fix(tests): "provider#python3#Prog" was removed upstream #563

Problem:
Tests fail since upstream Nvim commit https://github.com/neovim/neovim/commit/eb5d15e3...

github.com/neovim/pynvim - f9d839f519fb8bbd6a35b25f1f260dc2770314c8 authored 9 months ago by Justin M. Keyes <[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 ...

github.com/neovim/neovim - 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 ...

github.com/neovim/neovim - 34b57508a78b0a980e898ee35d950db0a90368ca authored 9 months ago by zeertzjq <[email protected]>
index: impressions

github.com/neovim/neovim.github.io - 5e921ab78ee56f0b0ebd2ff1bb958bbb7026470f authored 9 months ago by Justin M. Keyes <[email protected]>
refactor(lua): type annotations

github.com/neovim/neovim - 14e4b6bbd8640675d7393bdeb3e93d74ab875ff1 authored 9 months ago by Lewis Russell <[email protected]>
Merge #332 console.log() patching

github.com/neovim/node-client - 104f0633663032999c05169891f538ec47b590aa authored 9 months ago by Justin M. Keyes <[email protected]>
refactor(tests): drop "global test setup"

Can't do "global beforeAll" because jest sucks.

github.com/neovim/node-client - 865abe88393c5f78f179f04838cf91ac4383b310 authored 9 months ago by Justin M. Keyes <[email protected]>
fix: console.log() writes to RPC channel

Problem:
2d4744757da98c977ac0dadfcc4298c68c50533f removed "sandboxing" and
accidentally also rem...

github.com/neovim/node-client - 9a2cf4ce6674705aa5d8b942aca811bc0be0d8d7 authored 9 months ago by Justin M. Keyes <[email protected]>
feat: eliminate "which" dependency

Use findNvim() instead of "which".

github.com/neovim/node-client - 77282c5fd659b3a3ce853913ae380911c4d25f00 authored 9 months ago by Justin M. Keyes <[email protected]>
feat: improve logs + error messages

before:

{"level":"debug","message":"request -> neovim.api.nvim_list_bufs"}
{"level":"de...

github.com/neovim/node-client - 85a9d4360a1335cd42c0d135d743a9646587110c authored 9 months ago by Justin M. Keyes <[email protected]>
tests: do not silently log failed beforeAll

ref 3efc733d3ea41b5c5c911b39c96c99f94759c51d

github.com/neovim/node-client - c0004123eb20aa9a8f6ac9afe6bd8f09a6a9799e authored 9 months ago by Justin M. Keyes <[email protected]>
refactor: cleanup

- annotate types.
- rename helpers/ => utils/
- there are already other "utils/" directories
...

github.com/neovim/node-client - 555acfb79f3bbcb886734d74376d0bd7472cd62d authored 9 months ago by Justin M. Keyes <[email protected]>
refactor(tests): global test setup

github.com/neovim/node-client - 7d1e1fe219f57ec997dda92a470cacf491b47d65 authored 9 months ago by Justin M. Keyes <[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...

github.com/neovim/neovim - 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...

github.com/neovim/neovim - bf24298feaeab9dd5fea197b4b4422fee31ac33c authored 9 months ago by dundargoc <[email protected]>
ci: update clang version to 18

This fixes the false TSAN errors in CI.

github.com/neovim/neovim - 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...

github.com/neovim/neovim - 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...

github.com/neovim/neovim - 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...

github.com/neovim/neovim - 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...

github.com/neovim/neovim - 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...

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

fix(intro): redrawing intro exposing pseudo-randomness

github.com/neovim/neovim - 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

github.com/neovim/neovim - 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

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

skip-checks: true

github.com/neovim/nvim-lspconfig - 5b364bd4db0fb68a56ffe427a370920854acb834 authored 9 months ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fix: remove single file support for ast-grep (#3072)

ast-grep requires a project setup like sgconfig.yml.
Otherwise it will report an error.
This f...

github.com/neovim/nvim-lspconfig - d35e598a1c09a392ce2da7fabd1e39ca4955fa30 authored 9 months ago by Herrington Darkholme <[email protected]>
feat: add regal (#3071)

github.com/neovim/nvim-lspconfig - f3a106bee2d00ebe0e81477f4c7d8d9a1cae7502 authored 9 months ago by Hoang Nguyen <[email protected]>
fix(l10n): update Japanese translations (#27856)

github.com/neovim/neovim - 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...

github.com/neovim/neovim - 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.

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

vim-patch: Update Vim syntax

github.com/neovim/neovim - 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...

github.com/neovim/neovim - 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...

github.com/neovim/neovim - 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

github.com/neovim/neovim - 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...

github.com/neovim/neovim - 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

github.com/neovim/neovim - 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...

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

fix(snippet): correct indent with newline

github.com/neovim/neovim - 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...

github.com/neovim/neovim - 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 ...

github.com/neovim/neovim - 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...

github.com/neovim/neovim - 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...

github.com/neovim/neovim - 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...

github.com/neovim/neovim - 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...

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

fix(intro): make intro explicitly stateful

github.com/neovim/neovim - 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...

github.com/neovim/neovim - 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...

github.com/neovim/neovim - 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

github.com/neovim/neovim - cdd0788c70e22b5e512a77959eea136d723b31d0 authored 9 months ago by bfredl <[email protected]>
fix(terminal): disable reflow again

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

This s...

github.com/neovim/neovim - 120c4ec855bc654ae067fafdb63bb16460d97c88 authored 9 months ago by Christian Clason <[email protected]>
Revert "fix: modeline support"

This reverts commit 3089b7931809c1efd319f2d487baeb6719fdb6b5.

github.com/neovim/tree-sitter-vimdoc - f431bfa7d433f4d629943147817193a4fccbd303 authored 9 months ago by Christian Clason <[email protected]>
fix: modeline support

modeline has to be the last line in a file

fixes #128

github.com/neovim/tree-sitter-vimdoc - 3089b7931809c1efd319f2d487baeb6719fdb6b5 authored 9 months ago by Christian Clason <[email protected]>
fix(api): fix set_lines viewport adjustment, but this time good

fixes #27720

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

vim-patch: reverts mswin.vim changes

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

runtime(mswin): still another clipboard_working test

Commit 760f664213dea9a300454992ba1589f4601...

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

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

Commit d9ebd46bd090c598adc8...

github.com/neovim/neovim - ff972b88db89927c8e0c1a5d76c999bb80636d92 authored 9 months ago by zeertzjq <[email protected]>
refactor(treesitter): move some logic into functions

github.com/neovim/neovim - 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...

github.com/neovim/neovim - 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()

github.com/neovim/neovim - 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...

github.com/neovim/neovim - 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()...

github.com/neovim/neovim - 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...

github.com/neovim/neovim - 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

github.com/neovim/neovim - 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...

github.com/neovim/neovim - 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...

github.com/neovim/neovim - 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,...

github.com/neovim/neovim - 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...

github.com/neovim/neovim - 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

github.com/neovim/neovim - 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...

github.com/neovim/neovim - 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.

github.com/neovim/neovim - 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.

github.com/neovim/neovim - 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}

github.com/neovim/neovim - 9f59415243adcf70c02bc056ed755859456b20e8 authored 9 months ago by Sean Dewar <[email protected]>