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

Merge remote-tracking branch 'vim/master'

ebc4e6cebba046205a4090ea8f88ffe1cfd79816 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.5069: various warnings from clang on MS-Windows

Problem: Various warnings from clang on MS-Windows.
Solution: Fix the code to avoid the war...

ebb01bdb273216607f60faddf791a1b378cccfa8 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.5068: gcc 12.1 warning when building tee

Problem: Gcc 12.1 warning when building tee.
Solution: Change type to size_t. (John Marriott)

68093d36bf87caf2c2ba7404c06d14ef8416c27a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5067: timer_create is not available on every Mac system

Problem: Timer_create is not available on every Mac system. (Hisashi T
Fujinaka)
...

f78b52ba24d8d294869cd013dcc4cd5d4a65cea7 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5066: timer_create is not available on every Mac system

Problem: Timer_create is not available on every Mac system. (Hisashi T
Fujinaka)
...

aca12fd89b082dd9cc12ae085a84f1805747bbdf authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5065: wrong return type for main() in tee.c

Problem: Wrong return type for main() in tee.c.
Solution: Use "int" instead of "void". Rem...

739f7998ab6c2383abbd8bbc7fad35e6bc3e7c43 authored over 2 years ago by Bram Moolenaar <[email protected]>
Update runtime files.

016188fd8a30cfbaca3faa0daea9a47138dc5c4b authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5064: no test for what 8.1.0052 fixes

