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 8.2.4163: no error for omitting function name after autoload prefix

Problem: No error for omitting function name after autoload prefix.
Solution: Check for mis...

2017d6f3b1d523204e5471e941cfa687b4da0058 authored over 2 years ago by Bram Moolenaar <[email protected]>
Update MMBackend.m

4c2d63358fbc8254784d9c2caba03b3d1ffcc664 authored over 2 years ago by Limin <[email protected]>
patch 8.2.4162: Vim9: no error for redefining function with export

Problem: Vim9: no error for redefining function with export.
Solution: Check for existing f...

9c7cae66bc21a3dc5c6e60cd64216ce7c9073003 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4161: Vim9: warning for missing white space after imported variable

Problem: Vim9: warning for missing white space after imported variable.
Solution: Do not sk...

21f0d6cbca9c93e2319d45a33ba26b10a85ff4dc authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4160: cannot change the register used for Select mode delete

Problem: Cannot change the register used for Select mode delete.
Solution: Make CTRL-R set ...

4ede01f18884961f2e008880b4964e5d61ea5c36 authored over 2 years ago by Shougo Matsushita <[email protected]>
patch 8.2.4159: MS-Windows: _WndProc() is very long

Problem: MS-Windows: _WndProc() is very long.
Solution: Move code to separate functions. (K...

92000e2e713a68f80a25472cfa74058366c58c9c authored over 2 years ago by K.Takata <[email protected]>
patch 8.2.4158: MS-Windows: memory leak in :browse

Problem: MS-Windows: memory leak in :browse.
Solution: Free stuff before returning. (Ken Ta...

14b8d6ac6b50f2f4f3e7463e4c335f51a512ad30 authored over 2 years ago by K.Takata <[email protected]>
patch 8.2.4157: terminal test fails because Windows sets the title

Problem: Terminal test fails because Windows sets the title.
Solution: Add the "vterm_title...

ae1bd87fe84bfb31379bc5da351bca56a3d3b571 authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4156: fileinfo message overwrites echo'ed message

Problem: Fileinfo message overwrites echo'ed message.
Solution: Reset need_fileinfo when di...

726f7f91fd17e3e7eb39614a20d10ea83c134df0 authored over 2 years ago by Rob Pilling <[email protected]>
patch 8.2.4155: translating strftime() argument results in check error

Problem: Translating strftime() argument results in check error.
Solution: Add gettext comm...

7e93577a957e4f402bb690c4c8629fd831e24a9d authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4154: ml_get error when exchanging windows in Visual mode

Problem: ml_get error when exchanging windows in Visual mode.
Solution: Correct end of Visu...

05b27615481e72e3b338bb12990fb3e0c2ecc2a9 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4153: MS-Windows: Global IME is no longer supported

Problem: MS-Windows: Global IME is no longer supported.
Solution: Remove the Global IME imp...

4ac893f32109f29349661322676e5b81eb169b74 authored over 2 years ago by K.Takata <[email protected]>
patch 8.2.4152: block insert with double wide character fails

Problem: Block insert with double wide character fails.
Solution: Adjust the expected output.

fc6ccebea668c49e9e617e0657421b6a8ed9df1e authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4151: reading beyond the end of a line

Problem: Reading beyond the end of a line.
Solution: For block insert only use the offset f...

57df9e8a9f9ae1aafdde9b86b10ad907627a87dc authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4150: Coverity warns for using pointer after free

Problem: Coverity warns for using pointer after free.
Solution: Swap statements, even thoug...

8aa0e6c60da5f7a4b04eaead40d183fd8e5640a4 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4149: test override not restored, autocommand left behind

Problem: Test override not restored, autocommand left behind.
Solution: Correct restoring t...

ca34db3bdef7238b203386dc82b975ffdf26f839 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4148: deleting any mapping may cause <ScritpCmd> to fail

Problem: Deleting any mapping may cause <ScritpCmd> to not set the script
context...

f61c89d2e698e287a9d04c0a29f4ecc0130c2ea2 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4147: E464 does not always include the offending command

Problem: E464 does not always include the offending command.
Solution: Add another error me...

bed34f0a8a4e38a72a080184881bc68254a8cdc6 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4146: Vim9: shadowed function can be used in compiled function

Problem: Vim9: shadowed function can be used in compiled function but not
at scri...

f67c717e34e5553ab1c3b02b1861274cbcb78935 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4145: confusing error when using name of import for a function

Problem: Confusing error when using name of import for a function.
Solution: Pass a flag to...

937610bc9f9c827e3e25fed32661fcbf3f994e10 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4144: cannot load libsodium dynamically

Problem: Cannot load libsodium dynamically.
Solution: Support dynamic loading on MS-Windows...

1a8825d7a3484d76ca16ea2aa9769cadca7758a4 authored over 2 years ago by K.Takata <[email protected]>
patch 8.2.4143: MS-Windows: IME support for Win9x is obsolete

Problem: MS-Windows: IME support for Win9x is obsolete.
Solution: Remove the Win9x code. (K...

b0b2b73dca40c26ff1f4befe5c3aad3fd4bccfad authored over 2 years ago by K.Takata <[email protected]>
patch 8.2.4142: build failure with normal features without persistent undo

Problem: Build failure with normal features without persistent undo.
Solution: Adjust #ifde...

b4868eddd9cdc7086c88a7a3699dd435d34ae904 authored over 2 years ago by Bram Moolenaar <[email protected]>
Restore Test_opt_default_cdpath

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

3daf43badb7a65a334bf2118d6323e5213f3d40a authored over 2 years ago by ichizok <[email protected]>
patch 8.2.4141: Vim9 builtin functions test fails

Problem: Vim9 builtin functions test fails.
Solution: Add "scriptversion" item to maparg() ...

17dd51963367495f75b0f0a73139081dd7b25500 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4140: maparg() does not indicate the type of script

Problem: maparg() does not indicate the type of script where it was defined.
Solution: Add ...

a9528b39a666dbaa026320f73bae4b1628a7fe51 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4139: using freed memory in expression abbreviation

Problem: Using freed memory if an expression abbreviation deletes the
abbreviatio...

94075b2b0e8e3b75334799d2c082497fbf85ffa1 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4138: Vim9: no error for return with argument when invalid

Problem: Vim9: no error for return with argument when the function does not
retur...

ef7aadbe36ad43a1b909f5f6c7e9b170ad62ef91 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4137: Vim9: calling import with and without method is inconsistent

Problem: Vim9: calling import with and without method is inconsistent.
Solution: Set a flag...

d02dce2bb572f0e6b4570442e9cdbed14ef41820 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4136: Vim9: the "autoload" argument of ":vim9script" is not useful

Problem: Vim9: the "autoload" argument of ":vim9script" is not useful.
Solution: Remove the...

fd218c8a36e7ed33f7a205163690c5b7d2f31f8a authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4135: Vim9: ":scriptnames" shows unloaded imported autoload script

Problem: Vim9: ":scriptnames" shows unloaded imported autoload script.
Solution: Mark the u...

6079da7cfb10c798535224c92db7fedd3914cb71 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4134: MS-Windows: test for import with absolute path fails

Problem: MS-Windows: test for import with absolute path fails.
Solution: Handle path starti...

113b8dc111febf605cd1492788353be6c3931fce authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4133: output of ":scriptnames" goes into the message history

Problem: output of ":scriptnames" goes into the message history, while this
des n...

840f16202e1ae2d574507ef52a7e8a98775f243c authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4132: Vim9: wrong error message when autoload script can't be found

Problem: Vim9: wrong error message when autoload script can't be found.
Solution: Correct c...

1836d6157828baddd94e1f2c82488031570e444d authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4131: Vim9: calling function in autoload import does not work

Problem: Vim9: calling function in autoload import does not work in a :def
functi...

cbbc48f64b9cfd88720dc94b0578a3726f725178 authored over 2 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4130: MS-Windows: MSVC build may have libraries duplicated

Problem: MS-Windows: MSVC build may have libraries duplicated.
Solution: Improve the MSVC M...

31dcc8de463843e3378bb15a16247940d6a147e4 authored almost 3 years ago by K.Takata <[email protected]>
patch 8.2.4129: building with +sound but without +eval fails

Problem: Building with +sound but without +eval fails. (Dominique Pellé)
Solution: Disable ...

1247126956c2ba666048b2bf99630eef7495e98e authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4128: crash when method cannot be found

Problem: Crash when method cannot be found. (Christian J. Robinson)
Solution: Don't mix up ...

64283d5e1f5487e2dbaa17d478e6eae040daa064 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4127: build failure without the +eval feature

Problem: Build failure without the +eval feature.
Solution: Add #ifdef.

78f60322f70ab91a32e572fbf3d97c792acbc83a authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4126: crash on exit when built with dynamic Tcl

Problem: Crash on exit when built with dynamic Tcl and EXITFREE is defined.
(Domi...

afa76e1cf2e7e1f9e1097e345a4272e9ddbf14ad authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4125: completion tests fail

Problem: Completion tests fail.
Solution: Disable error messages while dereferencing the fu...

b3d9ceed2bc96acb7a2388e138559df6282118af authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4124: Vim9: method in compiled function may not see script item

Problem: Vim9: method in compiled function may not see script item.
Solution: Make sure not...

6389baa6691fde4ca56ec6243ed83322543df300 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4123: complete function cannot be import.Name

Problem: Complete function cannot be import.Name.
Solution: Dereference the function name i...

15d1635e50896002fbd4ebbc896b78a155b2487d authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4122: ":command Cmd" does not show custom completion argument

Problem: ":command Cmd" does not show custom completion argument.
Solution: Show the comple...

3f3597be3ffa9ae226b2e9831e4ed64c8ae43c42 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4121: Visual test fails on MS-Windows

Problem: Visual test fails on MS-Windows.
Solution: Set 'isprint' so that the character use...

262898ae43fa223916cfa27b0de81e5d9f3fc4b0 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4120: block insert goes over the end of the line

Problem: Block insert goes over the end of the line.
Solution: Handle invalid byte better. ...

9f8c304c8a390ade133bac29963dc8e56ab14cbc authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4119: build failure when disabling the channel feature

Problem: Build failure when disabling the channel feature.
Solution: Adjust #ifdef. (Domini...

e8741a73e20cd6043dd1610fb4c22ae9d132eb56 authored almost 3 years ago by Dominique Pelle <[email protected]>
Show the results of pending tests in the end

bb9dddb390760e98da370814075bbf2a3979a124 authored almost 3 years ago by ichizok <[email protected]>
Merge remote-tracking branch 'vim/master'

c3fb058e970f6eca6649691bbed93ffba821b5ab authored almost 3 years ago by ichizok <[email protected]>
patch 8.2.4118: using UNUSED for argument that is used

Problem: Using UNUSED for argument that is used.
Solution: Remove UNUSED.

0023f82a76cf43a12b41e71f97a2e860d0444e1b authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4117: Vim9: wrong white space error after using imported item

Problem: Vim9: wrong white space error after using imported item.
Solution: Don't skip over...

47036b6bd7e5a0b38f093d9f0630f054b04fa68e authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4116: Vim9: cannot use a method with a complex expression in :def

Problem: Vim9: cannot use a method with a complex expression in a :def
function.
...

c73499351aef8b611b13c70ef8706a7e98df67a8 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4115: cannot use a method with a complex expression

Problem: Cannot use a method with a complex expression.
Solution: Evaluate the expression a...

c665dabdf4c49a0fbf1dc566253c75c2abe2effa authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4114: Vim9: type checking for a funcref does not work for method

Problem: Vim9: type checking for a funcref does not work for when it is
used in a...

c84287d6d8dd055bb6e30605465a23a8addb6fde authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4113: typo on DOCMD_RANGEOK results in not recognizing command

Problem: Typo on DOCMD_RANGEOK results in not recognizing command.
Solution: Correct the ty...

dc98776f89689846466462767be75c6b63b6630f authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4112: function not deleted at end of test

Problem: Function not deleted at end of test.
Solution: Delete the function.

d9b74a2a41e43ca17a9885ec0a58404adff4273f authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4111: potential proglem when map is deleted while executing

Problem: Potential proglem when map is deleted while executing.
Solution: Reset last used m...

d648c01f2f3798a5c75422aa83211928ad783128 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4110: Coverity warns for using NULL pointer

Problem: Coverity warns for using NULL pointer.
Solution: Check "evalarg" is not NULL. Ski...

8f9956994d5c75ed88d6b2881b6ac0bb62a0d6af authored almost 3 years ago by Bram Moolenaar <[email protected]>
Update runtime files

fd31be29b8220ee1cb0b3460c82f2634ae3cc370 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4109: MS-Windows: high dpi support is outdated

Problem: MS-Windows: high dpi support is outdated.
Solution: Improve High DPI support by us...

c81e9bf4f07d350b860b934aa6bf0c2a7c91d07e authored almost 3 years ago by K.Takata <[email protected]>
patch 8.2.4108: going over the end of the w_lines array

Problem: Going over the end of the w_lines array.
Solution: Check not going over the end an...

f6ebc820041b3f77794297026b46c1ebbc279a3a authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4107: script context not restored after using <ScriptCmd>

Problem: Script context not restored after using <ScriptCmd>.
Solution: Also restore contex...

a9725221ac4650b7e9219bf6e3682826fe2e0096 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4106: going over the end of the w_lines array

Problem: Going over the end of the w_lines array.
Solution: Break out of the loop when "idx...

fa1a45705995f16ee7e69434c772107a3ddeeebd authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4105: translation related comment in the wrong place

Problem: Translation related comment in the wrong place.
Solution: Move it back with the te...

b5988e365646746029e13473251e5844440d819c authored almost 3 years ago by K.Takata <[email protected]>
patch 8.2.4104: Vim9: lower casing the autoload prefix causes problems

Problem: Vim9: lower casing the autoload prefix causes problems.
Solution: Always store the...

bfac409d0b24d212a6d846edb651c49dac03745f authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4103: Vim9: variable declared in for loop not initialzed

Problem: Vim9: variable declared in for loop not initialzed.
Solution: Always initialze the...

38ecd9722664049d636f4fba759b3ebbfd34e97d authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4102: Vim9: import cannot be used after method

Problem: Vim9: import cannot be used after method.
Solution: Recognize an imported function...

857c8bb1bbe754cf2c5b709703d2eb848c800285 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4101: warning for unused argument in tiny version

Problem: Warning for unused argument in tiny version.
Solution: Add "UNUSED".

d4e2f5090124d7753057de82727a99892f0231fe authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4100: early return when getting the 'formatlistpat' value

Problem: Early return when getting the 'formatlistpat' value.
Solution: Remove the first li...

04b871da800768287a8a432de568b11297db8686 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4099: Vim9: cannot use Vim9 syntax in mapping

Problem: Vim9: cannot use Vim9 syntax in mapping.
Solution: Add <ScriptCmd> to use the scri...

e32c3c462ce9b3163a4a4bffd985897910885d29 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4098: typing "interrupt" at debug prompt may keep exception around

Problem: Typing "interrupt" at debug prompt may keep exception around,
causing fu...

069613c9e8645acea3a128c15ebdbf56e2219d44 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4097: wrong number in error message on 32 bit system

Problem: Wrong number in error message on 32 bit system. (John Paul Adrian
Glaubi...

f60a63485ea26d9bda1618d1b72662eca65b5f1f authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4096: Linux CI: unnecessarily installing packages

Problem: Linux CI: unnecessarily installing packages
Solution: Only install packages for hu...

1050476ead81a49be0289f40b2041c47a70c95ab authored almost 3 years ago by ichizok <[email protected]>
patch 8.2.4095: sed script not recognized by the first line

Problem: Sed script not recognized by the first line.
Solution: Recognize a sed script star...

e3ce17a3ca838954728df21ccb6c2a724490203d authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4094: 'virtualedit' is window-local but using buffer-local enum

Problem: 'virtualedit' is window-local but using buffer-local enum.
Solution: Use window-lo...

e1833bfd01c100896d2a01f281762c285192d84b authored almost 3 years ago by zeertzjq <[email protected]>
patch 8.2.4093: cached breakindent values not initialized properly

Problem: Cached breakindent values not initialized properly.
Solution: Initialize and cache...

c53b467473160b5cfce77277fbae414bf43e66ce authored almost 3 years ago by Christian Brabandt <[email protected]>
patch 8.2.4092: MacOS CI: unnecessarily doing "Install packages"

Problem: MacOS CI: unnecessarily doing "Install packages".
Solution: Only do "Install packa...

ece07639f4989a300276d66b13553c21a7435030 authored almost 3 years ago by ichizok <[email protected]>
patch 8.2.4091: virtcol is recomputed for statusline unnecessarily

Problem: Virtcol is recomputed for statusline unnecessarily.
Solution: Just use "w_virtcol"...

0f112052acaeffd75b7eb001eeb8a246ad12a276 authored almost 3 years ago by zeertzjq <[email protected]>
patch 8.2.4090: after restoring a session buffer order can be quite different

Problem: After restoring a session buffer order can be quite different.
Solution: Create bu...

26ebf1f036517ebeacf571c333a83cca7e13bbe2 authored almost 3 years ago by Evgeni Chasnovski <[email protected]>
patch 8.2.4089: terminal test for current directory fails on FreeBSD

Problem: Terminal test for current directory fails on FreeBSD.
Solution: Skip the test.

7bfa6d698e7a9f586251d53cd092ad6e8110e045 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4088: xxd cannot output everything in one line

Problem: Xxd cannot output everything in one line.
Solution: Make zero columns mean infinit...

c0a1d370fa655cea9eaa74f5e605b95825dc9de1 authored almost 3 years ago by Erik Auerswald <[email protected]>
Merge remote-tracking branch 'vim/master'

ad4d045642e0850bf80f502d735f938770173a6a authored almost 3 years ago by ichizok <[email protected]>
patch 8.2.4087: cannot test items from an autoload script easily

Problem: Cannot test items from an autoload script easily.
Solution: Add the "autoload" val...

3e4fa3d7d37162cd08fc0c6e83f52fd323f63eba authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4086: "cctx" argument of find_func_even_dead() is unused

Problem: "cctx" argument of find_func_even_dead() is unused.
Solution: Remove the argument.

d9d2fd0aa33dd9f7460d6f1e403505a60f7ce2fc authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4085: Vim9: no test for using import in legacy script

Problem: Vim9: no test for using import in legacy script.
Solution: Add a test.

c43e6235c7b3e64f81c6a4e294e4e47abf7a869a authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4084: memory leak when looking for autoload prefixed variable

Problem: Memory leak when looking for autoload prefixed variable.
Solution: Free the concat...

130f65d46bca94535d30cef518a6184613fb7ebf authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4083: Vim9: no test for "vim9script autoload' using script variable

Problem: Vim9: no test for "vim9script autoload' and using script variable
in the...

0e3e7ba05fa9cebe17d38def97ecd38a987d02ec authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4082: check for autoload file name and prefix fails

Problem: Check for autoload file name and prefix fails. (Christian J.
Robinson)
S...

3049fcf0a189b0fea8468fa308887b8252d93dce authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4081: CodeQL reports problem in if_cscope causing it to fail

Problem: CodeQL reports problem in if_cscope causing it to fail.
Solution: Use execvp() ins...

4050305bfd24e7d0e241f617519bd0fa86263b9a authored almost 3 years ago by ichizok <[email protected]>
patch 8.2.4080: not sufficient test coverage for xxd

Problem: Not sufficient test coverage for xxd.
Solution: Add a few more test cases. (Erki A...

a00e622a294b10671ee78216dcd21169a2b884cf authored almost 3 years ago by Erik Auerswald <[email protected]>
patch 8.2.4079: MS-Windows: "gvim --version" didn't work with VIMDLL

Problem: MS-Windows: "gvim --version" didn't work when build with VIMDLL.
Solution: Adjust ...

33b25d1317e4c06ec6b1cafb46ea9cde475a61ae authored almost 3 years ago by K.Takata <[email protected]>
patch 8.2.4078: terminal test for current directory not used on FreeBSD

Problem: Terminal test for current directory not used on FreeBSD.
Solution: Make it work on...

ced2b38a560cc4f4ec983ed2cf4372ab62e1dbc1 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4077: not all Libsensors files are recognized

Problem: Not all Libsensors files are recognized.
Solution: Add "sensors.d/*" pattern. (Dou...

8d9e470aa91a93da7d6bda62521aef69a79e956d authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4076: memory leak in autoload import

Problem: Memory leak in autoload import.
Solution: Do not overwrite the autoload prefix.

71930f174d47ef7765e9180df58f597cec71dec7 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4075: test failures

Problem: Test failures.
Solution: Change check for NULL pointer.

78a70533c3707aa50cbf998c7807221945aa9787 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4074: going over the end of NameBuff

Problem: Going over the end of NameBuff.
Solution: Check length when appending a space.

de05bb25733c3319e18dca44e9b59c6ee389eb26 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4073: Coverity warns for using NULL pointer

Problem: Coverity warns for using NULL pointer.
Solution: Bail out when running out of memo...

54598066ca4cfaf0761aedf47e4ba9844674791e authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4072: Vim9: compiling function fails when autoload is not loaded

Problem: Vim9: compiling function fails when autoload script is not loaded
yet.
S...

d041f4208b0a2149e9d41f6443aa1c14c076a411 authored almost 3 years ago by Bram Moolenaar <[email protected]>
patch 8.2.4071: Vim9: no detection of return in try/endtry

Problem: Vim9: no detection of return in try/endtry. (Dominique Pellé)
Solution: Check if a...

53c296112edd8471eb63afbca03f96bad164c813 authored almost 3 years ago by Bram Moolenaar <[email protected]>