Ecosyste.ms: OpenCollective

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

github.com/macvim-dev/macvim

Vim - the text editor - for macOS
https://github.com/macvim-dev/macvim

patch 9.0.1785: wrong cursor position with 'showbreak' and lcs-eol

Problem: wrong cursor position with 'showbreak' and lcs-eol
Solution: Add size of 'showbreak' b...

1193951bebcff50d88403ce17dec5d3be14f131d authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1784: redundant else in pum_set_selected()

Problem: redundant else in pum_set_selected()
Solution: Remove it

closes: #12893

Signed-off-b...

c51fa7bc4666baad81356b298da7a5ede410f868 authored about 1 year ago by mathew <[email protected]>
runtime(termdebug): more termdebug fixes and improvements (#12892)

- Fix and attempt to simplify :Frame/:Up/:Down documentation.

- Accept a count instead for :U...

3d3a9152fa6de7038fdfd6d6de25230ed825552a authored about 1 year ago by Sean Dewar <[email protected]>
Translation(tr): Update Turkish translations (#12897)

Signed-off-by: Christian Brabandt <[email protected]>

79d9cb4cb062253631db29efc779da36f76b1eea authored about 1 year ago by Emir SARI <[email protected]>
runtime(menu): define shortcut for File->Open Tab (#12895)

Seems missing as noted by Antonio Giovanni Colombo. So add it and use
the 'T' as shortcut, whic...

e059fae100448fee4b581dd5d90ee853ea18de7e authored about 1 year ago by Christian Brabandt <[email protected]>
Codeowners: add KBelabas for runtime/syntax/gp.vim (#12898)

Signed-off-by: Christian Brabandt <[email protected]>

9180633e68925cde6e7b08f6343a89cdb73f787b authored about 1 year ago by Karim Belabas <[email protected]>
runtime(scala): Link Scala highlighting groups using 'hi def link' in syntax script (#9594)

They were linked using 'hi link' which made it impossible for color
schemes to override highlig...

544b209a2d4b10e0a4874c925036def30d33d708 authored about 1 year ago by Job Noorman <[email protected]>
runtime(bindzone): updated syntax file

- Add support for APL type in runtime/syntax/bindzone.vim
- all values between 0- 4294967295 are...

6e93689bde7321ce974ae99ec6c74efb08d78842 authored about 1 year ago by Oskar Stenman <[email protected]>
runtime(cmake) Recognize add_compile_definitions in syntax script (#10416)

Signed-off-by: Christian Brabandt <[email protected]>

118f8e9da39e6cec5ffe644d5b87a7772418ed0c authored about 1 year ago by MichaWiedenmann <[email protected]>
runtime(crontab): add support for BSD specifics in syntax script (#11196)

* OpenBSD supports the use of `~` as alias for "random valid value"
* FreeBSD supports `@every_...

cdd934439d08768235be04817ee214f067e8cf56 authored about 1 year ago by Moviuro <[email protected]>
runtime(termdebug): add frame related commands (#12511)

implementing `:Frame`, `:Up` and `:Down'

partially fixing #10393

Signed-off-by: Christian ...

2ae7ffe0bc3c3ed9fcae35ef23a2b78908580201 authored about 1 year ago by Simon Sobisch <[email protected]>
Translations(it): Update po and menus for it

Signed-off-by: Christian Brabandt <[email protected]>

6551ace0fe69ccc6e4e02bda3f4a3db0b86e3781 authored about 1 year ago by Antonio Giovanni Colombo <[email protected]>
patch 9.0.1783: Display issues with virt text smoothscroll and showbreak

Problem: Wrong display with wrapping virtual text or unprintable chars,
'showbreak' a...

b557f4898208105b674df605403cac1b1292707b authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1782: prop_list() does not return text_padding_left

Problem: prop_list() does not return text_padding_left
Solution: Store and return the text_padd...

171c5b9b0332493faa6caadd8c0d5cf52392d913 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1781: Problems when setting bin/paste option

Problem: Problems when setting bin/paste option
Solution: When setting binary/paste, remember t...

757593c07a4f4ac43eb6c6e52fc299abc9bc08bc authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1780: Vim9 type not defined during object creation

Problem: Vim9 type not defined during object creation
Solution: Define type during object creat...

618e47d1cd93954bad26d47e5353b4f1432daa5e authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1779: Need more state() tests

Problem: Need more state() tests
Solution: Add a few more tests for operater pending mode and r...

8dabccd295271104ad5af0abc48e283d644cff59 authored about 1 year ago by zeertzjq <[email protected]>
runtime(termdebug): Fix various Termdebug issues (#12875)

* Fix some Termdebug issues after #12403

Problem: Cleanup for :Var and :Asm buffers did not a...

a76f3221cdcfff6880213839de4d04cf0c7c60f8 authored about 1 year ago by Sean Dewar <[email protected]>
runtime(go): Update Go syntax file with 1.21 builtins (#12876)

* Update Go syntax file with 1.21 builtins

b0d584d97ab6f5cb070caba3882ba387b81448c1 authored about 1 year ago by José-Paul D <[email protected]>
runtime(solidity): add new ftplugin (#12877)

Set undo_{ftplugin,indent}

closes #11240

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

e34b51e95fd0ea7b0e34a625db0f9ed7e051e0dd authored about 1 year ago by dkearns <[email protected]>
runtime(gp): update gp.vim syntax file for the GP language (version 2.15) (#12884)

- add missing defaults
- add missing control structures (incl. parallelism)
- add missing scop...

c6d533b0ad565a610a48386b0ad72cc591010fcb authored about 1 year ago by Karim Belabas <[email protected]>
runtime(dosini): save and restore cpo value in syntax script

Commit dd0ad2598898c2b4641c4acd5b70b6184fa698ed introduced
line-continuation. However, to make ...

690963924956d800b94bb86076aa9d25f04565ac authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1778: if_py_both: code-style issue

Problem: if_py_both: code-style issue
Solution: add space

Signed-off-by: Christian Brabandt <c...

75dc1ed1adddbcde926872bb41dfe1a1b0029848 authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1777: patch 9.0.1771 causes problems

Problem: patch 9.0.1771 causes problems
Solution: revert it

Revert "patch 9.0.1771: regex: com...

be07caa071ea93c07b1b2204a17237133f38b2bd authored about 1 year ago by Christian Brabandt <[email protected]>
runtime(sdc): Add underscore to sdc flags in syntax file (#6201)

6d626c41842e2c3ab698338bbe5fcfcf0557ecd8 authored about 1 year ago by Jordi Altayó <[email protected]>
Runtime(javascript): add new document properties to completion file

closes: #6536

Signed-off-by: Christian Brabandt <[email protected]>

a0fddaa2f4b7358484eb54ccdd1b7433d18a9039 authored about 1 year ago by Jay Sitter <[email protected]>
runtime(haskell): Add single quote to `iskeyword` in ftplugin (#8191)

The single quote `'` is a valid character in variable names, so it should be included in `iskeyw...

5e6e4042b1c9685bce86493e3ee6fe916a7f221c authored about 1 year ago by Enrico Maria De Angelis <[email protected]>
runtime(spec): ftplugin: Revert change dropping <SID> from SpecChangelog (#9032)

Without this it will return an error when creating a new changelog
entry:
"Unknown function: S...

a03380baa4c43e960f6fa16ded4103fc5138f984 authored about 1 year ago by Brian C. Lane <[email protected]>
runtime(css): Update pseudo-classes in syntax script (#11595)

309ded19543c140375b28ef562257e9f22c918c6 authored about 1 year ago by Adrian Heine né Lang <[email protected]>
runtime(lua): fix lua indentation of non-lowercase "keywords" (#11759)

9fa35b1c38b84d95b5c8e083aa742e0e0490fa1f authored about 1 year ago by beardedsakimonkey <[email protected]>
runtime(javascript): fix default link of javaScriptNumber in syntax file (#11788)

cool unused matching

e71e9d9ad368f83162a9c08217a9faf9bda909a7 authored about 1 year ago by Meqa <[email protected]>
patch 9.0.1776: No support for stable Python 3 ABI

Problem: No support for stable Python 3 ABI
Solution: Support Python 3 stable ABI

Commits:
1) ...

c13b3d1350b60b94fe87f0761ea31c0e7fb6ebf3 authored about 1 year ago by Yee Cheng Chin <[email protected]>
patch 9.0.1775: Wrong comparison in vim9type.c

Problem: Wrong comparison in vim9type.c
Solution: Change condition to false

closes: #12047

Si...

20cd8699acf6dc1071ee1bf0686bccba7df2c57c authored about 1 year ago by Johan Mattsson <[email protected]>
patch 9.0.1774: no support for custom cmdline completion

Problem: no support for custom cmdline completion
Solution: Add new vimscript functions

Add th...

92997dda789ad8061841128cbc99b15ec0374411 authored about 1 year ago by Shougo Matsushita <[email protected]>
patch 9.0.1773: cannot distinguish Forth and Fortran *.f files

Problem: cannot distinguish Forth and Fortran *.f files
Solution: Add Filetype detection Code

...

19a3bc3addf9b4aa8150a01b11b4249c67d15d3b authored about 1 year ago by Doug Kearns <[email protected]>
runtime(lua): indent curly bracket followed by line comment (#12306)

fixes #12305

6633611f4280f33934c2ab9b6a3e84c04f054ad3 authored about 1 year ago by champignoom <[email protected]>
patch 9.0.1772: Cursor may be adjusted in 'splitkeep'ed windows

Problem: Cursor is adjusted in window that did not change in size by
'splitkeep'....

16af913eeefb288ce968fb87e09a597413861900 authored about 1 year ago by Luuk van Baal <[email protected]>
runtime(rust): fix rust indent (#12542)

478668013f060a75b8cd8cc6ca2cf2abb3bcc4a5 authored about 1 year ago by Raphael <[email protected]>
runtime(man): remove backslashes in man pages using Vim script (#12557)

Closes: vim/vim#12301

Co-authored-by: Jason Franklin <[email protected]>

17befac581ea67f56039db832d68963cd401fb8a authored about 1 year ago by lifecrisis <[email protected]>
patch 9.0.1771: regex: combining chars in collections not handled

Problem: regex: combining chars in collections not handled
Solution: Check for following combin...

ca22fc36a4e8a315f199893ee8ff6253573f5fbe authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1770: lines disappear when modifying chars before virt text

Problem: lines disappear when modifying chars before virt text
Solution: take virtual text prop...

a6ab5e69d3f14da8036a3018e8e93c635803ee8b authored about 1 year ago by Ibby <[email protected]>
runtime(termdebug): refactor error printing (#12856)

// vs not act like exception from vim or termdebug

Signed-off-by: shane.xb.qian <shane.qian@f...

f6fb52b667eecb58bdd9b26bd462d5da61697cf7 authored about 1 year ago by Shane-XB-Qian <[email protected]>
runtime(termdebug): re-indent lines (#12857)

Signed-off-by: shane.xb.qian <[email protected]>

19968fc4ec2c36c7d528c7326acf43e5d663ba39 authored about 1 year ago by Shane-XB-Qian <[email protected]>
patch 9.0.1769: executable() ignoring symlinks on Windows

Problem: executable() ignoring symlinks on Windows
Solution: resolve reparse points

closes: #1...

f5d0f54790fa86dfe73b428a087c8d8e6f391857 authored about 1 year ago by AmberArr <[email protected]>
Runtime(termdebug): Add support to view local and argument variables

closes: 12403

Signed-off-by: Christian Brabandt <[email protected]>

9f29621415146abc046471440515e9e34f3e57a1 authored about 1 year ago by laburnumT <[email protected]>
Runtime: Add nixInherit matcher in nix.vim syntax

Perform the lookahead in `nixInheritAttributeScope`, then hand over to a
new region called `nixI...

72904d5fda0a1bc78f4bc9080c158226e6e90d5c authored about 1 year ago by James Fleming <[email protected]>
patch 9.0.1768: Runtime: no support for bicep files

Problem: Runtime: no support for bicep files
Solution: Add filetype support for bicepparam

clo...

2d0988ef93c6e8e59381c9cd123efbc2cd1faf92 authored about 1 year ago by Scott McKendry <[email protected]>
patch 9.0.1767: '.-' no allowed in highlight group names

Problem: '.-' no allowed in highlight group names
Solution: Allow dot and hyphen characters in ...

d4376dc3ebea91abcb4d9ef9963ef5b968048b78 authored about 1 year ago by Gregory Anders <[email protected]>
patch 9.0.1766: Runtime: Missing QML support

Problem: Runtime: Missing QML support
Solution: Add QML support to Vim

closes: #12810

Signed-...

bedc69f9d67b117ab05aa735c701cd3899d1ae2d authored about 1 year ago by ChaseKnowlden <[email protected]>
patch 9.0.1765: Error when cross-compiling Vim

Problem: Error when cross-compiling Vim
Solution: use AC_CHECK_SIZEOF to find sizeof(wchar_t)

...

a055b441f556e4814a1838db687ac50f48617154 authored about 1 year ago by Mike Gilbert <[email protected]>
patch 9.0.1764: CI: label should not be set on all yml files

Problem: CI: label should not be set on all yml files
Solution: only set it for specific yml fi...

4924ad099f6b40505ebbd1a4a4056e9915d70141 authored about 1 year ago by Philip H <[email protected]>
Translation: also update ru.cp1251.po file after 6cc8bc836616e9b0

Signed-off-by: Christian Brabandt <[email protected]>

787de412b8a64528c72517af762db335df4230f2 authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1763: crash when passing invalid buffer to undotree()

Problem: crash when passing invalid buffer to undotree()
Solution: Use get_buf_arg() instead of...

ab9f2ecfd4ecaf74eeed0e5ec41355589af3ec8f authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1762: Not able to get the virtual text property

Problem: Not able to get the virtual text property
Solution: Make prop_list() return virtual te...

f9037f186ad45b56c84f1efdc131480bec159e4f authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1761: g<kEnd> behaves different from g<end>

Problem: g<kEnd> behaves different from g<end>
Solution: Make g<kEnd> behave like g<End>

close...

654bdbbd329e7267051cc2eb496bc52b66053081 authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1760: vim9 class problem with new() constructor

Problem: vim9 class problem with new() constructor
Solution: Don't allow a return type for the ...

6ac1544e13d78e0deeca1f357d1d73947180171c authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
Translation: Russian PO file updated to Vim version 9.0.1757 (#12864)

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

6cc8bc836616e9b0cda1d8cb6993a958f569ad7b authored about 1 year ago by Restorer <[email protected]>
patch 9.0.1759: Visual highlight not working with cursor at end of screen line

Problem: Visual highlight not working with cursor at end of screen line
and 'showbrea...

8fc6a1dae07aa63faa6bfe6ed93888635745830c authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1758: vim9 no class identifiers in stack dumps

Problem: vim9 no class identifiers in stack dumps
Solution: Prefix class members in stack trace...

0ffc17aa479867f6f3ee14a46cf71352f126b5ba authored about 1 year ago by LemonBoy <[email protected]>
patch 9.0.1757: ex_class() function is too long

Problem: ex_class() function is too long
Solution: refactor it

closes: #12858

Signed-off-by: ...

4b1cc7906f2fa9aa5a41c16467e5d3ac4b64e323 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
patch 9.0.1756: failing cursorline sign test

Problem: failing cursorline sign test
Solution: only reset char attr, if cursorline
o...

e1eaae27f4f2d2522e45397756f3bca42be50988 authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1755: CI still fails with sodium mlock error

Problem: CI still fails with sodium mlock error
Solution: catch mlock failure

Signed-off-by: Ch...

25dec33c9bd286eacd1767ce2f5324117132b33a authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1754: still Ci breakage (after 9.0.1741)

Problem: still ci breakage (after 9.0.1741)
Solution: fix remaining issue

Signed-off-by: Christ...

f244b2fbf2df7f984074c287b3d854bc62472b23 authored about 1 year ago by LemonBoy <[email protected]>
patch 9.0.1753: can't move to last non-blank char

Problem: can't move to last non-blank char
Solution: Make g<end> behave like that

Make it possi...

b5f6fe9ca2661d06bc0be839447ce1995450b9de authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1752: CI: Coveralls is no longer used

Problem: CI: Coveralls is no longer used
Solution: Remove .coveralls.yml

Coveralls is no longer...

2b6a12af4dd0f9028b81f19cea2b07731e6f77b2 authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1751: CI: labeler configuration not found

Problem: CI: labeler configuration not found
(after 9.0.1748)
Solution: set configurati...

8b8f7d19f89069a2100b2790bc4701e2a7d03a8b authored about 1 year ago by Philip H <[email protected]>
patch 9.0.1750: CI: fails because of changed error messages

Problem: CI: fails because of changed error messages
(after: 9.0.1741)
Solution: Adjust...

0bbc1be0a3f7bb1e15203ea70ed35d2ca99320f4 authored about 1 year ago by rhysd <[email protected]>
patch 9.0.1749: Text property highlight doesn't override a sign highlight on TAB

Problem: Text property highlight doesn't override a sign highlight over
a tab character...

dbeadf05b6a152e7d9c5cc23d9202057f8e99884 authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1748: CI: cannot label issues automatically

Problem: CI: cannot label issues automatically
Solution: Create CI labeler

closes: #12788

Sig...

6d192a4ac9ba600ec28eb86d2cc45dea67f5922b authored about 1 year ago by Philip H <[email protected]>
docs: Improve Markdown in README (#12829)

b23db545ce7cb09ab08f1c5bfde97f44da2e8d00 authored about 1 year ago by Viktor Szépe <[email protected]>
patch 9.0.1747: screenpos() may cause unnecessary redraw

Problem: screenpos() may cause unnecessary redraw.
Solution: Don't unnecessarily reset VALID_WR...

6235a109c48ff2559eca3b16578c429ffb61eadc authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1746: vim9class compile error for char/char_u conversion

Problem: vim9class compile error for char/char_u conversion
Solution: Correctly cast to (char *)...

28ae5a32fd071b9c5881c3c33f531191ed641e55 authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1745: Missing test coverage for blockwise Visual highlight

Problem: Missing test coverage for blockwise Visual highlight with
virtual that start...

fc3058495d3ff58c8f2b9dd4452d0840f2d1fa42 authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1744: Dead code in open_cmdwin()

Problem: Dead code in open_cmdwin()
Solution: Remove it

closes: #12839

Signed-off-by: Christia...

c3172fe9e4d3ea7f705b5fc02fdb0c4ceb3df8b9 authored about 1 year ago by Sean Dewar <[email protected]>
Translations: Update po files for zh and ja

Update po files by running `make` in `src/po/`.
Some po files were out of sync with the files in...

04510566b10b5552d4ce8ba32e5422e755a239fb authored about 1 year ago by K.Takata <[email protected]>
patch 9.0.1743: Parameter of gui_gtk:gui_mch_browse incorrectly marked as UNUSED

Problem: Parameter of gui_gtk:gui_mch_browse incorrectly marked as
UNUSED.
Soluti...

44a6b72d7f4561d4c002f0a8083587ac69222826 authored about 1 year ago by Doug Kearns <[email protected]>
patch 9.0.1742: wrong curswant when clicking on second cell of double-width char

Problem: Wrong curswant when clicking and the second cell of a
double-width char.
Sol...

9994160bfe74501886bbbf5631aec8ea2ae05991 authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1741: No type checking in interfaces

Problem: No type checking in interfaces
Solution: Implement member type check in vim9 interfaces...

c5d2744c045f9ad058cbc799f2434d90a6d83516 authored about 1 year ago by LemonBoy <[email protected]>
Runtime: add new sed ftplugin (#12843)

56bafd7a6a79203b86f7165a7bbac5730c170f64 authored about 1 year ago by dkearns <[email protected]>
patch 9.0.1740: segfault when reading invalid viminfo file

Problem: segfault when reading invalid viminfo file
Solution: Check the expected type in the vim...

0a0764684591c7c6a5d722b628f11dc96208e853 authored about 1 year ago by Pierre Colin <[email protected]>
patch 9.0.1739: Leftover files in libvterm

Problem: leftover files in libvterm
Solution: Fix cleaning of libvterm directory

Delete the lib...

38ab19e00f378eeead3baf95ee24b9665c76b350 authored about 1 year ago by James McCoy <[email protected]>
patch 9.0.1738: Duplicate code to reverse a string

Problem: Duplicate code to reverse a string
Solution: Move reverse_text() to strings.c and remo...

4dd266cb66d901cf5324f09405cfea3f004bd29f authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1737: Calling a base class method through an extended class fails

Problem: Calling a base class method through an extended class fails
Solution: Create lookup tab...

b102728c204430b16a5d9e6720c882e12a687570 authored about 1 year ago by Yegappan Lakshmanan <[email protected]>
Runtime: Update Italian Translation

Signed-off-by: Christian Brabandt <[email protected]>
Co-authored-by: Antonio Giovanni Colombo <azc1...

e27578aee6cf34654473749cb8bd5c459e108a87 authored about 1 year ago by Antonio Giovanni Colombo <[email protected]>
patch 9.0.1736: Github Actions times out after 20 minutes

Problem: Github Actions times out after 20 minutes
Solution: Increase the timeout to 25 minutes
...

07a2b61d4c76b264740a47fac781803a9b8bcc08 authored about 1 year ago by Christian Brabandt <[email protected]>
Add TODO, FIXME to Haskell syntax file (#8055)

Adding TODO, XXX, FIXME to Haskell syntax file #8054

817db406bb12b9fd5df25d4cda392b515d44ee05 authored about 1 year ago by Bruno-366 <[email protected]>
bindzone runtime: add new DNS record types (#7351)

Recognize some newer DNS record types - CAA (RFC8659, certificate authority authorization), OPEN...

442d1746f4c650e2e41246fd5679f635a4a30232 authored about 1 year ago by Stuart Henderson <[email protected]>
Keywords 'of' and 'yield' for Javascript. (#7873)

* Keyword 'of' in for...of statement.

* Keyword 'yield' for generator function.

a5988f582e482150023862052d41e5215253a3de authored about 1 year ago by Yuri Klimov <[email protected]>
patch 9.0.1735: Rename completion specific findex var

Problem: Rename completion specific findex var
Solution: Move "findex" static variable to xp_sel...

e9ef347c137aca6c2592beb19da45a8aece65e11 authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1734: :runtime completion fails for multiple args

Problem: :runtime completion fails for multiple args
Solution: Make it work

closes: #12616

Sig...

be5cdd1d634c2dfc7e415499fb18f4d246a8721c authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1733: CI: cannot cache linux-modules-extra

Problem: CI: cannot cache linux-modules-extra
Solution: Enable caching and reduce failed downloa...

d2af6c66fe9b6bbb58d6ffdf8b3aa6e57d993b1f authored about 1 year ago by Philip H <[email protected]>
patch 9.0.1732: vimexpr: shadowing variable

Problem: vimexpr: shadowing variable
Solution: Rename local variable

Signed-off-by: Christian B...

d5475e8d8dc250f19043b730c10a01b06f1c8040 authored about 1 year ago by Christian Brabandt <[email protected]>
patch 9.0.1731: blockwise Visual highlight not working with virtual text

Problem: blockwise Visual highlight not working with virtual text
Solution: Reset the correct va...

6e940d9a1d4ff122aad1b0821c784a60b507d45c authored about 1 year ago by zeertzjq <[email protected]>
man.vim: Recognise hyphenated-at-eol cross-references (#12609)

Manual pages requested for output may undergo formatting
arranged by some roff-descendant progr...

8cfe52e6fbf44032cd40d1561e93644786b15ee7 authored about 1 year ago by goweol <[email protected]>
man.vim: Uniformly place cursor at the same column with `Ctrl-t` (#12608)

Functions col and cursor count each tab (0x9) as a byte, and
are complementary. On the other ha...

6e5ab2b994c3356fe91e8f9b701df52146fc0985 authored about 1 year ago by goweol <[email protected]>
patch 9.0.1730: passing multiple patterns to runtime not working

Problem: passing multiple patterns to runtime not working
Solution: prepend prefix to each argum...

008c91537b55835aa91cd8fbe1a139256581da31 authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1729: screenpos() wrong when w_skipcol and cpoptions+=n

Problem: screenpos() wrong result with w_skipcol and cpoptions+=n
Solution: Use adjust_plin...

bfe377b8f2d080e5f85c8cbecf3533456e1d6312 authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1728: missing winid argument for virtcol()

Problem: missing winid argument for virtcol()
Solution: Add a {winid} argument to virtcol()

Oth...

825cf813fa0fddf085fcbd3194781e875320ff63 authored about 1 year ago by zeertzjq <[email protected]>
patch 9.0.1727: minor problems with the teapot

Problem: minor problems with the teapot()
Solution: remove the null check, update documentation
...

b0efa49ed179d3aa1fa0358d4c3c6d35a0efb291 authored about 1 year ago by Sean Dewar <[email protected]>
patch 9.0.1726: incorrect heights in win_size_restore()

Problem: incorrect heights in win_size_restore()
Solution: avoid restoring incorrect heights in ...

876f5fb570d8401aa4c58af4a5da91f10520aa9d authored about 1 year ago by Sean Dewar <[email protected]>