Problem: No test for what 8.1.0052 fixes.
Solution: Add a test. (closes #10531)

3760bfddc414e4d3e1c4203db8c22e293cf08d09 authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.5063: error for a command may go over the end of IObuff

Problem: Error for a command may go over the end of IObuff.
Solution: Truncate the message.

44a3f3353e0407e9fffee138125a6927d1c9e7e5 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5062: Coverity warns for dead code

Problem: Coverity warns for dead code.
Solution: Remove the dead code.

1f89abf69d2c485c38da9a45161e806de0f86f2f authored over 2 years ago by Bram Moolenaar <[email protected]>
Merge remote-tracking branch 'vim/master'

60dc02638c7dc7915d5ab553f8ebb0f18889acd4 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.5061: C89 requires signal handlers to return void

Problem: C89 requires signal handlers to return void.
Solution: Drop RETSIGTYPE and hard-co...

99c48fe9974b8d70ca33674658a3da722b0d6466 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5060: running configure fails

Problem: Running configure fails.
Solution: Remove line break.

de1d7343794a950bd624043901ce7b3caca3c49b authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5059: autoconf 2.71 produces many obsolete warnings

Problem: Autoconf 2.71 produces many obsolete warnings.
Solution: Replace obsolete macros w...

1004b3d970f19964816eedf89d3ba7aa9416ed24 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5058: input() does not handle composing characters properly

Problem: input() does not handle composing characters properly.
Solution: Use mb_cptr2char_...

e3a529bc877909a9eccf792461050b4f6737ed33 authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.5057: using gettimeofday() for timeout is very inefficient

Problem: Using gettimeofday() for timeout is very inefficient.
Solution: Set a platform dep...

6574577cacd393ab7591fc776ea060eebc939e55 authored over 2 years ago by Paul Ollis <[email protected]>
patch 8.2.5056: the channel log only contains some of the raw terminal output

Problem: The channel log only contains some of the raw terminal output.
Solution: Add the "...

1d97db3d987c05af88c30ad20f537bcf3024f9c1 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5055: statusline is not updated when terminal title changes

Problem: Statusline is not updated when terminal title changes.
Solution: Redraw the status...

327e6dd82235d70f6d5aa33ac8281e7fd79b7381 authored over 2 years ago by LemonBoy <[email protected]>
Update runtime files

cfa8f9a3f285060152ebbdbf86fbc7aecf1dd756 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5054: no good filetype for conf files similar to dosini

Problem: No good filetype for conf files similar to dosini.
Solution: Add the confini filet...

635f48010dcf6d97f3a65b4785e1726ad386d3eb authored over 2 years ago by Mudskipper875 <[email protected]>
patch 8.2.5053: cannot have a comment halfway an expression in a block

Problem: Cannot have a comment halfway an expression in an autocmd command
block....

75ebd2aab0f009049561f60424d521ba5f80063a authored over 2 years ago by Bram Moolenaar <[email protected]>
Merge remote-tracking branch 'vim/master'

6a7ac2d93d6eea2cfca94e57b29cc03d98f4b957 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.5052: CI checkout step title is a bit cryptic

Problem: CI checkout step title is a bit cryptic.
Solution: Add a better title. (closes #10...

bfaa24f95343af9c058696644375d04e660f1b00 authored over 2 years ago by Philip H <[email protected]>
patch 8.2.5051: check for autocmd_add() event argument is confusing

Problem: Check for autocmd_add() event argument is confusing.
Solution: Make the code more ...

882476ad7b4944a8386993e94b7e31139a314f91 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5050: using freed memory when searching for pattern in path

Problem: Using freed memory when searching for pattern in path.
Solution: Make a copy of th...

409510c588b1eec1ae33511ae97a21eb8e110895 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5049: insufficient tests for autocommands

Problem: Insufficient tests for autocommands.
Solution: Add a few more tests. (Yegappan Lak...

00e977cb83625f979d13639249a7788d5a1cb71e authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
Merge remote-tracking branch 'vim/master'

a8e234c93357f19d9f11ce67c7ad33010015fb05 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.5048: when using XIM the gui test may fail

Problem: When using XIM the gui test may fail.
Solution: Only use --not-a-term when not usi...

b5912e0643dc21b1b88c517d3ac1282eba57293d authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5047: CurSearch highlight is often wrong

Problem: CurSearch highlight is often wrong.
Solution: Remember the last highlighted positi...

368137aa525982984beed73940af481ac53a62af authored over 2 years ago by Bram Moolenaar <[email protected]>
Merge remote-tracking branch 'vim/master'

7d82a1d7f0b2464425752525326eab0ce8266c82 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.5046: vim_regsub() can overwrite the destination

Problem: vim_regsub() can overwrite the destination.
Solution: Pass the destination length,...

4aaf3e7f4db599932d01d87e5bbcdc342cccee27 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5045: can escape a terminal popup window when the job is finished

Problem: Can escape a terminal popup window when the job is finished.
Solution: Only check ...

10db31f9493425a20f1e53d0f214e621f16d65de authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5044: command line test fails

Problem: Command line test fails.
Solution: Also beep when cmdline win can't be opened beca...

be99042b03edf7b8156c9adbc23516bfcf2cec0f authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5043: can open a cmdline window from a substitute expression

Problem: Can open a cmdline window from a substitute expression.
Solution: Disallow opening...

71223e2db87c2bf3b09aecb46266b56cda26191d authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5042: scrollbar thumb in tall scrolled popup not visible

Problem: Scrollbar thumb in tall scrolled popup not visible.
Solution: Show at least one th...

89b25585ccecf223ca41ca212df8ebc227fc035a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5041: cannot close a terminal popup with "NONE" job

Problem: Cannot close a terminal popup with "NONE" job.
Solution: Adjust the conditions for...

9e636b9d2ef54552383daebf290d916b3d001823 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5040: scrollbar thumb in scrolled popup not visible

Problem: Scrollbar thumb in scrolled popup not visible.
Solution: Show at least one thumb c...

fc376e0b1a36a2ef153e28752c61342554386886 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5039: confusing error if first argument of popup_create() is wrong

Problem: Confusing error if first argument of popup_create() is wrong.
Solution: Give a mor...

83bd7a974056fd61e142c791e79d9dd89acd5ba4 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5038: a finished terminal in a popup window does not show scrollbar

Problem: A finished terminal in a popup window does not show a scrollbar.
Solution: Show th...

d28950f9540f77032cee0a3047b05bef50ea81dc authored over 2 years ago by Bram Moolenaar <[email protected]>
Merge remote-tracking branch 'vim/master'

5abd216aaba1565cc71c9f0cf77c8c6704ec004b authored over 2 years ago by ichizok <[email protected]>
patch 8.2.5037: cursor position may be invalid after "0;" range

Problem: Cursor position may be invalid after "0;" range.
Solution: Check the cursor positi...

4d97a565ae8be0d4debba04ebd2ac3e75a0c8010 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5036: using two counters for timeout check in NFA engine

Problem: Using two counters for timeout check in NFA engine.
Solution: Use only one counter...

305abc612330772615638b8a1aa3c51421c7a90b authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5035: when splitting a window the changelist position moves

Problem: When splitting a window the changelist position moves.
Solution: Set the changelis...

e6f13b473cf2c270e4eab214e09be9825320c11b authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.5034: there is no way to get the byte index from a virtual column

Problem: There is no way to get the byte index from a virtual column.
Solution: Add virtcol...

5a6ec10cc80ab02eeff644ab19b82312630ea855 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5033: build error with +eval but without +quickfix

Problem: Build error with +eval but without +quickfix. Warning for
uninitialized...

968443efb5a2a1ed7e1084f2aff65a95f2d0a17b authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5032: Python 3 test fails without the GUI

Problem: Python 3 test fails without the GUI.
Solution: Check the balloon_eval feature is a...

ddf531292971f44e8545a3e097c0d8a11773eb38 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5031: cannot easily run the benchmarks

Problem: Cannot easily run the benchmarks.
Solution: Have "make benchmark" in the src direc...

76381a5b4f3f6de1df33a8ab3e1f7db2e1764af6 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5030: autocmd_add() can only handle one event and pattern

Problem: autocmd_add() can only handle one event and pattern.
Solution: Support a list of e...

e0ff3a7de6030b73d94121626deb8229e66e82b2 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.5029: "textlock" is always zero

Problem: "textlock" is always zero.
Solution: Remove "textlock" and rename "textwinlock" to...

cfe456543e840d133399551f8626d985e1fb1958 authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.5028: syntax regexp matching can be slow

Problem: Syntax regexp matching can be slow.
Solution: Adjust the counters for checking the...

02e8d4e4ffcdd6ee919e19692d591da8e18a565d authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5027: error for missing :endif when an exception was thrown

Problem: Error for missing :endif when an exception was thrown. (Dani
Dickstein)
...

bf79a4e48d09a5ae08645592885d54230fed30b8 authored over 2 years ago by Bram Moolenaar <[email protected]>
Merge remote-tracking branch 'vim/master'

c409312a3d5441d55aa28f368726a4a1ad0a38b8 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.5026: Vim9: a few lines not covered by tests

Problem: Vim9: a few lines not covered by tests.
Solution: Delete dead code. Add a few tes...

31d9948e3a2529c2f619d56bdb48291dc261233d authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5025: Vim9: a few lines not covered by tests

Problem: Vim9: a few lines not covered by tests.
Solution: Add a few tests.

5cb53b7afe6bde8f2bf6fc6b65b86071b67a8554 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5024: using freed memory with "]d"

Problem: Using freed memory with "]d".
Solution: Copy the pattern before searching.

e2fa213cf571041dbd04ab0329303ffdc980678a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5023: substitute overwrites allocated buffer

Problem: Substitute overwrites allocated buffer.
Solution: Disallow undo when in a substitu...

338f1fc0ee3ca929387448fe464579d6113fa76a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5022: 'completefunc'/'omnifunc' error does not end completion

Problem: 'completefunc'/'omnifunc' error does not end completion.
Solution: Check if there ...

9bcb9ca9c7dd1632385dc3351b5e019739368658 authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.5021: build fails with normal features and +terminal

Problem: Build fails with normal features and +terminal. (Dominique Pellé)
Solution: Add #i...

30b9a41ad9963b8c57afea1f33a4e180fc23a892 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5020: using 'imstatusfunc' and 'imactivatefunc' breaks 'foldopen'

Problem: Using 'imstatusfunc' and 'imactivatefunc' breaks 'foldopen'.
Solution: Save and re...

c7e54efe4dc2bd8fd86feb4a26b4485b7b4c8578 authored over 2 years ago by Milly <[email protected]>
patch 8.2.5019: cannot get the first screen column of a character

Problem: Cannot get the first screen column of a character.
Solution: Let virtcol() optiona...

0f7a3e1de6f71e8e1423fe594890d6aa7f94e132 authored over 2 years ago by LemonBoy <[email protected]>
Merge remote-tracking branch 'vim/master'

d41adaaefaa50cee3abb4832a783b429dcb15ae4 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.5018: Vim9: some code is not covered by tests

Problem: Vim9: some code is not covered by tests.
Solution: Delete dead code.

c3caa7f78808e405b7cdbcdf89c9d35a43d2c3eb authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5017: gcc 12.1 warns for uninitialized variable

Problem: Gcc 12.1 warns for uninitialized variable.
Solution: Initialize the variable. (clo...

8be36eecdc6728021f9c384c2305f114e671ec32 authored over 2 years ago by mityu <[email protected]>
patch 8.2.5016: access before start of text with a put command

Problem: Access before start of text with a put command.
Solution: Check the length is more...

2a585c85013be22f59f184d49612074fd9b115d7 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5015: Hoon and Moonscript files are not recognized

Problem: Hoon and Moonscript files are not recognized.
Solution: Add filetype patterns. (Go...

bf82df0dd48a26404b92a596498b6892c9572c53 authored over 2 years ago by =?UTF-8?q?Dundar=20G=C3=B6c?= <[email protected]>
patch 8.2.5014: byte offsets are wrong when using text properties

Problem: Byte offsets are wrong when using text properties.
Solution: Make sure text proper...

4c3d21acaa09d929e6afe10288babe1d0af3de35 authored over 2 years ago by Paul Ollis <[email protected]>
patch 8.2.5013: after text formatting cursor may be in an invalid position

Problem: After text formatting the cursor may be in an invalid position.
Solution: Correct ...

78d52883e10d71f23ab72a3d8b9733b00da8c9ad authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5012: cannot select one character inside ()

Problem: Cannot select one character inside ().
Solution: Do not try to extend the area if ...

53737b5eeeab1f95964f78b055d6094fab559533 authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.5011: Replacing an autocommand requires several lines

Problem: Replacing an autocommand requires several lines.
Solution: Add the "replace" flag ...

971f6825ee845828bd5c8869487928a3f32cd467 authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
Merge remote-tracking branch 'vim/master'

44e61cfb2266441eafee6e8a136ad2aeff730823 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.5010: the terminal debugger uses various global variables

Problem: The terminal debugger uses various global variables.
Solution: Add a dictionary to...

c9a431c7638ecebb6f2cb3eabd0e1b2b5e269c1e authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5009: fold may not be closeable after appending

Problem: Fold may not be closeable after appending.
Solution: Set the fd_small flag to MAYB...

e8c4a64bffbe628a46dc172d04cfc2db6e8dd8b6 authored over 2 years ago by Brandon Simmons <[email protected]>
patch 8.2.5008: when 'formatoptions' contains "/" wrongly wrapping comment

Problem: When 'formatoptions' contains "/" wrongly wrapping a long trailing
comme...

7e667788150be617aeac42b0d668618ac33ab9da authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5007: spell suggestion may use uninitialized memory

Problem: Spell suggestion may use uninitialized memory. (Zdenek Dohnal)
Solution: Avoid goi...

6d24b4ff69913270ce1e5267dd6bd8454f75e2b9 authored over 2 years ago by Bram Moolenaar <[email protected]>
Merge remote-tracking branch 'vim/master'

028780cc10a223685ac07c48e623c6a62ef9b3c4 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.5006: asan warns for undefined behavior

Problem: Asan warns for undefined behavior.
Solution: Cast the shifted value to unsigned.

68e64d2c1735f2a39afa8a0475ae29bedb116684 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5005: compiler warning for uninitialized variable

Problem: Compiler warning for uninitialized variable. (John Marriott)
Solution: Initialize ...

5b529230f144028b67ed1d59207af098c18a1858 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5004: right shift on negative number does not work as documented

Problem: Right shift on negative number does not work as documented.
Solution: Use a uvarnu...

338bf58eba758585ffef3fdfdba7d48477aacb7c authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5003: cannot do bitwise shifts

Problem: Cannot do bitwise shifts.
Solution: Add the >> and << operators. (Yegappan Lakshma...

a061f34191712df7dde7716705fe0ec074e9758e authored over 2 years ago by Yegappan Lakshmanan <[email protected]>
patch 8.2.5002: deletebufline() may change Visual selection

Problem: deletebufline() may change Visual selection.
Solution: Disable Visual mode when us...

9b2edfd3bf2f14a1faaee9b62930598a2e77a798 authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.5001: checking translations affects the search pattern history

Problem: Checking translations affects the search pattern history.
Solution: Use "keeppatte...

8a3704723c40779d688ef957dbe5bd8b65c25f95 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.5000: no patch for documentation updates

Problem: No patch for documentation updates.
Solution: Update documentation files.

835ee980eedd1aa0fa2d731312ce38697a12a897 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4999: filetype test table is not properly sorted

Problem: Filetype test table is not properly sorted.
Solution: Sort by filetype. (Doug Kearns)

aa9729b652aa93b547b5c7006f54a143d99ea149 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4998: Vim9: crash when using multiple funcref()

Problem: Vim9: crash when using multiple funcref().
Solution: Check if varargs type is NULL...

bce69d65dd41020ea1d727337a3baf9e95b40c35 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4997: Python: changing hidden buffer can cause display mess up

Problem: Python: changing hidden buffer can cause the display to be messed
up.
So...

37233f6022b3ed16985a91d22752b3ca162e21d0 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4996: setbufline() may change Visual selection

Problem: setbufline() may change Visual selection. (Qiming Zhao)
Solution: Disable Visual m...

0ad00a7fd3e0389f565876521e395c35144d8009 authored over 2 years ago by Bram Moolenaar <[email protected]>
Merge remote-tracking branch 'vim/master'

9462961a0e4e347072a707d400a76f2dfc87b5cc authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4995: still a compiler warning for possibly uninitialized variable

Problem: Still a compiler warning for possibly uninitialized variable.
(Tony Mech...

dafef51b1cbe8aa836c4cfa52623f775bd85a190 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4994: tests are using legacy functions

Problem: Tests are using legacy functions.
Solution: Convert a few tests to use :def functi...

7e569d09d2ec4fa334a2d3d5b0b6dbca16d97133 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4993: smart/C/lisp indenting is optional

Problem: smart/C/lisp indenting is optional, which makes the code more
complex, w...

8e145b82464a21ee4fdf7948f04e2a1d505f8bfa authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4992: compiler warning for possibly uninitialized variable

Problem: Compiler warning for possibly uninitialized variable. (Tony
Mechelynck)
...

5a01caa90428a5f87600528d68529383c0b2f78c authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4991: no test for hwat patch 8.1.0535 fixes

Problem: No test for hwat patch 8.1.0535 fixes.
Solution: Add a test. (closes #10462)

93c1573dd284dc9cf5ed9265a0143aaf520d2920 authored over 2 years ago by zeertzjq <[email protected]>
patch 8.2.4990: memory leak when :defcompile fails

Problem: Memory leak when :defcompile fails.
Solution: Free fname when returning early.

1a56ea8381b79c4e7697b6a05451dde5940228ea authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4989: cannot specify a function name for :defcompile

Problem: Cannot specify a function name for :defcompile.
Solution: Implement a function nam...

f79d9dd43f6fe05711d7e2616ab4b8bde2ccb089 authored over 2 years ago by Bram Moolenaar <[email protected]>
Update runtime files.

2d8ed0203aedd5f6c22efa99394a3677c17c7a7a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4988: textprop in wrong position when replacing multi-byte chars

Problem: Textprop in wrong position when replacing multi-byte chars.
Solution: Adjust textp...

0d534d9cf2ae95fc85ef7fe048d9ff590586a6a6 authored over 2 years ago by LemonBoy <[email protected]>
patch 8.2.4987: after deletion a small fold may be closable

Problem: After deletion a small fold may be closable.
Solution: Check for a reverse range. ...

3fcccf94e8bc142d2c79c3b62087145896df6b36 authored over 2 years ago by Brandon Simmons <[email protected]>
patch 8.2.4986: some github actions are outdated

Problem: Some github actions are outdated.
Solution: Update CodeQl to v2, update checkout t...

8a83ffdc43a4fc904f686864a24a5b0f240df593 authored over 2 years ago by Philip H <[email protected]>
patch 8.2.4985: PVS warns for possible array underrun

Problem: PVS warns for possible array underrun.
Solution: Add a check for a positive value....

875339b22a989d0782097036169e8fb9e2100d7e authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4984: dragging statusline fails for window with winbar

Problem: Dragging statusline fails for window with winbar.
Solution: Fix off-by-one error. ...

6dab00aa5417f62f8c2c85c7c4ae871b4f1171f4 authored over 2 years ago by zeertzjq <[email protected]>